Skip to content

ARCH-002: Sovereign Process Ledger

Registry Status: Active Governance Standard: STD-OPS-100

This ledger serves as the Centralized Source of Truth for all orchestration processes within the Singular Dream monorepo. It cross-references high-level workflows with their low-level implementation scripts and remote CI triggers.


๐Ÿ—๏ธ 1. Core Platform Orchestration (The Protocols)

These protocols govern the lifecycle of the development environment and code promotion.

ID Title Implementation Governance Status
P-CONVERGE Convergence Protocol AGENT_CONVERGE_PROTOCOL.ts STD-OPS-100 โœ… Industrialized
P-SUNRISE Morning Setup DEV_WAKEUP_MAIN.ts STD-OPS-001 โœ… Industrialized
P-CLEANUP Ghostbuster Sanitization AGENT_CLEANUP_PROCESSES.ts STD-OPS-100 โœ… Industrialized

๐Ÿงช 2. Data & Verification Orchestration (The Seeding)

These processes hydrate the environment with deterministic test data.

ID Title Implementation Governance Status
DAT-SEED-GOLD Golden Graph Seeding DATA_SEED_GOLD.ts STD-OPS-100 โœ… Optimized
DAT-SEED-SOV Sovereign Voting Deeds seed_voting_rights.ts STD-OPS-100 โœ… Optimized
DAT-SEED-PRO Profile & Unit Hydration seed_test_profiles.ts STD-OPS-100 โœ… Optimized

๐Ÿง  3. Metadata & Intelligence (The Projections)

Processes that index the codebase meta-state.

ID Title Implementation Governance Status
P-DIAG-MRI Capability Matrix Scan perform_mri.ts STD-OPS-100 โœ… Optimized
P-ARCH-INDEX Architecture Indexer generate-arch-index.ts STD-GEN-001 โœ… Optimized

๐Ÿš€ 4. CI/CD Pipeline Registry (GitHub Actions)

Pipeline Trigger Role Target
promote-to-stg.yml Manual Merges tst to stg after verification. Main Repo
verify-platform.yml Push/PR Runs full Vitest suite in environment. App Engine
deploy-platform.yml Merge Production/Staging deployment trigger. Vercel

๐Ÿ“œ 5. Rationale & Educational Mandate

As defined in STD-GEN-001, this ledger is the primary index for all "Actions" in the system.

  • AI Guidance: AI Agents MUST consult this ledger before executing any command to verify the current protocol and governing standard.
  • Human Education: Humans should use this ledger to understand the "What, Why, and How" of the automation layer.
  • Naming taxonomy: All processes MUST adhere to the [CAT]_[ACTION]_[TARGET] naming convention defined in STD-OPS-100.