DO Pillar Scene
The Author
The clarity to say what you mean.
Specification is the only source of truth.
Spec before code
No implementation work begins until intent, acceptance criteria and failure modes are written down and reviewed.
Versioned & signed
Every spec carries id, version, owner, and status. Changes go through the spec, not the codebase.
--- id: SPEC-LEDGER-014 version: 1.2.0 status: approved owner: @author --- # Add row-level ledger filter ## Intent Surface only rows the caller is entitled to read. ## Acceptance - [ ] Hides foreign rows - [ ] Denies on token miss - [ ] Audited per request