docs: extend refactoring plan with production hardening

This commit is contained in:
a.tolmachev
2026-04-11 23:05:37 +03:00
parent f337bd007e
commit 45de5fb4c8
2 changed files with 407 additions and 2 deletions
+4
View File
@@ -8,6 +8,7 @@ Status: in_progress
DoD:
- `__REFACTORING.md` documents the full remediation plan for registry modularization, sqlx compile-time validation, KDF correction, typed timestamps, ID display support, pool tuning, and error normalization
- `__REFACTORING.md` also documents correlation IDs, rate limiting/backpressure, and a distributed `mcp-server` session store
- `.gitignore` ignores local `__*.md` working notes and refactoring specs
- `TASKS.md` points to the refactoring track as the active work item
@@ -24,5 +25,8 @@ DoD:
- `feat/id-display-support`
- `feat/postgres-pool-config`
- `feat/error-structure-normalization`
- `feat/correlation-id-propagation`
- `feat/runtime-rate-limiting-and-backpressure`
- `feat/distributed-mcp-session-store`
- `feat/websocket-test-run-polish`
- `feat/live-authenticated-staging-entry`