experiment: separate ui mock reference from deferred backlog

This commit is contained in:
2026-08-06 14:47:34 +01:00
parent 78c98fb973
commit a4bbe0ef3f
7 changed files with 172 additions and 27 deletions
+7
View File
@@ -97,3 +97,10 @@ The engine may contain hundreds of reasoning nodes; the user should only see the
This phase optimises for simultaneous visibility instead of sequential scrolling.
Related panels — Understanding alongside Investigation Map, Situation alongside History — can appear side-by-side on wide screens while mobile continues to stack everything vertically. The reasoning engine is completely unaware of these changes; only the presentation layer is affected.
## Routing Notes
For UI mock work, read `docs/ui-mock-reference.md`. Do not load
`docs/archive/deferred-ux-backlog.md` unless a named past UX idea is being reviewed.
Engine and UI experiments are paused. First file to inspect when resuming:
`docs/current-project-state.md`, then `docs/project-knowledge-inventory.md`.