Read me first

The RAPP Kernel

One page. The canonical reading order for everyone โ€” operators, contributors, engineers, partners, AI assistants. Every section points to the authoritative doc; nothing is duplicated. If you only read one page on this site, this is the one.

On this page โ€” The trilogyยท The lawยท Referenceยท Specsยท Reading Pathsยท The vaultยท Kernel treeยท Related repos

The trilogy

Why, what, how โ€” read in this order

The law

Discipline that's locked in

Reference

When you're operating, not reading

The specs

Wire contracts and the SDK
v1 wire contract

SPEC

The frozen v1 contract for single-file agents โ€” what perform() takes, what it returns, how metadata travels, the delimited slots (|||VOICE|||, |||TWIN|||). The API.

pages/docs/SPEC.md
v2+ directions

Roadmap

Post-v1 directions that must honor the v1 contract. Where the platform is going, with hard constraints on backwards compatibility.

pages/docs/ROADMAP.md
Multi-tier identity

Estate Spec

The whole-organism cartridge โ€” how an operator's full identity stack (kernel + soul + agents + memory + lineage + bonds) packs into a portable artifact.

pages/docs/ESTATE_SPEC.md
SDK

Rapplication SDK

Reference for building rapplications โ€” graduated, certified agents that ship with their own UI and per-rapp state.

pages/docs/rapplication-sdk.md
For LLMs

Skill manifest

Canonical AI-readable skill manifest. Feed this to any LLM (Claude, Copilot, GPT) and it can extend RAPP correctly without further prompting.

skill.md
Network layer

Network Protocol Spec

The wire contract for the global RAPP network โ€” federation, doors, gates, rappid addressing, the canonical raw.githubusercontent.com URL shapes. Distinct from the agent SPEC; this is how organisms find each other across the public web.

specs/SPEC.md
Network runbook

Network-citizen skill

The action-oriented companion to the Network Protocol Spec โ€” six steps for an AI to become a 1st-class citizen of the RAPP network using only a GitHub account.

specs/skill.md
Index

All specs

Browse every spec under pages/docs/ โ€” SUBSTRATE_FEDERATION, PUBLIC_PRIVATE_BOUNDARY, QR_FRONT_GATE, VERSIONS, AGENTS, more.

pages/docs/

Reading Paths

Curated note sequences for different audiences โ€” ~30 min each

The vault

The why โ€” decision narratives, removal stories, architecture essays

The kernel tree

What this repo actually contains, end to end