- 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
1.2 KiB
1.2 KiB
Open Source Surface
ra-h_os should match the main app contract wherever the underlying product behavior is shared.
That means the open-source docs should reflect:
- no runtime
dimensionsmodel, - node quality driven by title, description, source, metadata, and edges.
It should also explain the open-source-specific reality clearly:
- no private-app-only promises
- a practical standalone MCP install path
- pinned package versions for external-agent setup
- clear verification and troubleshooting steps
- honest support boundaries for fully local or community setups
Important App Routes
app/api/nodes/app/api/edges/app/api/rah/chat/- extraction routes
- eval / verification helpers
Porting Rule
Main ra-h ships first.
ra-h_os is a required follow-up port of the same contract, not a place to preserve older taxonomy behavior.
Required Docs Surfaces In ra-h_os
README.mdfor terse install + MCP quickstartdocs/README.mdfor the start-here pathdocs/8_mcp.mdfor the full MCP setup, verification, memory-file guidance, and troubleshooting pathdocs/10_full-local.mdfor clearly caveated local/community patternsapps/mcp-server-standalone/README.mdfor package-level install details that match the repo docs