KB-1CF2
Phase 7 Rerun Review Decision Create or Discover
2 min read Revision 1
dieu44phase7rerunreview-decisionpass
Phase 7 Rerun Review Decision Create or Discover
result: G2_PASS
existing_valid_review_decision_found: false
created_review_decision: af323ae3-39a5-4958-95b8-5acfba8f6984
created_by_role: cutter_exec
production_mutation: +1 cutter_governance.review_decision row
lifecycle_mutation_this_gate: none
Discover-first evidence
Targeted search for a valid enactment/lifecycle/ICX-CONST review decision excluding CUT approval returned 0 rows before creation.
Schema/privilege evidence
review_decision FK: manifest_id -> cutter_governance.manifest_envelope(envelope_id)
review_decision required no-default fields: governance_event_kind, manifest_id, manifest_version, review_scope, status, verdict, findings, reviewer_class, reviewer_identity, risk_class_assessment, decision_at, decided_by, cross_signed_by_dot_verifier, version, created_at, updated_at
priv_review_decision|directus|can_insert=false|can_select=true
role_probe|cutter_exec|rolsuper=false|rolcanlogin=true
priv_review_decision as cutter_exec|can_insert=true|can_select=true
Created row evidence
created_phase7_review_decision|af323ae3-39a5-4958-95b8-5acfba8f6984|lifecycle_phase7_enactment|phase7_lifecycle_enactment:ICX-CONST|decided|approve|638cf363-f45a-4bb3-b9bb-928c5e24c15b|d99a31d4a4be907c510ae15965e9f7bb3387e9e28676e9f32adf463828b1aa28|29c88a7b-60f7-41bd-af45-43cc9b9f41c0|GPT/User|iu-cutter@v0.5-phase7-rerun-lifecycle-enactment-2026-05-20
Notes:
- The new review_decision ID is distinct from CUT approval
29c88a7b-60f7-41bd-af45-43cc9b9f41c0. - The CUT approval is recorded only as lineage via
prior_review_decision_id; it was not reused as the enactment decision ID. - A first INSERT attempt failed before mutation because the SQL guard referenced a non-existent helper
raise_exception(). No row was inserted in that aborted transaction. The retry used PL/pgSQLRAISE EXCEPTIONguards and succeeded.