KB-1C55
Endgame Campaign — 03 Production review_decision G3 Result (proposal-only builder authority pack)
3 min read Revision 1
g3review-decisiondieu32proposal-onlycutter-governancecross-signmanifest-bindingauthority-pack2026-05-28
03 — Production review_decision Governance (G3) — Result: Authority Pack
Result: ADVANCED (authority-pack refined). A proposal-only builder is specified with hard guards; it cannot be committed by the agent because review_decision/manifest_envelope live in the privilege-walled cutter_governance schema (invisible to context_pack_readonly; build requires a privileged role operating inside that schema). No self-approval path exists or is created.
1. Live confinement (verified)
to_regclass('public.review_decision')= NULL,public.manifest_envelope= NULL. They are NOT inpublic. Per memory + prior bundles they reside incutter_governance(privilege-walled), confirmed re-introspectable only viaworkflow_admin.- Only a test builder exists (
fn_iu_test_review_decision_create,test_scope-tagged,automated_agent,cross_signed=false) — explicitly NOT a production Điều 32 artifact.
2. Proposal-only builder — REQUIRED guards (spec)
A production-grade fn_governance_proposal_create(...) (to be built by a privileged human/role inside cutter_governance) must:
- Create rows with
status='proposed'only; verdict NULL or non-final. - Refuse any
approve/reject/final verdict (raise exception) — finalization is a separate human/council action. - Require manifest binding (a real
manifest_envelopeid, not a sentinel). - Require requester identity (human/council actor), reject
automated_agentas approver. - Cannot be invoked by the agent to self-approve — separation of duties: proposer ≠ approver; approver must be human/council with
cross_sign ≥ 2. - Emit audit/evidence; reversible (proposals can be withdrawn, not silently deleted).
3. Why only human governance can proceed
- The schema is privilege-walled by design (Điều 32): an agent must never mint a production approval.
- Cross-signing (
≥2human/council signers) and real manifest binding are governance facts the agent cannot manufacture. - The campaign's forbidden list explicitly bars "production approval shortcut" and "agent self-mint."
4. Exact remaining (human-only)
- A privileged operator builds
fn_governance_proposal_createinsidecutter_governanceper §2. - Human/council establishes the cross-sign + manifest-binding workflow.
- This unblocks G1/G4 certification (the
review_decisionthat flipsbirth_registry.certified=trueand factorydraft→active).
Advancement: G3 moved from "authority-pack" → "proposal-only builder fully specified with separation-of-duties guards + exact privileged-build step." No technical discovery remains; the gate is purely human/privilege.