You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Purpose: run after accepting a Read and recording Fit posture. It verifies
3
-
-- the commercially critical Read/Fit sequence is bound to the latest deposited
3
+
-- the critical Read/Fit sequence is bound to the latest deposited
4
4
-- repository revision and flags mock/frontier leakage or missing proof posture.
5
5
6
6
CREATE OR REPLACEFUNCTIONpg_temp.v28_qa_terminal_read_fit_quality_after_read()
@@ -346,7 +346,7 @@ BEGIN
346
346
'read_fit_quality_gate'::text,
347
347
jsonb_build_array(
348
348
jsonb_build_object(
349
-
'commercial_expectation', 'A Read against the current deposited Bitcode data-space must return a proof-bearing AssetPack fit, explicit no-worthy-fit evidence, or blocked-readiness until real pipeline execution evidence exists.',
349
+
'review_expectation', 'A Read against the current deposited Bitcode data-space must return a proof-bearing AssetPack fit, explicit no-worthy-fit evidence, or blocked-readiness until real pipeline execution evidence exists.',
350
350
'required_positive_controls', jsonb_build_array(
351
351
'repository_full_name matches the latest deposited repository',
0 commit comments