docs: mark Step 7.1 as complete in PLAN.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 19:53:58 +00:00
parent 84225d865f
commit 52bc33891c

View File

@@ -258,7 +258,7 @@ Check off items as completed. Each phase builds on the previous.
- [x] Request ID generation
- [x] Create `web/auth.py` with get_current_user, require_role
- [x] Write tests: auth extraction, CSRF validation, untrusted IP rejection
- [ ] **Commit checkpoint**
- [x] **Commit checkpoint** (84225d8)
### Step 7.2: Health & Static Assets
- [ ] Create `web/routes/health.py` with /healthz (DB writable check)