@haus-tech/haus-workflow 0.18.1 → 0.19.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 +12 -0
- package/README.md +1 -1
- package/dist/cli.js +320 -288
- package/library/catalog/manifest.json +1 -1
- package/library/global/commands/haus-clone.md +32 -0
- package/library/global/skills/haus-workflow/SKILL.md +18 -9
- package/package.json +4 -8
- package/tests/README.md +0 -54
- package/tests/fixtures/catalog/agents/code-reviewer.md +0 -15
- package/tests/fixtures/catalog/agents/docs-researcher.md +0 -15
- package/tests/fixtures/catalog/agents/planner.md +0 -15
- package/tests/fixtures/catalog/agents/security-reviewer.md +0 -15
- package/tests/fixtures/catalog/agents/test-reviewer.md +0 -15
- package/tests/fixtures/catalog/manifest.json +0 -1065
- package/tests/fixtures/catalog/policy-gates-manifest.json +0 -120
- package/tests/fixtures/catalog/skills/auth-oidc-azure-bankid-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/bullmq-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/database-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/dotnet-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/dotnet-service-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/eslint-setup/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/expo-react-native-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/global-engineering-rules/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/i18next-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/jest-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/laravel-nova-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/laravel-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/nestjs-graphql-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/nextauth-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/nextjs-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/nx21-monorepo-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/package-manager-yarn4-pnpm89/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/phpunit-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/playwright-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/prettier-setup/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/prisma-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/production-readiness-review/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/qliro-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/radix-shadcn-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/react-router-v7-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/react19-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/sanity-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/security-review/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/sentry-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/storybook-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/strapi-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/stripe-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/supabase-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/tailwind-scss-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/tanstack-query-router-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/testing-library-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/turbo-monorepo-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/typescript5-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/vendure-app-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/vendure-plugin-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/vite8-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/vitest-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/vue-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/wordpress-acf-elementor-jetengine-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/wordpress-bedrock-patterns/SKILL.md +0 -14
- package/tests/fixtures/catalog/skills/wordpress-patterns/SKILL.md +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.19.0](https://github.com/WeAreHausTech/haus-workflow/compare/v0.18.2...v0.19.0) (2026-06-11)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- **clone:** implement single repository cloning command and related … ([#89](https://github.com/WeAreHausTech/haus-workflow/issues/89)) ([3ac9883](https://github.com/WeAreHausTech/haus-workflow/commit/3ac98838db79bf69a602f5c3c17cfd6a1a7f924a))
|
|
8
|
+
|
|
9
|
+
## [0.18.2](https://github.com/WeAreHausTech/haus-workflow/compare/v0.18.1...v0.18.2) (2026-06-11)
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- **validate-catalog:** mirror catalog command frontmatter checks ([#87](https://github.com/WeAreHausTech/haus-workflow/issues/87)) ([765983b](https://github.com/WeAreHausTech/haus-workflow/commit/765983bf1b810b8fd4647b1d7158f0ccee51cefe)), closes [#14](https://github.com/WeAreHausTech/haus-workflow/issues/14)
|
|
14
|
+
|
|
3
15
|
## [0.18.1](https://github.com/WeAreHausTech/haus-workflow/compare/v0.18.0...v0.18.1) (2026-06-09)
|
|
4
16
|
|
|
5
17
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ yarn dev <cmd> # run CLI without building (tsx)
|
|
|
95
95
|
### Catalog
|
|
96
96
|
|
|
97
97
|
Content lives in [`haus-workflow-catalog`](https://github.com/WeAreHausTech/haus-workflow-catalog)
|
|
98
|
-
(71 items
|
|
98
|
+
(71 items; version pinned in `library/catalog/manifest.json`). Fetched at runtime from `main` (override with `HAUS_CATALOG_REF`).
|
|
99
99
|
Validation rules sync from catalog → `library/catalog/validation-rules.json` (ADR-0001).
|
|
100
100
|
|
|
101
101
|
On `haus apply` / `haus update`, items **removed from the catalog** are pruned from the
|