@haus-tech/haus-workflow 0.24.1 → 0.25.1
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,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.25.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.25.0...v0.25.1) (2026-06-15)
|
|
4
|
+
|
|
5
|
+
## [0.25.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.24.1...v0.25.0) (2026-06-12)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **cloneandsetup:** deterministic env phase, prereq gate, standalone needs, clone fallback ([#105](https://github.com/WeAreHausTech/haus-workflow/issues/105)) ([c6f5858](https://github.com/WeAreHausTech/haus-workflow/commit/c6f585850591eba48d08f7f6e2d8b1a2aa50c355))
|
|
10
|
+
|
|
3
11
|
## [0.24.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.24.0...v0.24.1) (2026-06-12)
|
|
4
12
|
|
|
5
13
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -62,12 +62,10 @@ haus apply --dry-run # preview what would be written
|
|
|
62
62
|
haus apply --write # write .claude/ files (skills, agents, commands, templates)
|
|
63
63
|
haus apply --select # interactively choose which recommended items to install
|
|
64
64
|
haus apply --refill-config # fill still-blank workflow-config.md fields, keep edits
|
|
65
|
-
haus context --task "<task>" # select context rules for a task (token-budgeted)
|
|
66
65
|
haus update # check npm for new CLI + sync catalog + refresh ~/.claude/ and this project
|
|
67
66
|
haus update --check # check for updates without applying
|
|
68
67
|
haus undo # remove haus-managed project files (lock-tracked paths)
|
|
69
68
|
haus doctor # health check: hooks, CLAUDE.md, imports, catalog cache
|
|
70
|
-
haus config # manage hook configuration
|
|
71
69
|
haus guard # security guard hook (bash + file-access); invoked by PreToolUse
|
|
72
70
|
haus workspace # multi-repo ops: discover, scan, setup, doctor across a workspace
|
|
73
71
|
haus uninstall # remove Haus-managed files from ~/.claude/
|