[t-022] Full verification — uv sync + pytest + app startup test #22
Loading…
Add table
Reference in a new issue
No description provided.
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?
Goal
Verify the entire project builds, tests pass, and the app starts correctly.
Implementation Steps
Implementation Steps
1. Clean install dependencies
2. Run full test suite
3. Verify app can start
4. Verify all route endpoints exist via TestClient
Verification Gate
Verification Gate (FINAL)
If any step fails, mark this task as blocked with notes explaining what failed. Do NOT proceed past this task until verified.
STOP Conditions
STOP Conditions
Depends on: t-021