chore(12-04): bump version to 0.2.0 and finalize Phase 12 documentation

- backend/main.py, frontend/package.json: 0.1.6 → 0.2.0 (phase-complete minor bump)
- AGENTS.md: current state updated to Phase 12 complete; cloud-resource-foundation
  summary with browse contract, security suite, and Phase 13/14 boundary note
- README.md: version updated to 0.2.0
- All existing shared module map rules and frontend architecture constraints unchanged
This commit is contained in:
curo1305
2026-06-19 01:54:24 +02:00
parent fccb9c6394
commit c441fc63e5
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ async def lifespan(app: FastAPI):
# ── Application factory ───────────────────────────────────────────────────────
app = FastAPI(title="Document Scanner API", version="0.1.6", lifespan=lifespan)
app = FastAPI(title="Document Scanner API", version="0.2.0", lifespan=lifespan)
# Rate limiter state (slowapi)
app.state.limiter = auth_limiter