Add modal graph node inspection
This commit is contained in:
parent
5f3d938adc
commit
4c82e1643d
13 changed files with 179 additions and 25 deletions
|
|
@ -23,7 +23,7 @@ approved contract and measured cross-project evidence; it is not an unimplemente
|
|||
- Result envelope: `schemas/result.schema.json`, version 1.
|
||||
- Changeset schema: `schemas/changeset.schema.json`, version 1.
|
||||
- Index schema: version 1, disposable and reproducible.
|
||||
- Core, CLI, and MCP server: version 0.7.1.
|
||||
- Core, CLI, and MCP server: version 0.7.2.
|
||||
|
||||
Schema files describe the generic interchange contract. Runtime validation remains responsible for
|
||||
path confinement, source hashing, relationship resolution, dependency cycles, project limits, stale
|
||||
|
|
@ -105,11 +105,16 @@ overview, bounded search, exact node content, and bounded incoming-and-outgoing
|
|||
There is no write endpoint, arbitrary query endpoint, static filesystem handler, external asset,
|
||||
or project-selection control.
|
||||
|
||||
The `graph-browser@2` template provides mouse-wheel zoom centered on the pointer, left-button drag
|
||||
The `graph-browser@3` template provides mouse-wheel zoom centered on the pointer, left-button drag
|
||||
pan, explicit zoom-in and zoom-out buttons, a reset-view button, and a live zoom percentage. A
|
||||
four-pixel drag threshold preserves node activation for ordinary clicks. Loading another root node
|
||||
resets the viewport so the new neighborhood begins centered and fully framed.
|
||||
|
||||
Activating a graph node opens a modal inspector containing that node's complete validated metadata
|
||||
and content. Inspection does not replace the current neighborhood or reset the viewport. The modal
|
||||
supports keyboard activation, Escape, explicit close controls, and backdrop dismissal. Loading the
|
||||
inspected node as the new root requires the separate Explore neighborhood action.
|
||||
|
||||
One MCP process owns at most one listener. Repeated invocations reuse it and may replace its
|
||||
validated snapshot only after a fresh index check. The listener stops with the MCP process.
|
||||
Project-specific integrations receive the same tool because it operates on the supplied
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue