@haus-tech/haus-workflow 0.13.2 → 0.15.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 +21 -0
- package/dist/cli.js +1470 -598
- package/library/global/commands/haus-setup.md +26 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.15.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.14.0...v0.15.0) (2026-06-05)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- add manifest drift check to contract validation ([90c5efc](https://github.com/WeAreHausTech/haus-workflow/commit/90c5efc683b9a62f48493ee8705b60b6206750dc))
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Handle cache write failures and refresh global install ([e4a7d58](https://github.com/WeAreHausTech/haus-workflow/commit/e4a7d58b187cd5b1722fbbfe20994c5a2a8336f4))
|
|
12
|
+
- Make apply/undo merge-safe for project settings ([977cf4f](https://github.com/WeAreHausTech/haus-workflow/commit/977cf4f39809cfc68632b7856284b089deb5b835))
|
|
13
|
+
- refresh project .claude files on update ([a4b55db](https://github.com/WeAreHausTech/haus-workflow/commit/a4b55db650c748e17085ecf093b70b9689ec6081))
|
|
14
|
+
|
|
15
|
+
## [0.14.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.13.2...v0.14.0) (2026-06-04)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
- **workspace:** add repo auto-discovery ([#70](https://github.com/WeAreHausTech/haus-workflow/issues/70)) ([4b57571](https://github.com/WeAreHausTech/haus-workflow/commit/4b57571a32ef733dda0faf474d593b7fbb297a8e))
|
|
20
|
+
- **workspace:** extract shared setup core for workspace configuration ([#68](https://github.com/WeAreHausTech/haus-workflow/issues/68)) ([5e9b1ea](https://github.com/WeAreHausTech/haus-workflow/commit/5e9b1eaf72e8c7a32ec28148611f778367e4f1ef))
|
|
21
|
+
- **workspace:** manifest + drift doctor + command wiring (Tasks 4–5) ([#72](https://github.com/WeAreHausTech/haus-workflow/issues/72)) ([4526005](https://github.com/WeAreHausTech/haus-workflow/commit/4526005e693cc2f254ee6c1c5991a92f356506cc))
|
|
22
|
+
- **workspace:** per-repo setup loop + workspace aggregate layer ([#71](https://github.com/WeAreHausTech/haus-workflow/issues/71)) ([5c7ae9d](https://github.com/WeAreHausTech/haus-workflow/commit/5c7ae9d5691b0bd262c3449bad2fe649fd0271bf))
|
|
23
|
+
|
|
3
24
|
## [0.13.2](https://github.com/WeAreHausTech/haus-workflow/compare/v0.13.1...v0.13.2) (2026-06-04)
|
|
4
25
|
|
|
5
26
|
### Bug Fixes
|