Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 859 Bytes

File metadata and controls

16 lines (10 loc) · 859 Bytes

cairn docs

Tamper-proof witnessed AI agent work. Stones stacked to mark "I was here."

Reading Order

  1. What Cairn Is -- the concept, the two modes, the session lifecycle.
  2. Witnessed -- trust model, key derivation, tamper detection, consent tracking.
  3. Modules -- how the pieces compose.
  4. Agent Guide -- what agents need to know.

Why This Order

Start with what cairn does and why. Then understand how trust works -- key derivation, verification, the violation record. Then learn the module boundaries. Then read the agent guide, because until you know what the system is, the guide has nothing to stand on.

The library is nine modules. The concept is one sentence: witness agent work, make it tamper-proof, store it in git. Everything else is consequences.