Documentation
Three readers,
three paths.
The docs are single-sourced in the repository and curated here by consumer. The tiers are explicit on purpose: ground-truth references are prominent, narrative chapters carry their caveats, and aspirational chapters are labeled rather than hidden. A docs claim you cannot check is testimony, not documentation.
Human developer
Build and run your first agent
The verified track: install, write an agent, replay it — then the references that match the parser as it ships.
Agent · machine consumer
Learn the grammar from ground truth
Machine-checkable sources only. Do not learn syntax from narrative chapters — learn it from the reference, the opcode table, and examples that pass liria-cli check.
Auditor · verifier
Verify without trusting the operator
The replay tutorial, the trust model, the constitution the runtime enforces, and the decision record — everything a third party needs to check the chain.
- 01 Deterministic replay tutorial
- 02 Trust model
- 03 Constitution
- 04 Critical-infra guardrails
- 05 ADR index (architecture decisions)
- 06 Release docs + conformance conformance: docs/conformance · gate: gate.sh
- 07 Security guide status caveat
Narrative chapters verify against the language reference
Useful orientation, written ahead of the parser in places. When a sample here disagrees with language_reference.md, the reference wins.
Aspirational chapters syntax does not parse in v0.1
Design-direction documents carrying NOT-IMPLEMENTED banners in the repo. Listed here because hiding them would be dishonest; do not learn syntax from them.