- remove legacy contexts surfaces from the app, MCP bridge, standalone server, and docs - keep getContext and retrieveQueryContext while aligning the simplified graph-only contract - harden dev startup migration behavior and disable the accidental chat surface in open source Generated with Codex
1004 B
1004 B
UI Surfaces
Workspace Model
RA-H OS follows the current pane model:
- explicit
1 / 2 / 3visible panes - chat anchored to the right edge of the active workspace
- node tabs only in node panes
- singleton non-node panes
Main Views
Feedfor recent and sortable node browsingMapfor graph structureTablefor dense inspectionSkillsfor editable agent instructionsChatfor agent-driven graph work
UI Contract After The Migration
- The app no longer exposes a dimensions pane.
- Feed and table filtering are not dimension-based.
- Persisted pane layout should only hydrate valid pane types:
views,node,map,table,skills. - The app does not expose a separate organizing pane or category filter surface.
Focus And Capture
- Capture must succeed without any category or context assignment.
- Focus surfaces should emphasize title, description, source, metadata, and edges.
- Node cards and focus views should not depend on category labels for meaning.