-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ricky Jones edited this page Mar 3, 2026
·
1 revision
Small, deterministic control primitives for software systems. Testable, auditable bricks.
The foundational geometry spec defines how systems bind authority prior to irreversible execution.
| Document | Purpose |
|---|---|
| Canonical Spec | State-space regions, gates, commit boundary |
| Mermaid Diagram | Visual flow of the geometry |
| Test Matrix | NON_EXEC verification rows |
| Builder Handoff | AI assistant instructions |
- Regions A–E: State-space zones from unbounded to committed
- Gates G1–G4: Deterministic transitions between regions
- Commit boundary: One-way, irreversible crossing point
- Fail-closed: Undefined states always resolve to safe default
- Evidence trail: Every gate crossing must produce auditable evidence
See Milestone: v0.1 for tracked issues.
- Point the assistant at the geometry spec
- Ask it to propose docs, diagrams, and test matrices first
- Only after HUMAN review, request executable code
See HANDOFF_PERPLEXITY.md for full builder instructions.