From 52bc33891cf632acc93e5fd49a2b18e040716cce Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 29 Dec 2025 19:53:58 +0000 Subject: [PATCH] docs: mark Step 7.1 as complete in PLAN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- PLAN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLAN.md b/PLAN.md index dd12288..1cf0716 100644 --- a/PLAN.md +++ b/PLAN.md @@ -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)