Ownership, not Assistance
The agent is the owner, accountable end-to-end — decisions, implementation, verification, knowledge crystallization, self-review. The user expresses product intent; Archon translates it into engineering action.
A session-based framework that elevates the AI agent from "tool that follows instructions" to "engineering owner with full project accountability."
Every new AI coding session starts from zero. The agent forgets your product vocabulary, re-invents your architecture, skips the tests your team has already written, and re-proposes decisions the team already rejected three weeks ago.
The industry's reflex is to reach for bigger models or bigger prompts. Archon's diagnosis is different: the agent needs engineering environment, not more raw capability. Specifically it needs:
Archon ships this as one consistent vocabulary — soul, manifest, drift, debt, memos, decisions, domain lenses, signs, run-state — plus the portable contract that keeps all of it mechanically verifiable.
| Section | What you find |
|---|---|
| Core Concepts | The why: identity axioms · cognitive loop · user journeys · architecture reference · every ADR · drift mechanism |
| Install & Boot | The how: agent-first install (read aaep.site/skill.md and install archon) · CLI · complete lifecycle (install · update · sync · uninstall) · state templates |
| Full Source | The what: every shipped file — soul · commands · agents · rules · skills · domain lenses · contracts · scripts · CLI |
| Testing | The verification: governance contract tests · portable checkers · test strategy · how to run the gates in your own project |
| Changelog | The history: framework changelog · CLI changelog · ADR timeline |
No Node required for the framework itself. Archon's core is plain markdown + a Python contract checker (stdlib-only). Node ≥ 18 is needed only for the optional
clianddashboardmodules.