Files
crank/TASKS.md
T
2026-04-12 02:14:41 +03:00

46 lines
1.4 KiB
Markdown

# TASKS
## Current
### `feat/frontend-build-pipeline`
Status: in_progress
DoD:
- UI assets are bundled through a lightweight pipeline suitable for the current stack
- local source files remain readable, but shipped JS is no longer served as dozens of unbundled scripts
- vendor dependencies move under package-managed installation where practical
- Docker UI image builds the frontend assets before packaging them into nginx
- existing UI e2e coverage stays green after the build change
## Next
- `feat/frontend-css-state-cleanup`
## Backlog
- `feat/frontend-xss-hardening`
- `feat/frontend-login-simplification`
- `feat/frontend-settings-honesty-pass`
- `feat/frontend-command-palette-decision`
- `feat/frontend-plural-rules`
- `feat/frontend-template-safety-cleanup`
- `feat/frontend-shell-unification`
- `feat/frontend-wizard-modularization`
- `feat/frontend-build-pipeline`
- `feat/frontend-css-state-cleanup`
- `feat/frontend-performance-polish`
- `feat/frontend-observability-and-testability`
- `feat/id-display-support`
- `feat/postgres-pool-config`
- `feat/postgres-registry-modularization`
- `feat/sqlx-compile-time-verification`
- `feat/secret-crypto-hkdf`
- `feat/typed-timestamps`
- `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`