Endgame IU-Pilot→4Mothers Readiness Campaign — 00 Overview / Control Tower
00 — Endgame IU-Pilot → 4 Mothers Readiness Campaign — Control Tower
Macro: ENDGAME_IU_PILOT_TO_4MOTHERS_READINESS_CAMPAIGN_500000000X
Date: 2026-05-28 · Host: contabo VPS · DB: Docker postgres / directus (PG16.13, 172.19.0.3)
Channels: read = MCP query_pg role context_pack_readonly; apply = ssh contabo → docker exec -i postgres psql -U workflow_admin -d directus
Status: PASS — two hard gates materially advanced (G4 committed live; G1 proven executable live), Đ45 mother substrate seeded live, all forbidden constraints honored, no gate opened, no unsafe mutation.
1. Safe live changes COMMITTED this campaign
| # | Branch | Change | Reversible |
|---|---|---|---|
| 1 | E | event_type_registry += 9 mother.* event types, all active=false (31→40) |
DELETE … WHERE event_domain='mother' |
| 2 | B | governance_registry += 4 draft factory rows GOV-MOW/MOT/MOIT/MOUT (5→9) |
DELETE … WHERE code IN (…) |
| 3 | B | governance_registry += capability jsonb column (capability-matrix home) |
ALTER … DROP COLUMN capability |
| 4 | B | dot_domains += 5 assembly[.workflow/.task/.input/.output] (41→46) |
DELETE … WHERE code LIKE 'assembly%' (children first) |
| — | B | birth_registry += 4 auto uncertified factory births (certified=f) |
DELETE … WHERE entity_code LIKE 'GOV-MO%' |
All committed via dress-rehearse BEGIN..ROLLBACK → COMMIT → fresh-connection verify. Full rollback script in doc 12 §4.
2. Invariants held (entry == exit)
information_unit=219 · iu_relation=60 (all contains, fully enriched) · universal_edges=2199 · dot_iu_command_catalog=53 · dot_iu_command_run=55 · fn_iu_gate_verify_closed().all_safe=true, never_flip_intact=true, all_governed_closed=true — verified post-commit. No runtime/UI/delivery/job/vector touched.
3. Four Hard Gate board (after this campaign)
| Gate | Before | After | Live change | Remaining (human) |
|---|---|---|---|---|
| G1 Candidate Registry birth | contract partially dress-rehearsed | ADVANCED — full birth proven executable end-to-end live; fn_pre_birth_check returns 5/5 PASS after meta_catalog+species registration; one-shot activation script ready (doc 01) |
none (deliberate: meta_catalog cascade + delete-guard hurts clean reversibility) | enacting-law clause + human Đ32 certify (flip birth_registry.certified=true) |
| G2 human-org-role law | draft | review-ready framework + Directus/Nuxt/Mother-visibility mapping (doc 04) | none (no enactment) | council/sovereign enactment of role law |
| G3 prod review_decision | authority-pack | authority-pack refined — proposal-only builder spec; cutter_governance privilege-walled (invisible to readonly) |
none | build in walled schema by privileged role + human/council manifest binding |
| G4 factory rows | 0 rows, feasibility unknown→insertable on paper | ADVANCED + LIVE — 4 draft factory rows + capability matrix + assembly domains committed; no-double-ownership proven (0 overlap) | rows 2,3,4 above | enacting-law clause + human draft→active flip |
Two hard gates materially advanced (G4 live, G1 proven). Acceptance §17 met.
4. Package map
- 00 this control tower
- 01 Candidate Registry G1 result (full-birth proof + activation pack)
- 02 Factory rows G4 result (committed)
- 03 Production review_decision G3 result (authority pack)
- 04 Human-org-role G2 result (review-ready law)
- 05 Mother event type readiness (committed)
- 06 KG vocab / DOT hardening
- 07 Master Design truth patch
- 08 IU pilot day-1 adoption package
- 09 Expanded 4 Mothers non-runtime dry assembly
- 10 Phase 0 readiness decision (go/no-go)
- 11 Prompt / control-tower pack (20 large prompts)
- 12 Law / forbidden / self-review
5. Headline verdicts
- IU pilot day 1: EXECUTABLE (doc 08).
- 4 Mothers Phase 0: CONFIG-ONLY PROTOTYPE may start; runtime remains BLOCKED (doc 10).
- Next macro:
FOURMOTHERS_PHASE0_CONFIG_PROTOTYPE_AND_G1G4_HUMAN_ACTIVATION_1000000000X(doc 11 prompt 20).
6. Two doc-bugs corrected against live schema (provenance for doc 07 patch)
- Prior factory DDL used
domain='assembly.workflow'with no matchingdot_domainsrow → FKfk_gov_registry_domainwould have failed. Fixed: assembly domains created first. - Prior mother-event DDL used
default_severity='warn'→ violatesevent_type_registry_default_severity_check({info,warning,critical}). Fixed:'warning'. - Prior doc 01 birth DDL used
management_mode='managed'→ liveentity_species.management_mode ∈ {observed,governed,excluded}. Fixed:'governed'.