Getting Started
For a 5-minute technical setup with commands, use the Quickstart.
This path is for a user who wants to understand Canon by running one governed packet from authored input to inspection and publication.
What Canon Is
Canon is the governed packet runtime for AI-assisted engineering work. You use it inside a repository to create explicit, traceable packets for work such as requirements, architecture, change planning, verification, security assessment, and migration.
The Canon CLI owns the governance surface:
- run identity
- mode, owner, risk, and zone
- authored input snapshots
- evidence and invocation records
- readiness and approval state
- publication into visible repository paths
The AI assistant supplies the reasoning content. Canon records the governed shape, boundaries, and traceability.
The Lifecycle
The process of creating and publishing governed work always follows this sequence:
- Authored Input: Write a brief under
canon-input/. - Inspect Clarity: Verify the inputs before running.
- Run: Start a governed session.
- Inspect: Review status, evidence, and artifacts.
- Approve: Review and unblock the agent when human judgment is needed.
- Publish: Promote the final artifacts into your repository's permanent memory.
Choose A Mode
Pick the mode by the kind of knowledge you need, not by the file you happen to have open.
- Use
discoverywhen the problem space is still ambiguous. - Use
requirementswhen scope, outcomes, and acceptance boundaries need to be stabilized. - Use
domain-languagewhen terms are inconsistent across people, docs, APIs, or code. - Use
domain-modelwhen concepts, relationships, and invariants need structure. - Use
architecturewhen the remaining work is a bounded structural decision. - Use
changewhen the structure is known and the task is a bounded modification. - Use
verificationwhen a claim, packet, or quality signal needs direct challenge.
For the complete mode guide, see Canon Modes.
Inspect The Produced Packet
After a run, do not treat the first artifact as accepted knowledge. Inspect:
- status: whether the run is complete, blocked, or awaiting approval
- invocations: what Canon attempted and recorded
- evidence: what supports the packet
- artifacts: which documents were emitted
- readiness: whether the packet is reusable or still incomplete
- approval state: whether a human gate still applies
This inspection habit is the practical difference between generated prose and governed engineering knowledge.
Understand Readiness, Evidence, And Approval
Readiness says whether the packet can be reused. Evidence says why its claims should be trusted. Approval says whether the organization has accepted the packet for downstream reliance.
These are separate signals. A packet can be well written but weakly evidenced. It can have evidence but still require approval. It can be approved for one downstream use without becoming a universal standard.
Use your repository's constitution and Core Concepts before publishing or promoting anything into project memory.
What To Read Next
- Installation for CLI installation details
- First Workspace to understand repository resolution and setup
- Core Concepts for the underlying mechanics
- Common Workflows for concrete scenarios