| # TRIAD-CMD — Agent Boot Directory |
| # Copyright 2026 Joseph Stone — All Rights Reserved |
| # Created: 2026-04-05 |
|
|
| ## Purpose |
| FIRST thing an agent reads at boot. Working directory, protocols, workflows, moral framework. |
|
|
| ## Location |
| SPFsmartGATE/LIVE/PROJECTS/PROJECTS/DEPLOY/TRIAD-CMD/ |
|
|
| ## Load Order (MUST read in sequence) |
| 1. BOOT.md — Identity, working directory, state, module list ✅ |
| 2. STATUS.md — Completed work, pending, blocked ✅ |
| 3. MORAL_FRAMEWORK.md — Core values, IMMUTABLE ✅ |
| 4. MEMORY_TRIAD.md — Memory systems, persistence ✅ |
| 5. WORKFLOW.md — Confidence grading, SearchSeeker, review cycle ✅ |
|
|
| ## Authority |
| When these conflict with outdated CLAUDE.md or external notes, TRIAD-CMD wins. |
| When source code (src/*.rs) conflicts with TRIAD-CMD, source code wins. |
| |
| ## Boot Sync |
| For agents to boot from TRIAD-CMD, update CLAUDE.md boot_sequence steps to: |
| "READ TRIAD-CMD/BOOT.md FIRST (then follow load order)" |
| (CLAUDE.md is user-only — agent cannot modify boot files) |
| |