ADR-0017 added the Now view on top of ADR-0013's five-view IA, and web/app.tsx:3 documents "a left sidebar over six views (Now, Overview, Agents, Tasks, Messages, Operations)" with now as the default view. But four docs still say five: README.md:139 (and the image alt text at line 132), docs/design/architecture.md:68 and :164 (the components listing), docs/design/product-spec.md:136-137, and docs-site/sections/modules.tsx:107. None of them name Now — the Console's default view.
Impact: two mid-authority design docs, the README, and the docs site all contradict an accepted ADR and the shipped UI, omitting the view a user lands on first.
Acceptance: all four locations say six views (or name them), matching web/app.tsx and ADR-0017.
ADR-0017 added the Now view on top of ADR-0013's five-view IA, and
web/app.tsx:3documents "a left sidebar over six views (Now, Overview, Agents, Tasks, Messages, Operations)" withnowas the default view. But four docs still say five:README.md:139(and the image alt text at line 132),docs/design/architecture.md:68and:164(the components listing),docs/design/product-spec.md:136-137, anddocs-site/sections/modules.tsx:107. None of them name Now — the Console's default view.Impact: two mid-authority design docs, the README, and the docs site all contradict an accepted ADR and the shipped UI, omitting the view a user lands on first.
Acceptance: all four locations say six views (or name them), matching
web/app.tsxand ADR-0017.