haiku-method 3.11.0 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hooks/hooks.json CHANGED
@@ -75,7 +75,7 @@
75
75
  {
76
76
  "type": "command",
77
77
  "command": "\"${CLAUDE_PLUGIN_ROOT}/bin/haiku\" hook enforce-iteration",
78
- "async": true
78
+ "timeout": 5
79
79
  }
80
80
  ]
81
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "haiku-method",
3
- "version": "3.11.0",
3
+ "version": "3.12.0",
4
4
  "description": "H·AI·K·U methodology — universal lifecycle orchestration with hat-based workflows, completion criteria, and automatic context preservation.",
5
5
  "homepage": "https://haikumethod.ai",
6
6
  "repository": {
@@ -289,7 +289,8 @@ When all pre-advance checks pass, the tick emits one mainline action describing
289
289
  | `pre_review` | Pre-execute review of unit specs | Spawn review-agent subagents |
290
290
  | `start_units` | First wave of unit dispatch | Spawn N subagents in parallel |
291
291
  | `continue_units` | Mid-wave continuation (refill or new wave) | Spawn the dispatched subagents |
292
- | `review` | Adversarial review of stage outputs | Spawn review-agent subagents |
292
+ | `spec_review` | Engine-owned spec-conformance gate (universal hard gate, runs before quality review on every stage) | Spawn the single built-in spec-conformance subagent (no per-studio mandate file, no opt-out); advance to gate for fix loop if findings filed. |
293
+ | `review` | Quality adversarial review of stage outputs | Spawn quality review-agent subagents |
293
294
  | `review_fix` | Fix loop against open findings | Spawn fix-chain subagents (per-finding chains) |
294
295
  | `gate_review` | Stage gate (human or external approval) | (engine blocks; agent may surface to user) |
295
296
  | `advance_phase` | Phase boundary internal to a stage | Acknowledge, retick |