@haus-tech/haus-workflow 0.14.0 → 0.16.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 +22 -0
- package/dist/cli.js +964 -577
- package/library/global/commands/haus-setup.md +26 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.16.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.15.0...v0.16.0) (2026-06-05)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- support catalog contexts and refresh-aware sync ([1ab1d6c](https://github.com/WeAreHausTech/haus-workflow/commit/1ab1d6c1ca91a412fc4e7269e1616050c4397101))
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Add forbidden-content, sources-report, and drift ([e7cbd07](https://github.com/WeAreHausTech/haus-workflow/commit/e7cbd076f7f8d8a21555c5e0cdba058b9788ee29))
|
|
12
|
+
|
|
13
|
+
## [0.15.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.14.0...v0.15.0) (2026-06-05)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
- add manifest drift check to contract validation ([90c5efc](https://github.com/WeAreHausTech/haus-workflow/commit/90c5efc683b9a62f48493ee8705b60b6206750dc))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- Handle cache write failures and refresh global install ([e4a7d58](https://github.com/WeAreHausTech/haus-workflow/commit/e4a7d58b187cd5b1722fbbfe20994c5a2a8336f4))
|
|
22
|
+
- Make apply/undo merge-safe for project settings ([977cf4f](https://github.com/WeAreHausTech/haus-workflow/commit/977cf4f39809cfc68632b7856284b089deb5b835))
|
|
23
|
+
- refresh project .claude files on update ([a4b55db](https://github.com/WeAreHausTech/haus-workflow/commit/a4b55db650c748e17085ecf093b70b9689ec6081))
|
|
24
|
+
|
|
3
25
|
## [0.14.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.13.2...v0.14.0) (2026-06-04)
|
|
4
26
|
|
|
5
27
|
### Features
|