@haus-tech/haus-workflow 0.1.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 +1 -0
- package/README.md +60 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +3232 -0
- package/docs/user-guide.md +176 -0
- package/library/catalog/allowed-stacks.json +73 -0
- package/library/catalog/haus-lock.schema.json +43 -0
- package/library/catalog/manifest.json +696 -0
- package/library/catalog/sources.yaml +411 -0
- package/library/global/agents/haus-code-reviewer.md +27 -0
- package/library/global/agents/haus-docs-researcher.md +26 -0
- package/library/global/agents/haus-planner.md +26 -0
- package/library/global/agents/haus-security-reviewer.md +26 -0
- package/library/global/agents/haus-test-reviewer.md +26 -0
- package/library/global/settings-fragments/hooks.json +31 -0
- package/library/global/skills/haus-workflow/SKILL.md +56 -0
- package/library/global/templates/haus-way-of-work.md +40 -0
- package/package.json +88 -0
- package/tests/README.md +70 -0
- package/tests/fixtures/catalog/agents/code-reviewer.md +15 -0
- package/tests/fixtures/catalog/agents/docs-researcher.md +15 -0
- package/tests/fixtures/catalog/agents/planner.md +15 -0
- package/tests/fixtures/catalog/agents/security-reviewer.md +15 -0
- package/tests/fixtures/catalog/agents/test-reviewer.md +15 -0
- package/tests/fixtures/catalog/manifest.json +696 -0
- package/tests/fixtures/catalog/skills/auth-oidc-azure-bankid-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/database-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/dotnet-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/dotnet-service-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/global-engineering-rules/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/laravel-nova-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/laravel-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/nestjs-graphql-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/nextjs-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/nx21-monorepo-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/package-manager-yarn4-pnpm89/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/phpunit-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/playwright-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/production-readiness-review/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/radix-shadcn-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/react19-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/security-review/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/storybook-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/tailwind-scss-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/tanstack-query-router-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/testing-library-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/turbo-monorepo-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/typescript6-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/vendure-app-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/vendure-plugin-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/vite8-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/vue-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/wordpress-acf-elementor-jetengine-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/wordpress-bedrock-patterns/SKILL.md +9 -0
- package/tests/fixtures/catalog/skills/wordpress-patterns/SKILL.md +9 -0