Add automated tests and CI gates for domain, DB, and app flows #13
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
There are currently no repository tests, and verification depends mostly on manual review and Docker builds.
Why this matters
The most fragile parts of the codebase are billing transitions, generation retries, auth/session flows, and Telegram pairing. These need executable regression coverage.
Acceptance criteria