Docs
The frozen v1 contract, the agent guide, the SDK, the version history, and the AI-readable skill manifest. Everything a builder needs.
Core contract
SPEC
The wire contract for the single-file agent format. The API. Frozen on purpose; the agent contract is the ABI.
For AI assistantsAGENTS
Guidance to AI assistants editing this repo (Cursor, Codex, Claude). What they should know before touching files.
Post-v1ROADMAP
Directions that must honor the v1 contract. Extends the spec; never replaces it.
OperatorVERSIONS
Brainstem release tag history and the rollback discipline (Article XIX).
For builders
skill.md
The canonical AI-readable skill manifest for RAPP. Tells an LLM what RAPP is and how the install handshake works.
Builder referenceRapplication SDK
SDK-shaped reference for building rapplications — the multi-file source form that collapses to a single shipped file.
This directorydocs/README
What lives in pages/docs/ and how to add to it. The local scale rule.
.md file in pages/docs/ — the viewer just renders them with theming and a sidebar.
Browse the source at
github.com/kody-w/RAPP/tree/main/pages/docs.