# Backlog — __APP_NAME__

> Bugs, quality concerns and ideas that outlive a single plan.
> Active work: [`plan.md`](plan.md) · Architecture: [`big-picture.md`](big-picture.md)
>
> When a plan finishes, anything left unfixed lands here in the same change.
> This file is for what to do LATER; `plan.md` is for what is happening NOW.

---

## Bugs

<!-- BUG-NNN · severity P0–P3 · P0 = the app doesn't boot or data is at risk.
     Resolving one requires a regression check and the commit/PR that fixed it. -->

| # | Severity | Summary | Repro | Status |
| --- | --- | --- | --- | --- |

## Quality concerns

<!-- QA-NNN — things that work but shouldn't stay this way. Watch especially for:
     UI re-implemented instead of composed from twreact-ui (the cardinal sin —
     raise a twreact-ui issue instead), data access that bypasses KORM, and any
     of the four registry-derived artifacts being hand-authored. -->

| # | Priority | Concern | Proposed fix |
| --- | --- | --- | --- |

## Ideas / parking lot

<!-- Not committed to. Enough detail that a future session can judge it. -->

-
