The protocol
v1.0.0
The contract that lets sovereign parties compose intelligence systems without losing sovereignty.
00 / Scope
SIP defines how intelligence systems are built, attested, and composed across sovereign parties. It does not define what is built. It is the minimum viable shared contract.
Layer 1
Every SIP-compliant repository carries these files at the root or inside .<vertical>/:
| File | Purpose | Required |
|---|---|---|
| SKILL.md | Behavior definition — what the AI adopts when this context is loaded | yes |
| AGENTS.md | Voices / agent definitions | yes if >1 agent |
| MEMORY.md | Durable state, commitments, open forks | yes |
| CANON.md | Archetypes, world rules, domain constants | optional |
| SOUL.md | Founder or vertical essence — the thing that must not drift | optional but recommended |
| STACK.md | Adopted stack choices (may inherit from Starlight's) | optional |
| .claude/commands/*.md | Slash-command contracts | as needed |
File extensions beyond markdown:
.arc — agent configuration (JSON or YAML, schema TBD v1.1)..nea — narrative / world / canon configuration (JSON or YAML)..skill — compact skill descriptor for embedding into larger skill packs.Layer 2
Every artifact that composes ≥1 SIP element carries a "Built on SIP" block. The block is emitted via /sip-attest, which refuses to emit without real contribution. Attribution does not mean credit transfer — it means credit compounding across every adopter.
Minimum block
attestation--- Built on SIP — Starlight Intelligence Protocol - Substrate: starlightintelligence.org/protocol v<semver> - Verticals: [<list>] - Canon: [<list or "none">] - Nodes: [<list of sovereign contributors>] Generated: <ISO date> ---
Pinning rules
arcanea-ecosystem).@unpinned, never fabricated.Layer 3
MCP servers that expose SIP-native tools declare themselves via mcp.json in their repo root:
mcp.json{
"name": "arcanea-mcp",
"sip_version": "1.0.0",
"provides": ["arcanea.canon", "arcanea.guardians", "arcanea.veltara"],
"requires": [],
"attestation": { "built_on_sip": true }
}The registry itself is a flat file at starlight/REGISTRY.md (v1.1 will promote to a queryable MCP).
Layer 4
Four command tiers, each with a naming convention and decision-rights rule:
| Tier | Prefix / location | Owner | Example |
|---|---|---|---|
| Protocol | /sip-* | Starlight (Frank) | /sip-attest |
| Alliance | /alliance-* | shared across alliance nodes | /alliance-reflect |
| Vertical | /<vertical>-* | vertical owner | /arcanea-canon, /wealth-dpi |
| Sovereign | /<name>-* | individual sovereign node | /sovereign-signal, /openclaw-audit |
Commands in lower tiers may depend on higher-tier commands. Higher-tier commands never depend on lower-tier ones.
Layer 5
Non-negotiable social contract. Every party that adopts SIP accepts:
Sovereignty. Each party retains full decision rights inside its declared domain. Advice ≠ override.
Attribution. Every shared artifact carries the "Built on SIP" block. Silent composition is a breach.
Reciprocity of canon. Using another party's canon requires the canon's license terms (default CC-BY-NC for Arcanea canon).
Commitment shape. Cross-party commitments name artifacts and dates, never intentions.
Fork resolution. Disagreements route through /alliance-decide. One node owns each fork per declared domain; others advise.
Exit. Any party can leave the composition. Attribution history remains immutable.
Layer 6 · optional
Verticals may adopt or extend canonical archetypes. The foundational archetype set (Arcanea's Guardians / Vel'Tara / Hz grounding) is licensed CC-BY-NC by Arcanea BV. Verticals may:
Archetypes are not required for SIP compliance. Protocol, attestation, and sovereignty are. Archetypes are canon-layer compounding, adopted where the vertical benefits.
Versioning
starlightintelligence.org/protocol/changelog.License
.claude/commands/*): MIT.Adopt SIP
Every artifact that composes a SIP element carries an attestation block. This page is one such artifact. Copy the shape below into your own work to compound credit across the alliance.
attestation · this page--- Built on SIP — Starlight Intelligence Protocol - Substrate: starlightintelligence.org/protocol v1.0.0 - Verticals: [starlight] - Canon: ["none"] - Nodes: [Starlight Holding BV] Generated: 2026-04-22 ---
Built on SIP · v1.0.0 · Authored by Frank Riemer (Starlight Holding BV) · MIT