@haus-tech/haus-workflow 0.12.0 → 0.13.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.12.1...v0.13.0) (2026-06-03)
4
+
5
+ ### Features
6
+
7
+ - **recommender:** binary eligibility + docs-skill integration ([0f26431](https://github.com/WeAreHausTech/haus-workflow/commit/0f26431f3b338fbe344ee734d43d7d27837337f2))
8
+ - **recommender:** binary eligibility + docs-skill integration ([ee61a6b](https://github.com/WeAreHausTech/haus-workflow/commit/ee61a6be3a976759c3d430b97f5c82cd5e5248fc))
9
+
10
+ ### Bug Fixes
11
+
12
+ - **recommender:** defensively parse deep-context.json shapes ([5b20c53](https://github.com/WeAreHausTech/haus-workflow/commit/5b20c53531105e8216e7359569284d2f3af9026e))
13
+ - **recommender:** defensively parse deep-context.json shapes ([ecbe6b4](https://github.com/WeAreHausTech/haus-workflow/commit/ecbe6b48e116da84a8ab9a0995ce8aed0c00dea6))
14
+
15
+ ## [0.12.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.12.0...v0.12.1) (2026-06-03)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **template:** address review — dry-run safety, empty-body, hermetic test ([6744f94](https://github.com/WeAreHausTech/haus-workflow/commit/6744f94104b03de51829962c25b7706d3d0124bf))
20
+ - **template:** fetch workflow standard from catalog when cache is empty ([0168f5e](https://github.com/WeAreHausTech/haus-workflow/commit/0168f5ed028f8d3bf6588297d5472511cf4813b6))
21
+
3
22
  ## [0.12.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.11.1...v0.12.0) (2026-06-03)
4
23
 
5
24
  ### Features
package/README.md CHANGED
@@ -60,7 +60,7 @@ Scans the repo, recommends context assets, and writes `.claude/` and `.haus-work
60
60
  haus init # first-run setup (scan → recommend → apply)
61
61
  haus setup-project # re-run setup on existing project
62
62
  haus scan # scan repo and write context-map
63
- haus recommend # score and recommend catalog items
63
+ haus recommend # recommend catalog items (binary eligibility)
64
64
  haus apply --dry-run # preview what would be written
65
65
  haus apply --write # write .claude/ files
66
66
  haus apply --refill-config # fill still-blank workflow-config.md fields, keep edits