chore(13-11): bump to v0.3.0, update docs, roadmap, and Phase 13 security gate evidence

- Version bump: 0.2.6 → 0.3.0 (Phase 13 complete — full cloud mutation surface shipped)
- CLAUDE.md: update current-state, shared module map, and Phase 13 non-negotiable rules
- README.md: add cloud file management, connection health, and authorized preview features; add Phase 13 mutation API table; mark Phase 13 complete
- ROADMAP.md: mark Phase 13 11/11 plans complete
- SECURITY.md: add Phase 13 threat register (T-13-01 through T-13-34), gate evidence (766 backend + 429 frontend tests pass, bandit 0 HIGH, npm audit 0 high/critical, gitleaks 3 pre-existing)
This commit is contained in:
curo1305
2026-06-23 00:14:57 +02:00
parent e809df9f51
commit e68faf3051
6 changed files with 141 additions and 12 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ async def lifespan(app: FastAPI):
# ── Application factory ───────────────────────────────────────────────────────
app = FastAPI(title="Document Scanner API", version="0.2.6", lifespan=lifespan)
app = FastAPI(title="Document Scanner API", version="0.3.0", lifespan=lifespan)
# Rate limiter state (slowapi)
app.state.limiter = auth_limiter