fix(12.1): make cloud freshness authoritative — plan 02 documentation and version
- Version bump 0.2.3 → 0.2.4 (user-visible sync status corrected) - CLAUDE.md: update current state; add apply_listing_and_finalize to module map; add no-independent-fresh rule - README.md: bump version - RUNBOOK.md: update freshness state docs; explain complete=True gate and last_refreshed_at behavior - SECURITY.md: add T-12.1-06..10 threat closure evidence for Plan 02
This commit is contained in:
+1
-1
@@ -244,7 +244,7 @@ async def lifespan(app: FastAPI):
|
||||
|
||||
# ── Application factory ───────────────────────────────────────────────────────
|
||||
|
||||
app = FastAPI(title="Document Scanner API", version="0.2.3", lifespan=lifespan)
|
||||
app = FastAPI(title="Document Scanner API", version="0.2.4", lifespan=lifespan)
|
||||
|
||||
# Rate limiter state (slowapi)
|
||||
app.state.limiter = auth_limiter
|
||||
|
||||
Reference in New Issue
Block a user