· — △ □ ⬠ ⬡ ○
Atom Engine Core
The brain of Atom HS — protocol, schema, specs, design.
The engine that powers Atom HS (Human Systems). This repo contains the Genesis protocol, the schema that governs every item in the system, and the specs that define every feature.
If MindRoot is the face, this is the brain.
atom-engine-core/
├── PENTAGON.md Master roadmap (all 6 vertices)
├── law/ 3 docs-lei (git-versioned copies)
│ ├── system_spec_genesis_v5-0-1.md The universal contract
│ ├── system_spec_marco-zero_v2-0.md Operational guide
│ └── system_template_meta-template_v1-1.md
├── specs/ Active specs
│ ├── system_spec_atom-agent_v1-0.md
│ ├── system_spec_genesis-build-protocol_v1-0.md
│ ├── system_spec_guardiao-audit_v1-0.md
│ ├── system_spec_yugar-vision_v0-1.md
│ └── system_template_roadmap-phi_v2-0.md
├── features/ Feature registry (14 features)
│ ├── system_doc_feature-registry_v1-0.md
│ ├── feature_raiz_v1-0.md
│ ├── feature_library_v1-0.md
│ ├── feature_pipeline_v1-0.md
│ ├── feature_wrap_v1-0.md
│ ├── feature_soul_v1-0.md
│ ├── feature_triage_v1-0.md
│ ├── feature_captura_v1-0.md
│ ├── feature_graph_v1-0.md
│ ├── feature_conectores_v1-0.md
│ ├── feature_companheiro_v1-0.md
│ ├── feature_calendar_v1-0.md
│ ├── feature_projects_v1-0.md
│ ├── feature_analytics_v1-0.md
│ └── feature_settings_v1-0.md
├── wraps/ Session wraps
├── design/
│ └── wireframes/ 11 interactive wireframes (HTML)
├── sql/ Reference SQL
└── archive/ Superseded docs and templates
Every item in Atom HS progresses through 7 stages of maturation:
| Stage | Geometry | State | What happens |
|---|---|---|---|
| 1 | · Point |
inbox | Raw capture enters the system |
| 2 | — Line |
classified | Type + module assigned |
| 3 | △ Triangle |
structured | Template applied, UUID generated |
| 4 | □ Square |
validated | 4 integrity gates passed |
| 5 | ⬠ Pentagon |
connected | Connections to other items |
| 6 | ⬡ Hexagon |
propagated | Effects cascade to connected items |
| 7 | ○ Circle |
committed | Committed via wrap. Complete. |
Items advance sequentially, regress automatically when integrity breaks, and decompose into seeds when inactive — the seeds become new points. Fibonacci: each completion feeds new genesis.
23 types · 8 modules · 8 states · 8 relations · Supabase (PostgreSQL + JSONB)
The schema is the contract. If tomorrow you swap Supabase for raw Postgres, or MindRoot for a CLI — the schema is the same.
| Repo | Role |
|---|---|
mindroot-v2 |
Web/mobile interface (React, TypeScript, Tailwind) |
| Supabase | Data layer (items, connections, events) |
Genesis v5.0.1 — definitive spec. Schema v2 — deployed. Espiral 1 — complete. Espiral 2 — in progress (F1 done, F2 partial).
Private repository. Part of the Atom HS ecosystem.