KB-513C
01 Live State + Dual-Path Verification
3 min read Revision 1
01 · Live State and Dual-Path Verification
Both paths used: query_pg (READ ONLY role, directus DB) and ssh contabo → docker exec -i postgres → psql -U directus. They agree on every metric below.
Execution mode
- Safe technical branches: EXECUTION_MODE
- Official RP / canon / birth / events: BLOCKED_OWNER_GOVERNANCE
- UI: source is writable but a live frontend rebuild/deploy is outward-facing + git-diverged → handoff (see doc 03), not auto-deployed.
Canon gate summary (v_rp_process_canon_gate_summary, 14 rows)
| metric | value | denom | status |
|---|---|---|---|
| official_ax_process_rp_assigned | 0 | 453 | BLOCKED_OWNER |
| candidate_visible | 69 | 143 | OPERATIONAL |
| owner_gated | 11 | 143 | BLOCKED_OWNER |
| residual_evidence_gated | 0 | 143 | RESOLVED |
| residual_owner_reconcile | 8→2 (this run) | 143 | BLOCKED_OWNER |
| not_process | 42 | 143 | ACCEPTED |
| already_dot_managed | 9 | 143 | RESOLVED_ENG_LINK |
| db_managed_definitions | 373 | 453 | OPERATIONAL |
| new_process_candidates | 6 | 19 | READY_FOR_OWNER |
| verified_candidates | 1 (job:cut) | 19 | READY_FOR_PRESIDENT |
| birth_ready | 0 | 6 | BLOCKED_OWNER |
| canon_gate_verdict | CANON_BLOCKED_OWNER_ONLY | — | BLOCKED_OWNER |
Safety invariants (identical on both paths)
| invariant | value |
|---|---|
| axis_assignment | 25 (none for AX-PROCESS) |
| governance_object_ownership | 0 |
| process_axis_delegation | 0 |
| approval_requests | 230 (incl. 5 PROC-OWN action='review' pending) |
| process_run_observation REAL_RUN | 0 |
| process.* events active | 0 / 7 |
| birth_registry | 1,173,988 before == after apply |
Note on birth drift: the global
birth_registrycount grows in the background from KB-doc births and unrelated engineering. It is 1,173,988 immediately before and immediately after this run's SQL apply, proving the apply itself was engineering-birth-free. (Prior checkpoints cited 1,168,759; the delta is background drift, not this run.)
Owner decision flow (v_process_axis_owner_decision_flow, 12 rows)
5 president-vote (PROC-OWN-01..05, all pending / READY_FOR_PRESIDENT_VOTE) + 7 owner (6 WPC + docker-runtime, all UNASSIGNED / READY_FOR_OWNER). Detail in doc 04.