@haus-tech/haus-workflow 0.10.1 → 0.11.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,67 +1,82 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.11.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.10.1...v0.11.0) (2026-06-01)
4
+
5
+ ### Features
6
+
7
+ * add agentic workflow standard — replace haus-way-of-work ([a5d2fba](https://github.com/WeAreHausTech/haus-workflow/commit/a5d2fba7ff866403586a1d0f79885184458a3fe1))
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ci:** sync-catalog-fixture creates PR instead of pushing to main ([547e604](https://github.com/WeAreHausTech/haus-workflow/commit/547e60490b7dac6b3ce47ca6d862cb75d6e83b89))
12
+ * **lint:** correct import order in write-claude-files, write-workflow, doctor ([edff887](https://github.com/WeAreHausTech/haus-workflow/commit/edff8877675fa6c604f9707043659130b044fede))
13
+ * negate secret-scan grep in bundled template ([1b7e226](https://github.com/WeAreHausTech/haus-workflow/commit/1b7e22631ea7680ad54ee9675ca70f4fcef9e989))
14
+ * remove unused imports, add BLOCK_END assertion, use cache-precedence in doctor ([cc566d5](https://github.com/WeAreHausTech/haus-workflow/commit/cc566d51d816f3c65550b7f791b06d8b3318603f))
15
+ * **test:** remove no-op || true from warnings assertion ([9929d5c](https://github.com/WeAreHausTech/haus-workflow/commit/9929d5c2030e70b41a4c165bff87b3b45ca6753d))
16
+ * use CACHE_DIR from remote-catalog for template path resolution ([4d8b784](https://github.com/WeAreHausTech/haus-workflow/commit/4d8b784303ff8c76d4ef2d55bac3fbd6c77efd9a))
17
+
3
18
  ## [0.10.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.10.0...v0.10.1) (2026-05-29)
4
19
 
5
20
  ## [0.10.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.9.0...v0.10.0) (2026-05-29)
6
21
 
7
22
  ### Features
8
23
 
9
- * Add config command to manage hooks ([1f2c7b4](https://github.com/WeAreHausTech/haus-workflow/commit/1f2c7b4ced3437ef4468759ec7bfc4d8adbf3efc))
24
+ - Add config command to manage hooks ([1f2c7b4](https://github.com/WeAreHausTech/haus-workflow/commit/1f2c7b4ced3437ef4468759ec7bfc4d8adbf3efc))
10
25
 
11
26
  ### Bug Fixes
12
27
 
13
- * address PR review — remove stale module refs, fix plugin-era wording in docs and commands ([6520321](https://github.com/WeAreHausTech/haus-workflow/commit/6520321e1790a304036984c387fdf59d4febe3dd))
28
+ - address PR review — remove stale module refs, fix plugin-era wording in docs and commands ([6520321](https://github.com/WeAreHausTech/haus-workflow/commit/6520321e1790a304036984c387fdf59d4febe3dd))
14
29
 
15
30
  ## [0.9.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.8.0...v0.9.0) (2026-05-28)
16
31
 
17
32
  ### Features
18
33
 
19
- * **scanner:** detect stripe, qliro, supabase (T26-T28) ([b2585b0](https://github.com/WeAreHausTech/haus-workflow/commit/b2585b027621be1442533d12255523f8361d967b))
34
+ - **scanner:** detect stripe, qliro, supabase (T26-T28) ([b2585b0](https://github.com/WeAreHausTech/haus-workflow/commit/b2585b027621be1442533d12255523f8361d967b))
20
35
 
21
36
  ## [0.8.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.7.0...v0.8.0) (2026-05-28)
22
37
 
23
38
  ### Features
24
39
 
25
- * **scanner:** tooling detection (T19-T25) ([2ae293b](https://github.com/WeAreHausTech/haus-workflow/commit/2ae293b69cf97be15017021e16703e19aa3c2223))
40
+ - **scanner:** tooling detection (T19-T25) ([2ae293b](https://github.com/WeAreHausTech/haus-workflow/commit/2ae293b69cf97be15017021e16703e19aa3c2223))
26
41
 
27
42
  ## [0.7.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.6.0...v0.7.0) (2026-05-28)
28
43
 
29
44
  ### Features
30
45
 
31
- * **scanner:** detect expo + react-native (T18) ([290a5ba](https://github.com/WeAreHausTech/haus-workflow/commit/290a5bac13faa8ec515d8dd9363caa2c00ce74cc))
46
+ - **scanner:** detect expo + react-native (T18) ([290a5ba](https://github.com/WeAreHausTech/haus-workflow/commit/290a5bac13faa8ec515d8dd9363caa2c00ce74cc))
32
47
 
33
48
  ## [0.6.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.5.0...v0.6.0) (2026-05-28)
34
49
 
35
50
  ### Features
36
51
 
37
- * **scanner:** detect mysql, saml2, next-auth (T15-T17) ([13694e1](https://github.com/WeAreHausTech/haus-workflow/commit/13694e12895b2bb470c7a01adc10a3fc91bb3e42))
52
+ - **scanner:** detect mysql, saml2, next-auth (T15-T17) ([13694e1](https://github.com/WeAreHausTech/haus-workflow/commit/13694e12895b2bb470c7a01adc10a3fc91bb3e42))
38
53
 
39
54
  ## [0.5.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.4.0...v0.5.0) (2026-05-28)
40
55
 
41
56
  ### Features
42
57
 
43
- * **scanner:** detect sanity, strapi, prisma (T12-T14) ([d2f3235](https://github.com/WeAreHausTech/haus-workflow/commit/d2f32359de33f85176085dfcd5c68685b2d4a5fc))
58
+ - **scanner:** detect sanity, strapi, prisma (T12-T14) ([d2f3235](https://github.com/WeAreHausTech/haus-workflow/commit/d2f32359de33f85176085dfcd5c68685b2d4a5fc))
44
59
 
45
60
  ## [0.4.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.3.0...v0.4.0) (2026-05-28)
46
61
 
47
62
  ### Features
48
63
 
49
- * **scanner:** detect react-router-v7, tailwind, shadcn; rename typescript6 → typescript5 (T8-T11) ([d98d813](https://github.com/WeAreHausTech/haus-workflow/commit/d98d813c7e52df68ae7f55ceb23bd9016e2d8308))
64
+ - **scanner:** detect react-router-v7, tailwind, shadcn; rename typescript6 → typescript5 (T8-T11) ([d98d813](https://github.com/WeAreHausTech/haus-workflow/commit/d98d813c7e52df68ae7f55ceb23bd9016e2d8308))
50
65
 
51
66
  ## [0.3.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.2.2...v0.3.0) (2026-05-28)
52
67
 
53
68
  ### Features
54
69
 
55
- * **catalog:** allow vitest, jest, and redis tags ([ea08ab6](https://github.com/WeAreHausTech/haus-workflow/commit/ea08ab6cbd66a80bbcb94ce99c5d338dbaefc184))
56
- * **scanner:** detect elementor, ACF/JetEngine, redis (T5-T7) ([262925c](https://github.com/WeAreHausTech/haus-workflow/commit/262925c02e695e9469c9c1ee4e9c03c87f9e1478))
57
- * **scanner:** detect vitest and jest (T3, T4) ([1b917af](https://github.com/WeAreHausTech/haus-workflow/commit/1b917af88d10c8ca443dd8d6c9b5fe3b27a850fa))
70
+ - **catalog:** allow vitest, jest, and redis tags ([ea08ab6](https://github.com/WeAreHausTech/haus-workflow/commit/ea08ab6cbd66a80bbcb94ce99c5d338dbaefc184))
71
+ - **scanner:** detect elementor, ACF/JetEngine, redis (T5-T7) ([262925c](https://github.com/WeAreHausTech/haus-workflow/commit/262925c02e695e9469c9c1ee4e9c03c87f9e1478))
72
+ - **scanner:** detect vitest and jest (T3, T4) ([1b917af](https://github.com/WeAreHausTech/haus-workflow/commit/1b917af88d10c8ca443dd8d6c9b5fe3b27a850fa))
58
73
 
59
74
  ## [0.2.2](https://github.com/WeAreHausTech/haus-workflow/compare/v0.2.1...v0.2.2) (2026-05-28)
60
75
 
61
76
  ### Bug Fixes
62
77
 
63
- * **apply:** require populated catalog cache; consistent manifest path resolution ([2afc4b3](https://github.com/WeAreHausTech/haus-workflow/commit/2afc4b365763470e427c457da189ff9a26d9c3e9))
64
- * **release:** upgrade npm to enable OIDC trusted publishing ([eb01d78](https://github.com/WeAreHausTech/haus-workflow/commit/eb01d78d246e0490c9057d96c665f237f05ba556))
78
+ - **apply:** require populated catalog cache; consistent manifest path resolution ([2afc4b3](https://github.com/WeAreHausTech/haus-workflow/commit/2afc4b365763470e427c457da189ff9a26d9c3e9))
79
+ - **release:** upgrade npm to enable OIDC trusted publishing ([eb01d78](https://github.com/WeAreHausTech/haus-workflow/commit/eb01d78d246e0490c9057d96c665f237f05ba556))
65
80
 
66
81
  ## [0.2.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.2.0...v0.2.1) (2026-05-28)
67
82
 
@@ -69,124 +84,124 @@
69
84
 
70
85
  ### Features
71
86
 
72
- * **apply:** add --select flag for interactive catalog item picker ([9e0be06](https://github.com/WeAreHausTech/haus-workflow/commit/9e0be060b4c24436a457e4101fd058376af6bc20))
73
- * **catalog:** support HAUS_CATALOG_REF env var and catalogRef in lock file [F4] ([5f3ad0e](https://github.com/WeAreHausTech/haus-workflow/commit/5f3ad0e7a14ed91c94e03645a467392e8c0ae058))
74
- * full validate-catalog rules, catalogRef check, fixture sync workflow ([82a06b1](https://github.com/WeAreHausTech/haus-workflow/commit/82a06b12edd7647b8286fc6b5dbf10f6223bc963))
75
- * handle template type in install pipeline, fix tailwind task intents [F4b+F7] ([0a030e8](https://github.com/WeAreHausTech/haus-workflow/commit/0a030e8b6bd7b8b2e5d136b9d29e1218267d3f41))
76
- * **p11:** npm version check in haus update --check and haus doctor ([#38](https://github.com/WeAreHausTech/haus-workflow/issues/38)) ([74b3a1d](https://github.com/WeAreHausTech/haus-workflow/commit/74b3a1d444a0cf93683f1bd45c19620a5facd348))
77
- * **types:** add template to CatalogItem type, link JSON Schema [F5] ([6230c2c](https://github.com/WeAreHausTech/haus-workflow/commit/6230c2c1a27efca0215b78b11921c7d4e24482e1))
87
+ - **apply:** add --select flag for interactive catalog item picker ([9e0be06](https://github.com/WeAreHausTech/haus-workflow/commit/9e0be060b4c24436a457e4101fd058376af6bc20))
88
+ - **catalog:** support HAUS_CATALOG_REF env var and catalogRef in lock file [F4] ([5f3ad0e](https://github.com/WeAreHausTech/haus-workflow/commit/5f3ad0e7a14ed91c94e03645a467392e8c0ae058))
89
+ - full validate-catalog rules, catalogRef check, fixture sync workflow ([82a06b1](https://github.com/WeAreHausTech/haus-workflow/commit/82a06b12edd7647b8286fc6b5dbf10f6223bc963))
90
+ - handle template type in install pipeline, fix tailwind task intents [F4b+F7] ([0a030e8](https://github.com/WeAreHausTech/haus-workflow/commit/0a030e8b6bd7b8b2e5d136b9d29e1218267d3f41))
91
+ - **p11:** npm version check in haus update --check and haus doctor ([#38](https://github.com/WeAreHausTech/haus-workflow/issues/38)) ([74b3a1d](https://github.com/WeAreHausTech/haus-workflow/commit/74b3a1d444a0cf93683f1bd45c19620a5facd348))
92
+ - **types:** add template to CatalogItem type, link JSON Schema [F5] ([6230c2c](https://github.com/WeAreHausTech/haus-workflow/commit/6230c2c1a27efca0215b78b11921c7d4e24482e1))
78
93
 
79
94
  ### Bug Fixes
80
95
 
81
- * **apply:** distinguish missing vs empty recommendation; test selectedIds via tsx ([a67f323](https://github.com/WeAreHausTech/haus-workflow/commit/a67f32387998cfdd0666750b8b9465478060d178))
82
- * **apply:** restore items variable reference after refactor ([79695f2](https://github.com/WeAreHausTech/haus-workflow/commit/79695f2fefe30df3602f5dd276542479d151f38f))
83
- * **tests:** remove unused helperScript and lockAll variables ([2daa57e](https://github.com/WeAreHausTech/haus-workflow/commit/2daa57ea6efb3c7e07533f3e99013b89c887918b))
96
+ - **apply:** distinguish missing vs empty recommendation; test selectedIds via tsx ([a67f323](https://github.com/WeAreHausTech/haus-workflow/commit/a67f32387998cfdd0666750b8b9465478060d178))
97
+ - **apply:** restore items variable reference after refactor ([79695f2](https://github.com/WeAreHausTech/haus-workflow/commit/79695f2fefe30df3602f5dd276542479d151f38f))
98
+ - **tests:** remove unused helperScript and lockAll variables ([2daa57e](https://github.com/WeAreHausTech/haus-workflow/commit/2daa57ea6efb3c7e07533f3e99013b89c887918b))
84
99
 
85
100
  ## 0.1.0 (2026-05-27)
86
101
 
87
102
  ### Features
88
103
 
89
- * add claude plugin and project file generation ([6760159](https://github.com/WeAreHausTech/haus-workflow/commit/6760159ff1f698e82ed11b16c0deaa547ceead08))
90
- * add context-aware recommendation engine ([49ed440](https://github.com/WeAreHausTech/haus-workflow/commit/49ed440992ba0e096b63f53dc3c7fc985d1d79e7))
91
- * add curated external source adapters ([6a5f9e6](https://github.com/WeAreHausTech/haus-workflow/commit/6a5f9e60216ad6dac5ef0e077df0e55ce8628602))
92
- * add guided setup interview and approval gate ([266c9ad](https://github.com/WeAreHausTech/haus-workflow/commit/266c9add58babc862cb8f5638d3ef49261740f8a))
93
- * add local verification script for build, tests, and CLI checks ([488c39a](https://github.com/WeAreHausTech/haus-workflow/commit/488c39a84deab8829fb2cb4696e26c9b59a23304))
94
- * add lockfile-based update workflow ([590d4f3](https://github.com/WeAreHausTech/haus-workflow/commit/590d4f3e231ffead49529d8b9e7bafe4f2416413))
95
- * add plugin install copy flow and full hooks ([ff84b9d](https://github.com/WeAreHausTech/haus-workflow/commit/ff84b9da54417530482b2f25bf39016d8097f466))
96
- * add project memory management ([b1e1f34](https://github.com/WeAreHausTech/haus-workflow/commit/b1e1f34402f1c199c24570f0d79249c7aef7fe9c))
97
- * add project scanner and catalog validation ([ab84f8f](https://github.com/WeAreHausTech/haus-workflow/commit/ab84f8f7a85ba9ec8a2d5496a0acbd68dc406b0a))
98
- * add security guardrails for files and commands ([8eefb66](https://github.com/WeAreHausTech/haus-workflow/commit/8eefb667a07fb05383a0bd422bba9d6d50355f19))
99
- * add semantic lockfile delta summaries in update flow ([fb94926](https://github.com/WeAreHausTech/haus-workflow/commit/fb949266363f06807a671014cdabd0fb6028ab98))
100
- * **catalog:** add haus reviewer agents and review skills ([16a3c78](https://github.com/WeAreHausTech/haus-workflow/commit/16a3c78f5478cc1ccb7e26200fb36e057fcee9d7))
101
- * **claude:** load hooks from plugin for apply and recommend ([ff62738](https://github.com/WeAreHausTech/haus-workflow/commit/ff62738083d968de510b2de5b198dd3c6a70ea5e))
102
- * **cleanup:** add pre-release cleanup tracker (P1) ([4c6d127](https://github.com/WeAreHausTech/haus-workflow/commit/4c6d127369d0b5ea4ae107b7b6d48a49971f1dfd))
103
- * **cli:** add explain-recommendation JSON output ([354ca5a](https://github.com/WeAreHausTech/haus-workflow/commit/354ca5acfd3bb3317ec437fae81cda82bd17ad3b))
104
- * **cli:** add undo, pkg version, setup scan mode ([e29b25a](https://github.com/WeAreHausTech/haus-workflow/commit/e29b25a13166e3b0d04df60b73d5d52672eb9e1b))
105
- * **cli:** Track B — dry-run diffs, haus init, context verbose ([67870d9](https://github.com/WeAreHausTech/haus-workflow/commit/67870d90adbba3d22dd584580335be847b76fc24))
106
- * **context:** add deterministic task intent filtering ([1edbf53](https://github.com/WeAreHausTech/haus-workflow/commit/1edbf53d93e575848c69bc8f7586787e1ec54ebe))
107
- * **context:** add task-scoped context payload ([70af3a0](https://github.com/WeAreHausTech/haus-workflow/commit/70af3a079e88b3d78124de1ed2d373728a0671fa))
108
- * **curated:** populate source inventory and curation decisions (PR8) ([fdefec5](https://github.com/WeAreHausTech/haus-workflow/commit/fdefec5772c2b83259ada94fad5c4cd5c5167582))
109
- * **curated:** schema foundation for curated external primitives layer ([7c2435f](https://github.com/WeAreHausTech/haus-workflow/commit/7c2435f6600624fc0a99594a37b2cba4ff1af23c))
110
- * **curation:** PR5 source decisions and curation docs ([f342d35](https://github.com/WeAreHausTech/haus-workflow/commit/f342d359d6f2039a21814e75a9ad5c791c476a81))
111
- * deepen scanner detection and confidence signals ([583c57a](https://github.com/WeAreHausTech/haus-workflow/commit/583c57a6cba57c284272c1e3b1d44fd592225212))
112
- * expand apply output with rules and selected assets ([59a8e03](https://github.com/WeAreHausTech/haus-workflow/commit/59a8e033bce1d613209f1ac996c2cc5f02f3def6))
113
- * expand catalog coverage docs and behavior tests ([e2a47ea](https://github.com/WeAreHausTech/haus-workflow/commit/e2a47eadd64f5f709d55a0fcd02eafe714afdf84))
114
- * **explain:** polish CLI human output without changing JSON contracts ([9f6d41e](https://github.com/WeAreHausTech/haus-workflow/commit/9f6d41efebbca7ead950a9298f2d168a8cba77c7))
115
- * extend recommendation scoring with trust and goals ([5d39c5a](https://github.com/WeAreHausTech/haus-workflow/commit/5d39c5a7e767447902e53019bf2004b339a44153))
116
- * extend recommender outputs with hooks rules and file signals ([e0e8cbb](https://github.com/WeAreHausTech/haus-workflow/commit/e0e8cbb37faea7aa2e427318e9cda4ed6e59394d))
117
- * harden curated source sync and audit policy ([3cd0e0f](https://github.com/WeAreHausTech/haus-workflow/commit/3cd0e0fcda5df10ed2b134d730329285ccf5c9b6))
118
- * harden update flow with backup and override checks ([0192f79](https://github.com/WeAreHausTech/haus-workflow/commit/0192f7986128658e18db3082c59837a0731110c5))
119
- * **hooks:** audit hook cost and gate non-load-bearing hooks default-off (P2) ([cdf675b](https://github.com/WeAreHausTech/haus-workflow/commit/cdf675befddae2ea96735c01012c1826d0670d04))
120
- * implement workspace cross-repo scanning outputs ([a3ddeca](https://github.com/WeAreHausTech/haus-workflow/commit/a3ddeca4ee5a16f514a677162d9cb30359e071ce))
121
- * improve plugin install path and scanner depth signals ([6c9ceef](https://github.com/WeAreHausTech/haus-workflow/commit/6c9ceefe73c022d0122609f03d39cdd4dbc8324c))
122
- * **lockfile:** hash installed paths on apply and align update ([83decbf](https://github.com/WeAreHausTech/haus-workflow/commit/83decbf5c1295c20c5f4e6e943b85f8218df27f4))
123
- * **p10:** add release-it with conventional-changelog, package.json release scripts ([a6d6296](https://github.com/WeAreHausTech/haus-workflow/commit/a6d629640c7440d92af049d6eefc64fd4c977d8e))
124
- * **p10:** pre-publish gate + release machinery ([0e94af4](https://github.com/WeAreHausTech/haus-workflow/commit/0e94af422ed9de22389f229924030326e41bb7fb))
125
- * **p5:** global install layout — haus install / uninstall + HAUS-MANAGED markers ([2cf017a](https://github.com/WeAreHausTech/haus-workflow/commit/2cf017aeda799f4874a775c9dd9248e9a8857afe))
126
- * **p6:** minimal root CLAUDE.md generator with managed import block ([4b060ca](https://github.com/WeAreHausTech/haus-workflow/commit/4b060ca6e31bd82628f5020caffba060cbd66958))
127
- * **p7:** catalog repo split — move skills/agents/templates to haus-workflow-catalog ([64ef755](https://github.com/WeAreHausTech/haus-workflow/commit/64ef755213a532c2c9446981bfdf8c22718bb210))
128
- * **p8:** remote catalog fetch + haus update self-sync ([cdd6925](https://github.com/WeAreHausTech/haus-workflow/commit/cdd6925c3ccb702bb2ebf578ac0b428ad5fe836a))
129
- * **p9a:** rename package to @haus-tech/haus-workflow, remove plugin/marketplace refs ([73de05b](https://github.com/WeAreHausTech/haus-workflow/commit/73de05b0628770f9deef64571bea1bba72481401))
130
- * persist lockfile hashes and generated path metadata ([95baff1](https://github.com/WeAreHausTech/haus-workflow/commit/95baff17725757df669fa62eb81ab2e69d311476))
131
- * **plugin:** rewrite haus-setup-project skill with conversational flow ([288b98b](https://github.com/WeAreHausTech/haus-workflow/commit/288b98bb852eca1167c4e785df199feddef4b227))
132
- * **pr6:** identifier-aware source stack scan and library audit ([598e62e](https://github.com/WeAreHausTech/haus-workflow/commit/598e62e97315c554956195746177ccd7b91620bb))
133
- * **pr6:** manifest-aware audit plus plugin skill and agent gates ([79a4f88](https://github.com/WeAreHausTech/haus-workflow/commit/79a4f88288e69c91dc4d84d978aa6f87f89ff091))
134
- * **qa:** add validation harness and PR1 findings ([dbdfdaf](https://github.com/WeAreHausTech/haus-workflow/commit/dbdfdaf0eefc3bf796b92e66a8f0120ebb732f01))
135
- * **recommend:** add baseline selection mode ([e331c55](https://github.com/WeAreHausTech/haus-workflow/commit/e331c55fbc5db2999d5f0ac373c4d9e49422aebf))
136
- * **recommend:** add confidence bands and skip reasons ([a3ab911](https://github.com/WeAreHausTech/haus-workflow/commit/a3ab911808432f98fed9598242ad4edb4df38835))
137
- * **recommend:** calibrate scoring and confidence ([b741d51](https://github.com/WeAreHausTech/haus-workflow/commit/b741d51d507b63480afd6f74f1c860fa1eb4f54b))
138
- * **recommend:** surface scan security risks in warnings and scoring ([4bcf52a](https://github.com/WeAreHausTech/haus-workflow/commit/4bcf52abe4c4fea2f6bc3ce6c4e380519e0cf80d))
139
- * **references:** add stack-specific official doc URLs to skill references ([bf89212](https://github.com/WeAreHausTech/haus-workflow/commit/bf892120cb0b57381fa7e3849f988c0c3f427879))
140
- * rename cli command to haus and add command scaffold ([60b1f34](https://github.com/WeAreHausTech/haus-workflow/commit/60b1f34162ed64e588eb2d6686486fcfcb25bc0f))
141
- * **skills:** add curation contract and core router skills ([a9420d5](https://github.com/WeAreHausTech/haus-workflow/commit/a9420d546c8b0ba8cb35cba95ad5089d1bf9492c))
142
- * **skills:** de-alias stack catalog and concrete stack routers ([06bc592](https://github.com/WeAreHausTech/haus-workflow/commit/06bc592a35166dcea9fdef52028b6c19b4f7b221))
143
- * **skills:** expand 27 stub reference files and add depth audit (PR9) ([d868f5f](https://github.com/WeAreHausTech/haus-workflow/commit/d868f5f816b54224d8797eaa3c4932cfd0e2908c))
104
+ - add claude plugin and project file generation ([6760159](https://github.com/WeAreHausTech/haus-workflow/commit/6760159ff1f698e82ed11b16c0deaa547ceead08))
105
+ - add context-aware recommendation engine ([49ed440](https://github.com/WeAreHausTech/haus-workflow/commit/49ed440992ba0e096b63f53dc3c7fc985d1d79e7))
106
+ - add curated external source adapters ([6a5f9e6](https://github.com/WeAreHausTech/haus-workflow/commit/6a5f9e60216ad6dac5ef0e077df0e55ce8628602))
107
+ - add guided setup interview and approval gate ([266c9ad](https://github.com/WeAreHausTech/haus-workflow/commit/266c9add58babc862cb8f5638d3ef49261740f8a))
108
+ - add local verification script for build, tests, and CLI checks ([488c39a](https://github.com/WeAreHausTech/haus-workflow/commit/488c39a84deab8829fb2cb4696e26c9b59a23304))
109
+ - add lockfile-based update workflow ([590d4f3](https://github.com/WeAreHausTech/haus-workflow/commit/590d4f3e231ffead49529d8b9e7bafe4f2416413))
110
+ - add plugin install copy flow and full hooks ([ff84b9d](https://github.com/WeAreHausTech/haus-workflow/commit/ff84b9da54417530482b2f25bf39016d8097f466))
111
+ - add project memory management ([b1e1f34](https://github.com/WeAreHausTech/haus-workflow/commit/b1e1f34402f1c199c24570f0d79249c7aef7fe9c))
112
+ - add project scanner and catalog validation ([ab84f8f](https://github.com/WeAreHausTech/haus-workflow/commit/ab84f8f7a85ba9ec8a2d5496a0acbd68dc406b0a))
113
+ - add security guardrails for files and commands ([8eefb66](https://github.com/WeAreHausTech/haus-workflow/commit/8eefb667a07fb05383a0bd422bba9d6d50355f19))
114
+ - add semantic lockfile delta summaries in update flow ([fb94926](https://github.com/WeAreHausTech/haus-workflow/commit/fb949266363f06807a671014cdabd0fb6028ab98))
115
+ - **catalog:** add haus reviewer agents and review skills ([16a3c78](https://github.com/WeAreHausTech/haus-workflow/commit/16a3c78f5478cc1ccb7e26200fb36e057fcee9d7))
116
+ - **claude:** load hooks from plugin for apply and recommend ([ff62738](https://github.com/WeAreHausTech/haus-workflow/commit/ff62738083d968de510b2de5b198dd3c6a70ea5e))
117
+ - **cleanup:** add pre-release cleanup tracker (P1) ([4c6d127](https://github.com/WeAreHausTech/haus-workflow/commit/4c6d127369d0b5ea4ae107b7b6d48a49971f1dfd))
118
+ - **cli:** add explain-recommendation JSON output ([354ca5a](https://github.com/WeAreHausTech/haus-workflow/commit/354ca5acfd3bb3317ec437fae81cda82bd17ad3b))
119
+ - **cli:** add undo, pkg version, setup scan mode ([e29b25a](https://github.com/WeAreHausTech/haus-workflow/commit/e29b25a13166e3b0d04df60b73d5d52672eb9e1b))
120
+ - **cli:** Track B — dry-run diffs, haus init, context verbose ([67870d9](https://github.com/WeAreHausTech/haus-workflow/commit/67870d90adbba3d22dd584580335be847b76fc24))
121
+ - **context:** add deterministic task intent filtering ([1edbf53](https://github.com/WeAreHausTech/haus-workflow/commit/1edbf53d93e575848c69bc8f7586787e1ec54ebe))
122
+ - **context:** add task-scoped context payload ([70af3a0](https://github.com/WeAreHausTech/haus-workflow/commit/70af3a079e88b3d78124de1ed2d373728a0671fa))
123
+ - **curated:** populate source inventory and curation decisions (PR8) ([fdefec5](https://github.com/WeAreHausTech/haus-workflow/commit/fdefec5772c2b83259ada94fad5c4cd5c5167582))
124
+ - **curated:** schema foundation for curated external primitives layer ([7c2435f](https://github.com/WeAreHausTech/haus-workflow/commit/7c2435f6600624fc0a99594a37b2cba4ff1af23c))
125
+ - **curation:** PR5 source decisions and curation docs ([f342d35](https://github.com/WeAreHausTech/haus-workflow/commit/f342d359d6f2039a21814e75a9ad5c791c476a81))
126
+ - deepen scanner detection and confidence signals ([583c57a](https://github.com/WeAreHausTech/haus-workflow/commit/583c57a6cba57c284272c1e3b1d44fd592225212))
127
+ - expand apply output with rules and selected assets ([59a8e03](https://github.com/WeAreHausTech/haus-workflow/commit/59a8e033bce1d613209f1ac996c2cc5f02f3def6))
128
+ - expand catalog coverage docs and behavior tests ([e2a47ea](https://github.com/WeAreHausTech/haus-workflow/commit/e2a47eadd64f5f709d55a0fcd02eafe714afdf84))
129
+ - **explain:** polish CLI human output without changing JSON contracts ([9f6d41e](https://github.com/WeAreHausTech/haus-workflow/commit/9f6d41efebbca7ead950a9298f2d168a8cba77c7))
130
+ - extend recommendation scoring with trust and goals ([5d39c5a](https://github.com/WeAreHausTech/haus-workflow/commit/5d39c5a7e767447902e53019bf2004b339a44153))
131
+ - extend recommender outputs with hooks rules and file signals ([e0e8cbb](https://github.com/WeAreHausTech/haus-workflow/commit/e0e8cbb37faea7aa2e427318e9cda4ed6e59394d))
132
+ - harden curated source sync and audit policy ([3cd0e0f](https://github.com/WeAreHausTech/haus-workflow/commit/3cd0e0fcda5df10ed2b134d730329285ccf5c9b6))
133
+ - harden update flow with backup and override checks ([0192f79](https://github.com/WeAreHausTech/haus-workflow/commit/0192f7986128658e18db3082c59837a0731110c5))
134
+ - **hooks:** audit hook cost and gate non-load-bearing hooks default-off (P2) ([cdf675b](https://github.com/WeAreHausTech/haus-workflow/commit/cdf675befddae2ea96735c01012c1826d0670d04))
135
+ - implement workspace cross-repo scanning outputs ([a3ddeca](https://github.com/WeAreHausTech/haus-workflow/commit/a3ddeca4ee5a16f514a677162d9cb30359e071ce))
136
+ - improve plugin install path and scanner depth signals ([6c9ceef](https://github.com/WeAreHausTech/haus-workflow/commit/6c9ceefe73c022d0122609f03d39cdd4dbc8324c))
137
+ - **lockfile:** hash installed paths on apply and align update ([83decbf](https://github.com/WeAreHausTech/haus-workflow/commit/83decbf5c1295c20c5f4e6e943b85f8218df27f4))
138
+ - **p10:** add release-it with conventional-changelog, package.json release scripts ([a6d6296](https://github.com/WeAreHausTech/haus-workflow/commit/a6d629640c7440d92af049d6eefc64fd4c977d8e))
139
+ - **p10:** pre-publish gate + release machinery ([0e94af4](https://github.com/WeAreHausTech/haus-workflow/commit/0e94af422ed9de22389f229924030326e41bb7fb))
140
+ - **p5:** global install layout — haus install / uninstall + HAUS-MANAGED markers ([2cf017a](https://github.com/WeAreHausTech/haus-workflow/commit/2cf017aeda799f4874a775c9dd9248e9a8857afe))
141
+ - **p6:** minimal root CLAUDE.md generator with managed import block ([4b060ca](https://github.com/WeAreHausTech/haus-workflow/commit/4b060ca6e31bd82628f5020caffba060cbd66958))
142
+ - **p7:** catalog repo split — move skills/agents/templates to haus-workflow-catalog ([64ef755](https://github.com/WeAreHausTech/haus-workflow/commit/64ef755213a532c2c9446981bfdf8c22718bb210))
143
+ - **p8:** remote catalog fetch + haus update self-sync ([cdd6925](https://github.com/WeAreHausTech/haus-workflow/commit/cdd6925c3ccb702bb2ebf578ac0b428ad5fe836a))
144
+ - **p9a:** rename package to @haus-tech/haus-workflow, remove plugin/marketplace refs ([73de05b](https://github.com/WeAreHausTech/haus-workflow/commit/73de05b0628770f9deef64571bea1bba72481401))
145
+ - persist lockfile hashes and generated path metadata ([95baff1](https://github.com/WeAreHausTech/haus-workflow/commit/95baff17725757df669fa62eb81ab2e69d311476))
146
+ - **plugin:** rewrite haus-setup-project skill with conversational flow ([288b98b](https://github.com/WeAreHausTech/haus-workflow/commit/288b98bb852eca1167c4e785df199feddef4b227))
147
+ - **pr6:** identifier-aware source stack scan and library audit ([598e62e](https://github.com/WeAreHausTech/haus-workflow/commit/598e62e97315c554956195746177ccd7b91620bb))
148
+ - **pr6:** manifest-aware audit plus plugin skill and agent gates ([79a4f88](https://github.com/WeAreHausTech/haus-workflow/commit/79a4f88288e69c91dc4d84d978aa6f87f89ff091))
149
+ - **qa:** add validation harness and PR1 findings ([dbdfdaf](https://github.com/WeAreHausTech/haus-workflow/commit/dbdfdaf0eefc3bf796b92e66a8f0120ebb732f01))
150
+ - **recommend:** add baseline selection mode ([e331c55](https://github.com/WeAreHausTech/haus-workflow/commit/e331c55fbc5db2999d5f0ac373c4d9e49422aebf))
151
+ - **recommend:** add confidence bands and skip reasons ([a3ab911](https://github.com/WeAreHausTech/haus-workflow/commit/a3ab911808432f98fed9598242ad4edb4df38835))
152
+ - **recommend:** calibrate scoring and confidence ([b741d51](https://github.com/WeAreHausTech/haus-workflow/commit/b741d51d507b63480afd6f74f1c860fa1eb4f54b))
153
+ - **recommend:** surface scan security risks in warnings and scoring ([4bcf52a](https://github.com/WeAreHausTech/haus-workflow/commit/4bcf52abe4c4fea2f6bc3ce6c4e380519e0cf80d))
154
+ - **references:** add stack-specific official doc URLs to skill references ([bf89212](https://github.com/WeAreHausTech/haus-workflow/commit/bf892120cb0b57381fa7e3849f988c0c3f427879))
155
+ - rename cli command to haus and add command scaffold ([60b1f34](https://github.com/WeAreHausTech/haus-workflow/commit/60b1f34162ed64e588eb2d6686486fcfcb25bc0f))
156
+ - **skills:** add curation contract and core router skills ([a9420d5](https://github.com/WeAreHausTech/haus-workflow/commit/a9420d546c8b0ba8cb35cba95ad5089d1bf9492c))
157
+ - **skills:** de-alias stack catalog and concrete stack routers ([06bc592](https://github.com/WeAreHausTech/haus-workflow/commit/06bc592a35166dcea9fdef52028b6c19b4f7b221))
158
+ - **skills:** expand 27 stub reference files and add depth audit (PR9) ([d868f5f](https://github.com/WeAreHausTech/haus-workflow/commit/d868f5f816b54224d8797eaa3c4932cfd0e2908c))
144
159
 
145
160
  ### Bug Fixes
146
161
 
147
- * **boundaries:** address Copilot review on setup-project ([e4f7b2c](https://github.com/WeAreHausTech/haus-workflow/commit/e4f7b2cb96ddedbb3c3513afde022ea9dc03eec3))
148
- * **boundaries:** eliminate cross-command imports in src/commands/ ([8f80869](https://github.com/WeAreHausTech/haus-workflow/commit/8f808693a4755641a6db755ffa6ee6ec1a02a811))
149
- * **ci:** pin workflows to Node 22 ([9718a95](https://github.com/WeAreHausTech/haus-workflow/commit/9718a95fe318e358882750006a2612d6fc771781))
150
- * **ci:** restrict quality to pull_request, add permissions, expand source-check paths ([2263303](https://github.com/WeAreHausTech/haus-workflow/commit/226330365129ef7b5a17ec60c7dcdf7eccaec480))
151
- * **cleanup:** tighten marker regex, dedupe by file, drop continue-on-error ([f2231be](https://github.com/WeAreHausTech/haus-workflow/commit/f2231be7a4760e49ca0d0ffb124d402d79289cb7))
152
- * **context:** support legacy recommendation schema ([eb60ad4](https://github.com/WeAreHausTech/haus-workflow/commit/eb60ad46a1276bd0df82d9e930bafa0361692f3e))
153
- * **curated:** address Copilot review comments on PR6 ([1909dc6](https://github.com/WeAreHausTech/haus-workflow/commit/1909dc66d9f03daded132e2a26128b4041c915b1))
154
- * **curated:** align schema and add negative test for targetPath gate ([a71d6e5](https://github.com/WeAreHausTech/haus-workflow/commit/a71d6e5082c9b185e21518f903f2e5926a2c3217))
155
- * **exec:** make commandExists return false on spawn errors ([335a4f1](https://github.com/WeAreHausTech/haus-workflow/commit/335a4f150b2dabaf1a188e696b6b271a040662db))
156
- * **explain,test:** tighten golden intent equality and preserve skip-reason signal ([1047bb8](https://github.com/WeAreHausTech/haus-workflow/commit/1047bb8bee38f4552e81599ebe1cbd8747468103))
157
- * harden guardrails and lock/source logic ([96e9bab](https://github.com/WeAreHausTech/haus-workflow/commit/96e9bab4254d560b07ff8ca46f2daaf5b0dfd353))
158
- * **hooks:** address Copilot review on PR [#26](https://github.com/WeAreHausTech/haus-workflow/issues/26) ([56be0d9](https://github.com/WeAreHausTech/haus-workflow/commit/56be0d90d0361dbb7c665297639e1ecdea9aed7b))
159
- * **install:** close 5 code-review findings ([3d4de13](https://github.com/WeAreHausTech/haus-workflow/commit/3d4de134abca2143ea3bed0337f37e30b9278d4e))
160
- * **output:** print repo-relative paths in CLI ([b0fc2b6](https://github.com/WeAreHausTech/haus-workflow/commit/b0fc2b6da9d5348e9031d556fe58a28e9848aa7b))
161
- * **p10:** address 4 Copilot review findings ([cd505ff](https://github.com/WeAreHausTech/haus-workflow/commit/cd505ff528215c608a2444e3b976a6698a4a6071))
162
- * **p10:** address 4 Copilot review findings ([783ca4b](https://github.com/WeAreHausTech/haus-workflow/commit/783ca4b685e9cc87f3105eed11094c66a0d11d28))
163
- * **p3:** address Copilot review on cleanup-status markers ([663adf6](https://github.com/WeAreHausTech/haus-workflow/commit/663adf64546d3eb25189d591c8fe7f2e47d1dbab))
164
- * **p4:** address Copilot review — restore catalog-audit CI step and scrub stale doc references ([f5a4e69](https://github.com/WeAreHausTech/haus-workflow/commit/f5a4e69a50b82000af1d2217e3f93da5086f1ffa))
165
- * **p5-p6:** close audit gaps before PR ([4fa8e3f](https://github.com/WeAreHausTech/haus-workflow/commit/4fa8e3f8686dff04682c983931ab849044cb7fbd))
166
- * **p7:** address 3 Copilot review findings; add fixture stubs for apply test ([6f73b78](https://github.com/WeAreHausTech/haus-workflow/commit/6f73b786b9e8979f08c74288d21f74b8900eb106))
167
- * **p8:** address 4 Copilot review findings ([fabb114](https://github.com/WeAreHausTech/haus-workflow/commit/fabb114ac1ab79f7a4dd1e6cd5d139a9002eaa99))
168
- * **p8:** remove unused execaSync import from remote-catalog test ([46a7919](https://github.com/WeAreHausTech/haus-workflow/commit/46a791932246bbc383b092d4cedea8390c0232ca))
169
- * **p9a:** address 2 Copilot review findings ([9d38600](https://github.com/WeAreHausTech/haus-workflow/commit/9d38600d24b80cfcfaf368cc79cf1da45b210475))
170
- * **paths:** use os.homedir for display path shortening ([04543fd](https://github.com/WeAreHausTech/haus-workflow/commit/04543fdefa2983e03c42c09b5b560e3ba03c24b5))
171
- * **plugin:** address Copilot review on install story PR ([4799b8a](https://github.com/WeAreHausTech/haus-workflow/commit/4799b8ab7d715b20d9d8d10e4e82b02d4b8c215a))
172
- * **plugin:** correct install story and add marketplace registry ([a5b8f26](https://github.com/WeAreHausTech/haus-workflow/commit/a5b8f26f1e2c77c46f0a49e9c3de9b908d4c8bd8))
173
- * **pr13:** address Copilot review comments ([28f80c4](https://github.com/WeAreHausTech/haus-workflow/commit/28f80c4ce00fdeeaa9aa861d69a7fdedced1a33d))
174
- * **pre-commit:** add shebangs to hook files and fix lint-staged glob ([257108f](https://github.com/WeAreHausTech/haus-workflow/commit/257108f1236ef6410db8a7f6e6639160802be9a0))
175
- * **recommend:** skip risk penalty for baselines ([6ee3317](https://github.com/WeAreHausTech/haus-workflow/commit/6ee331722ce68f1f58d6d446e90ce504d7f50d72))
176
- * **recommend:** tighten relevance and explain scoring ([b2ed010](https://github.com/WeAreHausTech/haus-workflow/commit/b2ed0105e352423b29cb9c7bffd2f131b4f31ecd))
177
- * **references:** address Copilot review comments on PR10 ([0498b22](https://github.com/WeAreHausTech/haus-workflow/commit/0498b22e38213c3e6dd16d9f565850ffb9b6eaed))
178
- * **scanner:** refine wordpress role detection ([307eba9](https://github.com/WeAreHausTech/haus-workflow/commit/307eba929520adcbae41d3613d7c0cac98b364f6))
179
- * scope lockfile paths to installed item files ([8e3d3cd](https://github.com/WeAreHausTech/haus-workflow/commit/8e3d3cdb95249dd022bd00e45b5e7885fa107bc0))
180
- * **skills:** address Copilot review comments on PR9 ([e8a1355](https://github.com/WeAreHausTech/haus-workflow/commit/e8a1355913915d41f3ca2216f68c11f974a139d7))
181
- * **sources:** add new source hosts to allowlist and remove python from voltagent containsStacks ([edf7061](https://github.com/WeAreHausTech/haus-workflow/commit/edf70618a0442ae34c144d0dbf5526b53d57ab96))
182
- * stabilize ci smoke check and catalog fallback loading ([b47f15a](https://github.com/WeAreHausTech/haus-workflow/commit/b47f15aea777a6918491f23611737261896b4a9b))
183
- * strict plugin hooks, post-apply self-check, doctor --hooks ([71253f5](https://github.com/WeAreHausTech/haus-workflow/commit/71253f59db1f56db9b41f282b16e1aec17392540))
184
- * **task-intent:** normalize punctuation for keyword matching ([ea5db82](https://github.com/WeAreHausTech/haus-workflow/commit/ea5db82fbd223254e78f7eef8bba3cdcb3c6c74c))
185
- * **task-intent:** scope graphql/database keywords to avoid frontend bleed ([e86d082](https://github.com/WeAreHausTech/haus-workflow/commit/e86d0824fcd1a00416b0241c0d93aeb4c3db7b73))
186
- * tighten scanner apply update and plugin path handling ([5b79d3c](https://github.com/WeAreHausTech/haus-workflow/commit/5b79d3c346ae314ac0bc8fe9e43883f1800e027b))
187
- * tighten scanner safety and PM detection ([6b3a0c3](https://github.com/WeAreHausTech/haus-workflow/commit/6b3a0c3fe6149082593162e2d23b355a288b9d5e))
188
- * **tooling:** use directory args in lint/format scripts for cross-platform compat ([f6ef082](https://github.com/WeAreHausTech/haus-workflow/commit/f6ef0823927c7d47b94dcca05076cd9c9c6d2636))
189
- * **track-b:** address Copilot review on dry-run, verbose context, init tests ([faf3bb6](https://github.com/WeAreHausTech/haus-workflow/commit/faf3bb6952ee9058a57872bdfdc22cf960329072))
190
- * **types:** make CatalogItem.version optional ([684dd59](https://github.com/WeAreHausTech/haus-workflow/commit/684dd5928c3544c98181d9d1262bd2769fc450bf))
191
- * update yarn.lock to exact pinned versions for release-it deps ([5cc4f63](https://github.com/WeAreHausTech/haus-workflow/commit/5cc4f638ed19fec6a1e712c0d583cacd74e31cab))
192
- * **update:** preserve newline fidelity in lockfile diffs ([b9cb64d](https://github.com/WeAreHausTech/haus-workflow/commit/b9cb64d6ec61002591e0b7292fda02e2987335fc))
162
+ - **boundaries:** address Copilot review on setup-project ([e4f7b2c](https://github.com/WeAreHausTech/haus-workflow/commit/e4f7b2cb96ddedbb3c3513afde022ea9dc03eec3))
163
+ - **boundaries:** eliminate cross-command imports in src/commands/ ([8f80869](https://github.com/WeAreHausTech/haus-workflow/commit/8f808693a4755641a6db755ffa6ee6ec1a02a811))
164
+ - **ci:** pin workflows to Node 22 ([9718a95](https://github.com/WeAreHausTech/haus-workflow/commit/9718a95fe318e358882750006a2612d6fc771781))
165
+ - **ci:** restrict quality to pull_request, add permissions, expand source-check paths ([2263303](https://github.com/WeAreHausTech/haus-workflow/commit/226330365129ef7b5a17ec60c7dcdf7eccaec480))
166
+ - **cleanup:** tighten marker regex, dedupe by file, drop continue-on-error ([f2231be](https://github.com/WeAreHausTech/haus-workflow/commit/f2231be7a4760e49ca0d0ffb124d402d79289cb7))
167
+ - **context:** support legacy recommendation schema ([eb60ad4](https://github.com/WeAreHausTech/haus-workflow/commit/eb60ad46a1276bd0df82d9e930bafa0361692f3e))
168
+ - **curated:** address Copilot review comments on PR6 ([1909dc6](https://github.com/WeAreHausTech/haus-workflow/commit/1909dc66d9f03daded132e2a26128b4041c915b1))
169
+ - **curated:** align schema and add negative test for targetPath gate ([a71d6e5](https://github.com/WeAreHausTech/haus-workflow/commit/a71d6e5082c9b185e21518f903f2e5926a2c3217))
170
+ - **exec:** make commandExists return false on spawn errors ([335a4f1](https://github.com/WeAreHausTech/haus-workflow/commit/335a4f150b2dabaf1a188e696b6b271a040662db))
171
+ - **explain,test:** tighten golden intent equality and preserve skip-reason signal ([1047bb8](https://github.com/WeAreHausTech/haus-workflow/commit/1047bb8bee38f4552e81599ebe1cbd8747468103))
172
+ - harden guardrails and lock/source logic ([96e9bab](https://github.com/WeAreHausTech/haus-workflow/commit/96e9bab4254d560b07ff8ca46f2daaf5b0dfd353))
173
+ - **hooks:** address Copilot review on PR [#26](https://github.com/WeAreHausTech/haus-workflow/issues/26) ([56be0d9](https://github.com/WeAreHausTech/haus-workflow/commit/56be0d90d0361dbb7c665297639e1ecdea9aed7b))
174
+ - **install:** close 5 code-review findings ([3d4de13](https://github.com/WeAreHausTech/haus-workflow/commit/3d4de134abca2143ea3bed0337f37e30b9278d4e))
175
+ - **output:** print repo-relative paths in CLI ([b0fc2b6](https://github.com/WeAreHausTech/haus-workflow/commit/b0fc2b6da9d5348e9031d556fe58a28e9848aa7b))
176
+ - **p10:** address 4 Copilot review findings ([cd505ff](https://github.com/WeAreHausTech/haus-workflow/commit/cd505ff528215c608a2444e3b976a6698a4a6071))
177
+ - **p10:** address 4 Copilot review findings ([783ca4b](https://github.com/WeAreHausTech/haus-workflow/commit/783ca4b685e9cc87f3105eed11094c66a0d11d28))
178
+ - **p3:** address Copilot review on cleanup-status markers ([663adf6](https://github.com/WeAreHausTech/haus-workflow/commit/663adf64546d3eb25189d591c8fe7f2e47d1dbab))
179
+ - **p4:** address Copilot review — restore catalog-audit CI step and scrub stale doc references ([f5a4e69](https://github.com/WeAreHausTech/haus-workflow/commit/f5a4e69a50b82000af1d2217e3f93da5086f1ffa))
180
+ - **p5-p6:** close audit gaps before PR ([4fa8e3f](https://github.com/WeAreHausTech/haus-workflow/commit/4fa8e3f8686dff04682c983931ab849044cb7fbd))
181
+ - **p7:** address 3 Copilot review findings; add fixture stubs for apply test ([6f73b78](https://github.com/WeAreHausTech/haus-workflow/commit/6f73b786b9e8979f08c74288d21f74b8900eb106))
182
+ - **p8:** address 4 Copilot review findings ([fabb114](https://github.com/WeAreHausTech/haus-workflow/commit/fabb114ac1ab79f7a4dd1e6cd5d139a9002eaa99))
183
+ - **p8:** remove unused execaSync import from remote-catalog test ([46a7919](https://github.com/WeAreHausTech/haus-workflow/commit/46a791932246bbc383b092d4cedea8390c0232ca))
184
+ - **p9a:** address 2 Copilot review findings ([9d38600](https://github.com/WeAreHausTech/haus-workflow/commit/9d38600d24b80cfcfaf368cc79cf1da45b210475))
185
+ - **paths:** use os.homedir for display path shortening ([04543fd](https://github.com/WeAreHausTech/haus-workflow/commit/04543fdefa2983e03c42c09b5b560e3ba03c24b5))
186
+ - **plugin:** address Copilot review on install story PR ([4799b8a](https://github.com/WeAreHausTech/haus-workflow/commit/4799b8ab7d715b20d9d8d10e4e82b02d4b8c215a))
187
+ - **plugin:** correct install story and add marketplace registry ([a5b8f26](https://github.com/WeAreHausTech/haus-workflow/commit/a5b8f26f1e2c77c46f0a49e9c3de9b908d4c8bd8))
188
+ - **pr13:** address Copilot review comments ([28f80c4](https://github.com/WeAreHausTech/haus-workflow/commit/28f80c4ce00fdeeaa9aa861d69a7fdedced1a33d))
189
+ - **pre-commit:** add shebangs to hook files and fix lint-staged glob ([257108f](https://github.com/WeAreHausTech/haus-workflow/commit/257108f1236ef6410db8a7f6e6639160802be9a0))
190
+ - **recommend:** skip risk penalty for baselines ([6ee3317](https://github.com/WeAreHausTech/haus-workflow/commit/6ee331722ce68f1f58d6d446e90ce504d7f50d72))
191
+ - **recommend:** tighten relevance and explain scoring ([b2ed010](https://github.com/WeAreHausTech/haus-workflow/commit/b2ed0105e352423b29cb9c7bffd2f131b4f31ecd))
192
+ - **references:** address Copilot review comments on PR10 ([0498b22](https://github.com/WeAreHausTech/haus-workflow/commit/0498b22e38213c3e6dd16d9f565850ffb9b6eaed))
193
+ - **scanner:** refine wordpress role detection ([307eba9](https://github.com/WeAreHausTech/haus-workflow/commit/307eba929520adcbae41d3613d7c0cac98b364f6))
194
+ - scope lockfile paths to installed item files ([8e3d3cd](https://github.com/WeAreHausTech/haus-workflow/commit/8e3d3cdb95249dd022bd00e45b5e7885fa107bc0))
195
+ - **skills:** address Copilot review comments on PR9 ([e8a1355](https://github.com/WeAreHausTech/haus-workflow/commit/e8a1355913915d41f3ca2216f68c11f974a139d7))
196
+ - **sources:** add new source hosts to allowlist and remove python from voltagent containsStacks ([edf7061](https://github.com/WeAreHausTech/haus-workflow/commit/edf70618a0442ae34c144d0dbf5526b53d57ab96))
197
+ - stabilize ci smoke check and catalog fallback loading ([b47f15a](https://github.com/WeAreHausTech/haus-workflow/commit/b47f15aea777a6918491f23611737261896b4a9b))
198
+ - strict plugin hooks, post-apply self-check, doctor --hooks ([71253f5](https://github.com/WeAreHausTech/haus-workflow/commit/71253f59db1f56db9b41f282b16e1aec17392540))
199
+ - **task-intent:** normalize punctuation for keyword matching ([ea5db82](https://github.com/WeAreHausTech/haus-workflow/commit/ea5db82fbd223254e78f7eef8bba3cdcb3c6c74c))
200
+ - **task-intent:** scope graphql/database keywords to avoid frontend bleed ([e86d082](https://github.com/WeAreHausTech/haus-workflow/commit/e86d0824fcd1a00416b0241c0d93aeb4c3db7b73))
201
+ - tighten scanner apply update and plugin path handling ([5b79d3c](https://github.com/WeAreHausTech/haus-workflow/commit/5b79d3c346ae314ac0bc8fe9e43883f1800e027b))
202
+ - tighten scanner safety and PM detection ([6b3a0c3](https://github.com/WeAreHausTech/haus-workflow/commit/6b3a0c3fe6149082593162e2d23b355a288b9d5e))
203
+ - **tooling:** use directory args in lint/format scripts for cross-platform compat ([f6ef082](https://github.com/WeAreHausTech/haus-workflow/commit/f6ef0823927c7d47b94dcca05076cd9c9c6d2636))
204
+ - **track-b:** address Copilot review on dry-run, verbose context, init tests ([faf3bb6](https://github.com/WeAreHausTech/haus-workflow/commit/faf3bb6952ee9058a57872bdfdc22cf960329072))
205
+ - **types:** make CatalogItem.version optional ([684dd59](https://github.com/WeAreHausTech/haus-workflow/commit/684dd5928c3544c98181d9d1262bd2769fc450bf))
206
+ - update yarn.lock to exact pinned versions for release-it deps ([5cc4f63](https://github.com/WeAreHausTech/haus-workflow/commit/5cc4f638ed19fec6a1e712c0d583cacd74e31cab))
207
+ - **update:** preserve newline fidelity in lockfile diffs ([b9cb64d](https://github.com/WeAreHausTech/haus-workflow/commit/b9cb64d6ec61002591e0b7292fda02e2987335fc))