KB-14E4

Governance→RP Handoff — 08 Machine-Readable Index (2026-06-03)

6 min read Revision 1
one-roof-governanceregistries-pivotmachine-readableindexjsonyaml2026-06-03

08 — Machine-Readable Index

Date: 2026-06-03. Authoritative machine-readable map of packages, status, allowed/blocked use, and next prompts. JSON first, YAML mirror second.

JSON

{
  "handoff": {
    "date": "2026-06-03",
    "mode": "read-only",
    "production_db": "directus",
    "governing_blocker": "os_proposal_approvals >= 1 (human L2/L4 ratification)",
    "gate_status_live": "BLOCKED",
    "gate_reason_live": "ospa<1"
  },
  "live_production_verification": {
    "ospa": 0,
    "ownership": 0,
    "gap": 210,
    "inventory": 35,
    "responsibility_scopes": 6,
    "conflict": 0,
    "governance_event_emit": 0,
    "event_outbox_total_organic": 195980,
    "candidate_object": 0,
    "candidate_state": 0,
    "ruleset": 0,
    "scan_run": 0,
    "worker_cursor": 0,
    "governance_registry": 9,
    "governance_relations": 8,
    "axis_tables": "absent",
    "topic_tables": "absent",
    "idle_in_transaction": 0,
    "mutations_performed": 0
  },
  "packages": [
    {
      "name": "release-management-finalization-gate-monitoring",
      "path": "knowledge/dev/reports/architecture/one-roof-release-management-finalization-gate-monitoring-2026-06-03/",
      "role": "governance source of truth (release/gate canon)",
      "status": "complete-gated",
      "allowed_use": "read/reference; run gate_monitor read-only",
      "blocked_use": "do not execute rollout until ospa>=1",
      "key_artifacts": ["sql/gate_monitor/gate_check.sql", "07-post-gate-execution-prompt.md", "sql/final_executor_copy/", "sql/final_rollback_copy/"]
    },
    {
      "name": "production-release-engineering-ultra-macro",
      "path": "knowledge/dev/reports/architecture/one-roof-production-release-engineering-ultra-macro-2026-06-03/",
      "role": "engineering/executor canon",
      "status": "complete-gated",
      "allowed_use": "read/reference",
      "blocked_use": "do not run sql/prod/99_run_all.sql until ospa>=1 + READY",
      "key_artifacts": ["sql/prod/99_run_all.sql", "sql/prod_rollback/99_rollback_full.sql", "sql/prod_verify/", "sql/clone_revalidation/"]
    },
    {
      "name": "nonprod-clone-governance-finalization-production-rehearsal",
      "path": "knowledge/dev/reports/architecture/one-roof-nonprod-clone-governance-finalization-production-rehearsal-2026-06-02/",
      "role": "clone-proven evidence (NOT production)",
      "status": "complete-clone-only",
      "allowed_use": "read/reference as design evidence",
      "blocked_use": "never treat clone results as production truth"
    },
    {
      "name": "registries-pivot-os-agency-master-design",
      "path": "knowledge/dev/design/registries-pivot-os-agency/",
      "role": "registries-pivot source of truth (design v0.1, docs 00-13)",
      "status": "design-complete-unratified",
      "allowed_use": "read/reference; basis for RP continuation",
      "blocked_use": "no implementation until human RG1+RG2"
    },
    {
      "name": "gpt-review-release-management-finalization",
      "path": "knowledge/dev/reports/architecture/gpt-review-release-management-finalization-pass-ready-for-registries-pivot-handoff-2026-06-03.md",
      "role": "acceptance record",
      "status": "accepted",
      "allowed_use": "read/reference"
    },
    {
      "name": "this-handoff",
      "path": "knowledge/dev/reports/architecture/one-roof-governance-to-registries-pivot-final-handoff-2026-06-03/",
      "role": "governance->registries-pivot handoff",
      "status": "published",
      "allowed_use": "read first when resuming registries-pivot"
    }
  ],
  "rp_interfaces": {
    "usable_now_readonly": ["v_governance_object_inventory(35)", "v_object_owner_gap(210)", "v_object_owner_conflict(0)", "governance_responsibility_scope(6)", "governance_registry(9)", "governance_relations(8)", "gate_check.sql"],
    "exists_but_empty_readonly": ["governance_object_ownership(0)", "governance_candidate_object(0)", "governance_candidate_state(0)", "governance_ruleset(0)", "candidate_scan_run(0)", "gov_worker_cursor(0)"],
    "forbidden_assumptions": ["production owner coverage 100%", "production axis substrate", "production topic substrate", "populated production scanner", "active governance events", "clone v_ui_* views", "rollout executed", "clone == production"]
  },
  "next_prompts": {
    "registries_pivot_immediate": "REGISTRIES_PIVOT_COUNT_INTEGRITY_READONLY_REHEARSAL",
    "registries_pivot_sequence": ["REGISTRIES_PIVOT_COUNT_INTEGRITY_READONLY_REHEARSAL", "REGISTRIES_PIVOT_ADDITIVE_SCHEMA_AND_PIVOTS_DRESS_REHEARSAL", "REGISTRIES_PIVOT_DIRECTUS_API_EXPOSURE_PLAN", "REGISTRIES_PIVOT_LAW_RECONCILE_PACKET", "REGISTRIES_PIVOT_UI_PREVIEW_STATIC", "REGISTRIES_PIVOT_PIN_REGISTRY_BIRTH", "REGISTRIES_PIVOT_IMPLEMENT_CONVERGED_SURFACE", "REGISTRIES_PIVOT_NOTIFICATION_CLEANUP_INTEGRATION"],
    "governance_post_gate": "ONE_ROOF_PRODUCTION_ROLLOUT_EXECUTE_ON_RATIFICATION"
  },
  "channels": {
    "prod_read": "query_pg(database=directus)",
    "prod_write_exec_post_gate_only": "ssh contabo -> docker exec -i postgres psql -U workflow_admin -d directus",
    "clone": "dropped; snapshot /tmp/clone_finalized_2026-06-03.dump; query_pg cannot read clones"
  }
}

YAML mirror

handoff:
  date: 2026-06-03
  production_db: directus
  governing_blocker: "os_proposal_approvals >= 1 (human L2/L4)"
  gate_status_live: BLOCKED
live_production:
  ospa: 0
  ownership: 0
  gap: 210
  inventory: 35
  scopes: 6
  governance_event_emit: 0
  axis_tables: absent
  topic_tables: absent
  scanner_tables: present_but_empty
  idle_in_transaction: 0
  mutations_performed: 0
next_prompts:
  registries_pivot_immediate: REGISTRIES_PIVOT_COUNT_INTEGRITY_READONLY_REHEARSAL
  governance_post_gate: ONE_ROOF_PRODUCTION_ROLLOUT_EXECUTE_ON_RATIFICATION
Back to Knowledge Hub knowledge/dev/reports/architecture/one-roof-governance-to-registries-pivot-final-handoff-2026-06-03/08-machine-readable-index.md