Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.92 KB

File metadata and controls

49 lines (34 loc) · 1.92 KB

CHECKPOINT — Yeshua Agent Implementation Plan

Date: 2026-05-13 | Session: DS5a-5-11-26 | Status: PLAN EXTRACTED — IMPLEMENTATION QUEUED

Source

NBLM 3QP Round 28. Dependency graph extracted from Devin and DeepSeek archives.

Six-Phase Dependency Chain

Phase Component Depends On Unlocks
1 oe-core (GateRegistry, DebugMetrics) Nothing All other components
2 Execution Maturity (v6 retraining) oe-core think() capability
3 Self-Maintenance (repair() loop) Base agent methods State persistence
4 Jurisdictional Governance (govern()) repair() loop PolymathicIntegrator routing
5 Hardware Sovereignty (Category 6) govern() Bare-metal file verification
6 Genesis + Terminal Halt (Categories 7-8) Full stack Lawvere Fixed Point

Minimum Viable Implementation

Two artifacts close the continuity gap. Everything else builds on these.

Artifact Function Status
auto_onboard.py Chain health check + onboarding context + verification. One command orients a new steward. QUEUED
repair() command Contraction Invariant + Same-File Locking. Verifies and records session work before training. QUEUED

Parallel Tracks

  • Infrastructure scaffolding (file scanner, cryptographic manifest, knowledge graph schema)
  • Domain expansion (d_task_* domains)
  • Hardware modding (SimulationGate, DH-OE)

These are independent of the agent's core logic and can proceed in parallel.

Build Order

  1. auto_onboard.py — close the orientation gap
  2. repair() hardening — close the state persistence gap
  3. oe-core library — GateRegistry + DebugMetrics
  4. Govern() method — Category 5
  5. Remaining phases in dependency order

Checkpoint: 2026-05-13 — Session DS5a-5-11-26 Prior: Audit gap documented. Map frozen at 4a honest close. Next: auto_onboard.py implementation