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/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +11 -0
- package/bin/haiku.mjs +451 -440
- package/hooks/hooks.json +1 -1
- package/package.json +1 -1
- package/studios/ARCHITECTURE.md +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.12.0] - 2026-05-05
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Spec-conformance validation now runs automatically between execution and quality review, ensuring all stage outputs match the intent specification before quality gates assess other criteria.
|
|
12
|
+
|
|
13
|
+
## [3.11.1] - 2026-05-05
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Discovery-stage artifact merges no longer block workflow progression.
|
|
17
|
+
- The Stop workflow hook now properly halts execution instead of being ignored.
|
|
18
|
+
|
|
8
19
|
## [3.11.0] - 2026-05-05
|
|
9
20
|
|
|
10
21
|
### Added
|