@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 +138 -123
- package/dist/cli.js +224 -169
- package/library/catalog/manifest.json +264 -494
- package/library/catalog/sources.yaml +56 -56
- package/library/global/agents/haus-code-reviewer.md +3 -2
- package/library/global/agents/haus-docs-researcher.md +3 -2
- package/library/global/agents/haus-planner.md +3 -2
- package/library/global/agents/haus-security-reviewer.md +3 -2
- package/library/global/agents/haus-test-reviewer.md +3 -2
- package/library/global/skills/haus-workflow/SKILL.md +21 -14
- package/library/global/templates/agentic-workflow-standard.md +279 -0
- package/package.json +3 -3
- package/tests/README.md +19 -19
- package/tests/fixtures/catalog/manifest.json +111 -78
- package/library/global/templates/haus-way-of-work.md +0 -40
|
@@ -3,8 +3,8 @@ sources:
|
|
|
3
3
|
url: https://github.com/anthropics/skills
|
|
4
4
|
policy: reference
|
|
5
5
|
status: approved
|
|
6
|
-
pinnedVersion:
|
|
7
|
-
pinnedHash:
|
|
6
|
+
pinnedVersion: '2026-05-01'
|
|
7
|
+
pinnedHash: 'sha256-candidate-anthropic'
|
|
8
8
|
license: MIT
|
|
9
9
|
notes: official provider skill examples and formats only
|
|
10
10
|
containsStacks:
|
|
@@ -18,8 +18,8 @@ sources:
|
|
|
18
18
|
url: https://github.com/obra/superpowers
|
|
19
19
|
policy: rewrite
|
|
20
20
|
status: approved
|
|
21
|
-
pinnedVersion:
|
|
22
|
-
pinnedHash:
|
|
21
|
+
pinnedVersion: '2026-05-01'
|
|
22
|
+
pinnedHash: 'sha256-candidate-superpowers'
|
|
23
23
|
license: MIT
|
|
24
24
|
notes: curate workflow patterns then rewrite into haus-owned skills
|
|
25
25
|
containsStacks:
|
|
@@ -35,8 +35,8 @@ sources:
|
|
|
35
35
|
url: https://ecc.tools/skills
|
|
36
36
|
policy: candidate-only
|
|
37
37
|
status: candidate
|
|
38
|
-
pinnedVersion:
|
|
39
|
-
pinnedHash:
|
|
38
|
+
pinnedVersion: '2026-05-01'
|
|
39
|
+
pinnedHash: 'sha256-candidate-ecc'
|
|
40
40
|
license: unknown
|
|
41
41
|
notes: candidate source only pending legal review
|
|
42
42
|
containsStacks:
|
|
@@ -51,8 +51,8 @@ sources:
|
|
|
51
51
|
url: https://skills.sh/
|
|
52
52
|
policy: candidate-only
|
|
53
53
|
status: candidate
|
|
54
|
-
pinnedVersion:
|
|
55
|
-
pinnedHash:
|
|
54
|
+
pinnedVersion: '2026-05-01'
|
|
55
|
+
pinnedHash: 'sha256-candidate-skills-sh'
|
|
56
56
|
license: unknown
|
|
57
57
|
notes: discovery index only
|
|
58
58
|
containsStacks:
|
|
@@ -66,8 +66,8 @@ sources:
|
|
|
66
66
|
url: https://prpm.dev/
|
|
67
67
|
policy: candidate-only
|
|
68
68
|
status: candidate
|
|
69
|
-
pinnedVersion:
|
|
70
|
-
pinnedHash:
|
|
69
|
+
pinnedVersion: '2026-05-01'
|
|
70
|
+
pinnedHash: 'sha256-candidate-prpm'
|
|
71
71
|
license: unknown
|
|
72
72
|
notes: discovery index only
|
|
73
73
|
containsStacks:
|
|
@@ -81,8 +81,8 @@ sources:
|
|
|
81
81
|
url: https://github.com/jeffallan
|
|
82
82
|
policy: candidate-only
|
|
83
83
|
status: candidate
|
|
84
|
-
pinnedVersion:
|
|
85
|
-
pinnedHash:
|
|
84
|
+
pinnedVersion: '2026-05-01'
|
|
85
|
+
pinnedHash: 'sha256-candidate-jeffallan'
|
|
86
86
|
license: unknown
|
|
87
87
|
notes: organization and naming ideas only
|
|
88
88
|
containsStacks:
|
|
@@ -97,8 +97,8 @@ sources:
|
|
|
97
97
|
url: https://skillkit.dev/
|
|
98
98
|
policy: candidate-only
|
|
99
99
|
status: candidate
|
|
100
|
-
pinnedVersion:
|
|
101
|
-
pinnedHash:
|
|
100
|
+
pinnedVersion: '2026-05-01'
|
|
101
|
+
pinnedHash: 'sha256-candidate-skillkit'
|
|
102
102
|
license: unknown
|
|
103
103
|
notes: packaging and validation inspiration only
|
|
104
104
|
containsStacks:
|
|
@@ -113,8 +113,8 @@ sources:
|
|
|
113
113
|
url: https://voltagent.dev/
|
|
114
114
|
policy: candidate-only
|
|
115
115
|
status: candidate
|
|
116
|
-
pinnedVersion:
|
|
117
|
-
pinnedHash:
|
|
116
|
+
pinnedVersion: '2026-05-01'
|
|
117
|
+
pinnedHash: 'sha256-candidate-voltagent'
|
|
118
118
|
license: unknown
|
|
119
119
|
notes: Python-first agent framework; all primitives rejected due to unsupported stack
|
|
120
120
|
containsStacks:
|
|
@@ -128,8 +128,8 @@ sources:
|
|
|
128
128
|
url: https://everything.cc/
|
|
129
129
|
policy: candidate-only
|
|
130
130
|
status: candidate
|
|
131
|
-
pinnedVersion:
|
|
132
|
-
pinnedHash:
|
|
131
|
+
pinnedVersion: '2026-05-01'
|
|
132
|
+
pinnedHash: 'sha256-candidate-everything-cc'
|
|
133
133
|
license: unknown
|
|
134
134
|
notes: community Claude skill collection index; discovery reference only
|
|
135
135
|
containsStacks:
|
|
@@ -143,8 +143,8 @@ sources:
|
|
|
143
143
|
url: https://docs.anthropic.com/
|
|
144
144
|
policy: reference
|
|
145
145
|
status: approved
|
|
146
|
-
pinnedVersion:
|
|
147
|
-
pinnedHash:
|
|
146
|
+
pinnedVersion: '2026-05-01'
|
|
147
|
+
pinnedHash: 'sha256-candidate-claude-docs'
|
|
148
148
|
license: unknown
|
|
149
149
|
notes: official Anthropic documentation; reference-only, no artifact copy
|
|
150
150
|
containsStacks:
|
|
@@ -160,8 +160,8 @@ sources:
|
|
|
160
160
|
url: https://docs.vendure.io/
|
|
161
161
|
policy: reference
|
|
162
162
|
status: approved
|
|
163
|
-
pinnedVersion:
|
|
164
|
-
pinnedHash:
|
|
163
|
+
pinnedVersion: '2026-05-13'
|
|
164
|
+
pinnedHash: 'sha256-candidate-vendure-docs'
|
|
165
165
|
license: unknown
|
|
166
166
|
notes: official Vendure documentation; reference-only, includes llms.txt
|
|
167
167
|
containsStacks:
|
|
@@ -174,8 +174,8 @@ sources:
|
|
|
174
174
|
url: https://nextjs.org/
|
|
175
175
|
policy: reference
|
|
176
176
|
status: approved
|
|
177
|
-
pinnedVersion:
|
|
178
|
-
pinnedHash:
|
|
177
|
+
pinnedVersion: '2026-05-13'
|
|
178
|
+
pinnedHash: 'sha256-candidate-nextjs-docs'
|
|
179
179
|
license: unknown
|
|
180
180
|
notes: official Next.js documentation; reference-only, includes llms.txt
|
|
181
181
|
containsStacks:
|
|
@@ -188,8 +188,8 @@ sources:
|
|
|
188
188
|
url: https://laravel.com/
|
|
189
189
|
policy: reference
|
|
190
190
|
status: approved
|
|
191
|
-
pinnedVersion:
|
|
192
|
-
pinnedHash:
|
|
191
|
+
pinnedVersion: '2026-05-13'
|
|
192
|
+
pinnedHash: 'sha256-candidate-laravel-docs'
|
|
193
193
|
license: unknown
|
|
194
194
|
notes: official Laravel documentation; reference-only
|
|
195
195
|
containsStacks:
|
|
@@ -202,8 +202,8 @@ sources:
|
|
|
202
202
|
url: https://tailwindcss.com/
|
|
203
203
|
policy: reference
|
|
204
204
|
status: approved
|
|
205
|
-
pinnedVersion:
|
|
206
|
-
pinnedHash:
|
|
205
|
+
pinnedVersion: '2026-05-13'
|
|
206
|
+
pinnedHash: 'sha256-candidate-tailwind-docs'
|
|
207
207
|
license: unknown
|
|
208
208
|
notes: official Tailwind CSS documentation; reference-only
|
|
209
209
|
containsStacks:
|
|
@@ -216,8 +216,8 @@ sources:
|
|
|
216
216
|
url: https://ui.shadcn.com/
|
|
217
217
|
policy: reference
|
|
218
218
|
status: approved
|
|
219
|
-
pinnedVersion:
|
|
220
|
-
pinnedHash:
|
|
219
|
+
pinnedVersion: '2026-05-13'
|
|
220
|
+
pinnedHash: 'sha256-candidate-shadcn-docs'
|
|
221
221
|
license: unknown
|
|
222
222
|
notes: official shadcn/ui documentation; reference-only
|
|
223
223
|
containsStacks:
|
|
@@ -230,8 +230,8 @@ sources:
|
|
|
230
230
|
url: https://www.radix-ui.com/
|
|
231
231
|
policy: reference
|
|
232
232
|
status: approved
|
|
233
|
-
pinnedVersion:
|
|
234
|
-
pinnedHash:
|
|
233
|
+
pinnedVersion: '2026-05-13'
|
|
234
|
+
pinnedHash: 'sha256-candidate-radix-docs'
|
|
235
235
|
license: unknown
|
|
236
236
|
notes: official Radix UI primitives documentation; reference-only
|
|
237
237
|
containsStacks:
|
|
@@ -244,8 +244,8 @@ sources:
|
|
|
244
244
|
url: https://playwright.dev/
|
|
245
245
|
policy: reference
|
|
246
246
|
status: approved
|
|
247
|
-
pinnedVersion:
|
|
248
|
-
pinnedHash:
|
|
247
|
+
pinnedVersion: '2026-05-13'
|
|
248
|
+
pinnedHash: 'sha256-candidate-playwright-docs'
|
|
249
249
|
license: unknown
|
|
250
250
|
notes: official Playwright documentation; reference-only
|
|
251
251
|
containsStacks:
|
|
@@ -258,8 +258,8 @@ sources:
|
|
|
258
258
|
url: https://tanstack.com/
|
|
259
259
|
policy: reference
|
|
260
260
|
status: approved
|
|
261
|
-
pinnedVersion:
|
|
262
|
-
pinnedHash:
|
|
261
|
+
pinnedVersion: '2026-05-13'
|
|
262
|
+
pinnedHash: 'sha256-candidate-tanstack-docs'
|
|
263
263
|
license: unknown
|
|
264
264
|
notes: official TanStack (Query + Router) documentation; reference-only
|
|
265
265
|
containsStacks:
|
|
@@ -273,8 +273,8 @@ sources:
|
|
|
273
273
|
url: https://docs.nestjs.com/
|
|
274
274
|
policy: reference
|
|
275
275
|
status: approved
|
|
276
|
-
pinnedVersion:
|
|
277
|
-
pinnedHash:
|
|
276
|
+
pinnedVersion: '2026-05-13'
|
|
277
|
+
pinnedHash: 'sha256-candidate-nestjs-docs'
|
|
278
278
|
license: unknown
|
|
279
279
|
notes: official NestJS documentation; reference-only
|
|
280
280
|
containsStacks:
|
|
@@ -287,8 +287,8 @@ sources:
|
|
|
287
287
|
url: https://nx.dev/
|
|
288
288
|
policy: reference
|
|
289
289
|
status: approved
|
|
290
|
-
pinnedVersion:
|
|
291
|
-
pinnedHash:
|
|
290
|
+
pinnedVersion: '2026-05-13'
|
|
291
|
+
pinnedHash: 'sha256-candidate-nx-docs'
|
|
292
292
|
license: unknown
|
|
293
293
|
notes: official Nx documentation; reference-only
|
|
294
294
|
containsStacks:
|
|
@@ -301,8 +301,8 @@ sources:
|
|
|
301
301
|
url: https://turbo.build/
|
|
302
302
|
policy: reference
|
|
303
303
|
status: approved
|
|
304
|
-
pinnedVersion:
|
|
305
|
-
pinnedHash:
|
|
304
|
+
pinnedVersion: '2026-05-13'
|
|
305
|
+
pinnedHash: 'sha256-candidate-turbo-docs'
|
|
306
306
|
license: unknown
|
|
307
307
|
notes: official Turborepo documentation; reference-only
|
|
308
308
|
containsStacks:
|
|
@@ -315,8 +315,8 @@ sources:
|
|
|
315
315
|
url: https://vite.dev/
|
|
316
316
|
policy: reference
|
|
317
317
|
status: approved
|
|
318
|
-
pinnedVersion:
|
|
319
|
-
pinnedHash:
|
|
318
|
+
pinnedVersion: '2026-05-13'
|
|
319
|
+
pinnedHash: 'sha256-candidate-vite-docs'
|
|
320
320
|
license: unknown
|
|
321
321
|
notes: official Vite documentation; reference-only
|
|
322
322
|
containsStacks:
|
|
@@ -329,8 +329,8 @@ sources:
|
|
|
329
329
|
url: https://vuejs.org/
|
|
330
330
|
policy: reference
|
|
331
331
|
status: approved
|
|
332
|
-
pinnedVersion:
|
|
333
|
-
pinnedHash:
|
|
332
|
+
pinnedVersion: '2026-05-13'
|
|
333
|
+
pinnedHash: 'sha256-candidate-vue-docs'
|
|
334
334
|
license: unknown
|
|
335
335
|
notes: official Vue.js documentation; reference-only
|
|
336
336
|
containsStacks:
|
|
@@ -343,8 +343,8 @@ sources:
|
|
|
343
343
|
url: https://developer.wordpress.org/
|
|
344
344
|
policy: reference
|
|
345
345
|
status: approved
|
|
346
|
-
pinnedVersion:
|
|
347
|
-
pinnedHash:
|
|
346
|
+
pinnedVersion: '2026-05-13'
|
|
347
|
+
pinnedHash: 'sha256-candidate-wordpress-dev-docs'
|
|
348
348
|
license: unknown
|
|
349
349
|
notes: official WordPress developer documentation; reference-only
|
|
350
350
|
containsStacks:
|
|
@@ -357,8 +357,8 @@ sources:
|
|
|
357
357
|
url: https://vitest.dev/
|
|
358
358
|
policy: reference
|
|
359
359
|
status: approved
|
|
360
|
-
pinnedVersion:
|
|
361
|
-
pinnedHash:
|
|
360
|
+
pinnedVersion: '2026-05-13'
|
|
361
|
+
pinnedHash: 'sha256-candidate-vitest-docs'
|
|
362
362
|
license: unknown
|
|
363
363
|
notes: official Vitest documentation; reference-only
|
|
364
364
|
containsStacks:
|
|
@@ -371,8 +371,8 @@ sources:
|
|
|
371
371
|
url: https://www.typescriptlang.org/
|
|
372
372
|
policy: reference
|
|
373
373
|
status: approved
|
|
374
|
-
pinnedVersion:
|
|
375
|
-
pinnedHash:
|
|
374
|
+
pinnedVersion: '2026-05-13'
|
|
375
|
+
pinnedHash: 'sha256-candidate-typescript-docs'
|
|
376
376
|
license: unknown
|
|
377
377
|
notes: official TypeScript documentation; reference-only
|
|
378
378
|
containsStacks:
|
|
@@ -385,8 +385,8 @@ sources:
|
|
|
385
385
|
url: https://storybook.js.org/
|
|
386
386
|
policy: reference
|
|
387
387
|
status: approved
|
|
388
|
-
pinnedVersion:
|
|
389
|
-
pinnedHash:
|
|
388
|
+
pinnedVersion: '2026-05-13'
|
|
389
|
+
pinnedHash: 'sha256-candidate-storybook-docs'
|
|
390
390
|
license: unknown
|
|
391
391
|
notes: official Storybook documentation; reference-only
|
|
392
392
|
containsStacks:
|
|
@@ -399,8 +399,8 @@ sources:
|
|
|
399
399
|
url: https://react.dev/
|
|
400
400
|
policy: reference
|
|
401
401
|
status: approved
|
|
402
|
-
pinnedVersion:
|
|
403
|
-
pinnedHash:
|
|
402
|
+
pinnedVersion: '2026-05-13'
|
|
403
|
+
pinnedHash: 'sha256-candidate-react-docs'
|
|
404
404
|
license: unknown
|
|
405
405
|
notes: official React documentation; reference-only
|
|
406
406
|
containsStacks:
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=agent.haus-code-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=agent.haus-code-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-code-reviewer
|
|
4
4
|
description: Narrow diff review for correctness, regressions, and missing tests.
|
|
5
5
|
tools: Read, Grep, Glob, Bash
|
|
6
|
+
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the Haus code reviewer. Work only from the user-supplied diff or explicitly listed paths.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=agent.haus-docs-researcher v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=agent.haus-docs-researcher v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-docs-researcher
|
|
4
4
|
description: Pull minimal official or in-repo documentation for the active task.
|
|
5
5
|
tools: Read, Grep, Glob, Bash
|
|
6
|
+
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the Haus docs researcher. Collect only what unblocks the current task.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=agent.haus-planner v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=agent.haus-planner v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-planner
|
|
4
4
|
description: Produce a short implementation plan with files, risks, and validation steps.
|
|
5
5
|
tools: Read, Grep, Glob, Bash
|
|
6
|
+
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the Haus planner. Plans only: no file edits unless user explicitly asks.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=agent.haus-security-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=agent.haus-security-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-security-reviewer
|
|
4
4
|
description: Narrow security review for secrets, auth, injection, and unsafe operations in a bounded scope.
|
|
5
5
|
tools: Read, Grep, Glob, Bash
|
|
6
|
+
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the Haus security reviewer. Evidence only: cite file and line or pattern.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=agent.haus-test-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=agent.haus-test-reviewer v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-test-reviewer
|
|
4
4
|
description: Narrow review of tests, assertions, and coverage for a behavior change.
|
|
5
5
|
tools: Read, Grep, Glob, Bash
|
|
6
|
+
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
You are the Haus test reviewer. Tie every behavior claim to an observable test.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
<!-- HAUS-MANAGED id=skill.haus-workflow v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
-
|
|
1
|
+
## <!-- HAUS-MANAGED id=skill.haus-workflow v=1 source=@haus-tech/haus-workflow@0.1.0 -->
|
|
2
|
+
|
|
3
3
|
name: haus-workflow
|
|
4
4
|
description: Haus all-in-one workflow skill. Handles project setup, update, catalog refresh, and CLAUDE.md regeneration.
|
|
5
|
+
|
|
5
6
|
---
|
|
6
7
|
|
|
7
8
|
# haus-workflow
|
|
@@ -24,30 +25,36 @@ All-in-one entry point for the Haus AI workflow. Covers setup, update, sync, cat
|
|
|
24
25
|
|
|
25
26
|
Run the relevant CLI command for the task:
|
|
26
27
|
|
|
27
|
-
| Goal
|
|
28
|
-
|
|
29
|
-
| First-time project setup
|
|
30
|
-
| Re-run setup / refresh context
|
|
31
|
-
| Update package + catalog + `~/.claude/`
|
|
32
|
-
| Check install drift
|
|
33
|
-
| Install global haus files into `~/.claude/` | `haus install`
|
|
34
|
-
| Remove all haus global files
|
|
28
|
+
| Goal | Command |
|
|
29
|
+
| ------------------------------------------- | -------------------- |
|
|
30
|
+
| First-time project setup | `haus init` |
|
|
31
|
+
| Re-run setup / refresh context | `haus apply --write` |
|
|
32
|
+
| Update package + catalog + `~/.claude/` | `haus update` |
|
|
33
|
+
| Check install drift | `haus doctor` |
|
|
34
|
+
| Install global haus files into `~/.claude/` | `haus install` |
|
|
35
|
+
| Remove all haus global files | `haus uninstall` |
|
|
35
36
|
|
|
36
37
|
## Setup flow (init)
|
|
37
38
|
|
|
38
39
|
1. Run `haus init` in the project root.
|
|
39
40
|
2. Haus scans the repo, generates `.haus-workflow/context-map.json` and `.haus-workflow/recommendation.json`.
|
|
40
|
-
3. Writes `.haus-workflow/
|
|
41
|
-
4.
|
|
42
|
-
|
|
41
|
+
3. Writes `.haus-workflow/WORKFLOW.md` (managed, from catalog template) and `.haus-workflow/project.md`.
|
|
42
|
+
4. Writes `.haus-workflow/workflow-config.md` if it does not exist (project-owned). The CLI seeds what the scan knows (package manager → inferred test/audit commands). After the CLI step, open `workflow-config.md` and complete it using project context:
|
|
43
|
+
- `package.json` scripts → exact test, lint, typecheck, build commands
|
|
44
|
+
- `docs/` directory → presence of SPEC.md, DESIGN.md, UX.md
|
|
45
|
+
- Dependencies → validation library (zod, yup, joi…), pre-commit tool
|
|
46
|
+
- Project domain → highest-stakes logic (payment, auth, medical…)
|
|
47
|
+
5. Ensures root `CLAUDE.md` imports `@.haus-workflow/WORKFLOW.md`, `@.haus-workflow/workflow-config.md`, and `@.haus-workflow/project.md`.
|
|
48
|
+
6. Prints a summary; user confirms before writes.
|
|
43
49
|
|
|
44
50
|
## Update flow
|
|
45
51
|
|
|
46
52
|
`haus update` runs in order:
|
|
53
|
+
|
|
47
54
|
1. Checks installed npm package version vs. latest on registry. If newer: prints `npm i -g @haus-tech/haus-workflow` instruction.
|
|
48
55
|
2. After any version change, re-runs `haus install` to refresh `~/.claude/` haus files.
|
|
49
56
|
3. Fetches latest catalog from `haus-workflow-catalog`, writes cache, updates lockfile.
|
|
50
|
-
4. Re-renders `.haus-workflow/haus-
|
|
57
|
+
4. Re-renders `.haus-workflow/project.md`. Re-applies `.haus-workflow/WORKFLOW.md` if catalog template version changed (hash-based; skips if user-modified). If `.haus-workflow/workflow-config.md` does not exist, writes and completes it (same as init step 4). If WORKFLOW.md was updated, prompt the user: "WORKFLOW.md has been updated. Review workflow-config.md to check if any new configuration sections need project-specific values."
|
|
51
58
|
|
|
52
59
|
## Global install
|
|
53
60
|
|