feat(FN-3415): add todo documentation contract test

Adds a contract test for todo documentation in the core task store, covering the behavior documented in the system.

Fusion-Task-Id: FN-3415
This commit is contained in:
Fusion
2026-05-05 03:06:52 -07:00
committed by gsxdsm
parent bca3854d30
commit aea1396d34
6 changed files with 221 additions and 1 deletions

View File

@@ -116,6 +116,18 @@ Documents view supports toggling between raw text and formatted markdown when vi
The toggle button is accessible with `aria-pressed` for screen readers. Toggle state is scoped per-document, so switching between documents resets the view to raw mode.
## Todo View
Todo View is an experimental dashboard surface for managing per-project todo lists and turning items into planning or task workflows.
> Available when `experimentalFeatures.todoView` is enabled.
Navigation:
- Desktop: **Header → More views → Todos**
- Mobile: **More** sheet → **Todos**
For full behavior, API contracts, and storage details, use the canonical [Todo View guide](./todo-view.md).
## Research View
Research view is a standalone dashboard surface for creating and managing research runs.