Added: Process Hardening & Flexibility
Strict Phase Gating (FPF Integrity)
- Hard Block in
/q1-hypothesize: Explicitly forbids generating new hypotheses if the cycle has passed Deduction. This prevents the "Helpfulness Bias" vulnerability where AI assistants might break process integrity to be "nice". - Conditional Logic in
/q2-check: The cycle phase now only advances toDEDUCTION_COMPLETEwhen all active L0 hypotheses are resolved. If any remain unchecked, the door stays open for extensions.
New Command: /q1-extend
- Legitimate Extension Path: A dedicated command to add a missed hypothesis during the
ABDUCTION_COMPLETEphase. - Safety Rails: Strictly blocked once
DEDUCTION_COMPLETEis reached, ensuring evidence integrity (WLNK validity) during testing.
Changed
- Updated
/q-status: State machine visualization now includes the(q1-extend)loop. - Refined
/q3-test&/q3-research: Reinforced checks to ensure testing only happens after deduction is fully complete.