KB-4B3B
15000x · 01 — Baseline + Execution Channel Pack (HEAD 3d56afa, db=directus, 8/8 healthcheck GREEN, gates inert)
4 min read Revision 1
iu-corev0.615000xbaselineexecution-channelgates-inerthealthcheck-green
15000x · 01 — Baseline + Execution Channel Pack
Channels verified
| Channel | State |
|---|---|
SSH (ssh contabo) |
✓ root login, key-based |
| docker exec postgres | ✓ direct shell into postgres container |
| psql -U workflow_admin -d directus | ✓ socket trust; DDL + DML + EXECUTE all available |
| pg_dump → /root/backups | ✓ docker exec ... pg_dump -Fc -f /tmp/... + docker cp to /root/backups/ |
| scp local→VPS | ✓ scp local.sql contabo:/root/… |
GitHub PR (gh) |
✗ this repo clone has NO git remote — PR #669 cannot be queried/commented from here |
| AgentData KB | ✓ mcp__agent-data__* (list/get/search/upload all responsive) |
Pre-macro snapshot (verified live)
- Repo HEAD:
3d56afa(12000x added zero code; parent baseline) - Branch:
main, clean except?? ops/12000x-product-factory-execution-event-proof/(untracked from prior macro) - Tests:
1324 collected - Healthcheck (8 surfaces, all GREEN):
- three_axis_cache: in_sync (163/163)
- directus_collection: 163 rows / 1 read-permission
- qdrant_collection: iu_core_iu_chunks (149 indexed)
- auto_refresh_trigger: gate=false fires_24h=0
- vector_boundary: 149 pts / 141 unique
- write_gates: all 6 inert
- operator_runtime: open_runs=0 failed_24h=0 active_leases=0
- piece_event_runtime: emit_enabled=false dry_run_only=true types=6
Pre-macro row counts
information_unit 163
iu_piece_collection 3
iu_piece_membership 8
iu_lifecycle_log 146
event_outbox 122308
event_outbox(piece) 0
iu_vector_sync_point 152 (149 indexed)
event_type_registry 21
Pre-macro gate snapshot
iu_core.composer_enabled false
iu_core.delivery_enabled false
iu_core.operator_runtime_enabled false
iu_core.retention_enabled false
iu_core.structure_ops_enabled false
iu_core.three_axis_auto_refresh_enabled false
iu_core.vector_sync_enabled false
iu_core.routes_master_enabled true (infrastructure, not a write gate)
iu_core.route_worker_enabled true (infrastructure, not a write gate)
piece_event_runtime.dry_run_only true
piece_event_runtime.emit_enabled false
8/8 write gates inert. Matches 12000x post-state.
Pre-macro pg_dump backup
- path:
/root/backups/pre-iucore-15000x-baseline.dump - size: 80,333,124 bytes
- sha256:
000b554b0a4aac79c51762a8e21cc3814a229cbed497b335107ac5b7a8dbe8a4
Tooling
- Python 3.11.6 system, no project venv — tests via
python3 -m pytest tests/ - psql + pg_dump 16.x inside
postgrescontainer