Files
crank/TASKS.md
T

33 lines
1.0 KiB
Markdown

# TASKS
## Current
### `feat/refactoring-plan`
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
## Next
- `feat/postgres-registry-modularization`
## Backlog
- `feat/postgres-registry-modularization`
- `feat/sqlx-compile-time-verification`
- `feat/typed-timestamps`
- `feat/secret-crypto-hkdf`
- `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`