github m0n0x41d/haft 3.2.0
Release: 3.2.0

latest releases: v7.1.0, v7.0.0, v6.2.1...
5 months ago

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 to DEDUCTION_COMPLETE when 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_COMPLETE phase.
  • Safety Rails: Strictly blocked once DEDUCTION_COMPLETE is 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.

Don't miss a new haft release

NewReleases is sending notifications on new releases.