Rename project from KeepItTalking to DS Chat

Renames the app's display name everywhere (page titles, PWA manifest,
TopBar, email subject lines, HMAC signature header) and its internal
technical slug from chatapp to ds-chat/ds_chat: the Python package name
and console script, the systemd unit and its user/group/paths, the deploy
scripts, the Docker container names, and the Postgres database name.

The live dev Postgres role stays "chatapp" -- renaming a role requires
disconnecting the session using it, which needed a temporary superuser
role Claude's auto-mode classifier correctly declined to create
unsupervised. Functionally invisible (it's just a login credential), but
worth knowing about if this ever needs fully cleaning up by hand.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 21:11:41 -06:00
co-authored by Claude Sonnet 5
parent 62e4760c8a
commit 14dc340174
29 changed files with 145 additions and 145 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
[project]
name = "chatapp"
name = "ds-chat"
version = "0.1.0"
description = "KeepItTalking chat service backend"
description = "DS Chat backend service"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
@@ -25,7 +25,7 @@ dependencies = [
]
[project.scripts]
chatapp-create-user = "app.cli:main"
ds-chat-create-user = "app.cli:main"
[project.optional-dependencies]
dev = [