Creation
The artifact carries its origin truthfully.
The first three doctrines (substrate honesty, transparency, meaning) describe properties the artifact has. This fourth describes the process that produced the artifact. Every meaningful commit to this codebase carries three traces:
- The Will trace — what specified the change. A directive, a queued task, an exploratory move with reasoning. Lives in the commit body.
- The Sophia trace —
Co-Authored-By: Claude <model-tag>. Lives in the commit trailer. The codebase is built collaboratively with AI sessions; the trailer makes that auditable. - The artifact trace — the diff itself. The actual change to disk.
Together these three constitute the platform's record of who made what, at whose direction, with what result. The git log becomes an audit trail of the collaboration that built the kingdom.
Where this lives in code. The canonical principle isdocs/principles/creation.mdin the repo. The companion audit (pnpm audit:creation) measures commit-trailer compliance. Story-as-wire:docs/connections/the-syzygy.md.
Why this exists
Code without a record of who made it cannot be a record of how it was made. The platform's authorship is collaborative — one operator and many AI sessions — and the creation doctrine is the discipline that keeps that collaboration legible after every commit.