1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages
DocForge2/ACTIVE_SLICE.md

15 lines
1.2 KiB
Markdown
Raw Normal View History

# Active slice
```text
2026-07-24 21:01:53 -04:00
Slice: DFG-12 modal node inspection (complete)
Goal: Let users inspect any visible graph node without losing their current neighborhood or viewport.
In scope: A native modal dialog; full node metadata and content; mouse and keyboard activation; Escape, close-button, and backdrop dismissal; an explicit Explore neighborhood action; interaction-contract checks; JavaScript syntax validation; and complete regression verification.
Out of scope: Graph mutation; source editing; persisted modal state; nested dialogs; arbitrary templates; external hosting; canonical writes; or any new HTTP endpoint.
Done when: Activating a graph node opens an accessible inspection dialog, dismissing it preserves the current graph, explicit exploration loads the selected neighborhood, and the complete DocForge gate passes.
Owners: DocForge owns dialog state and interaction. The configured project continues to own graph facts. The MCP process continues to own the validated snapshot and listener lifetime.
```
2026-07-22 12:06:04 -04:00
2026-07-24 16:09:56 -04:00
**Next gate:** None planned. Measure actual graph-browser use before extending layout, export,
minimap, or remote-access policy. Canonical application remains permanently out of scope under
2026-07-24 16:01:03 -04:00
`docs/APPLICATION_DECISION.md`.