beth-copilot 1.0.18 → 2.0.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 +79 -28
- package/README.md +127 -298
- package/assets/beth-questioning.png +0 -0
- package/assets/yellowstone-beth.png +0 -0
- package/bin/cli.js +124 -715
- package/dist/__tests__/inject-skills.test.d.ts +9 -0
- package/dist/__tests__/inject-skills.test.d.ts.map +1 -0
- package/dist/__tests__/inject-skills.test.js +143 -0
- package/dist/__tests__/inject-skills.test.js.map +1 -0
- package/dist/__tests__/skills/disambiguation.test.d.ts +10 -0
- package/dist/__tests__/skills/disambiguation.test.d.ts.map +1 -0
- package/dist/__tests__/skills/disambiguation.test.js +192 -0
- package/dist/__tests__/skills/disambiguation.test.js.map +1 -0
- package/dist/__tests__/skills/hook-injection.test.d.ts +11 -0
- package/dist/__tests__/skills/hook-injection.test.d.ts.map +1 -0
- package/dist/__tests__/skills/hook-injection.test.js +173 -0
- package/dist/__tests__/skills/hook-injection.test.js.map +1 -0
- package/dist/__tests__/skills/mapping-completeness.test.d.ts +17 -0
- package/dist/__tests__/skills/mapping-completeness.test.d.ts.map +1 -0
- package/dist/__tests__/skills/mapping-completeness.test.js +281 -0
- package/dist/__tests__/skills/mapping-completeness.test.js.map +1 -0
- package/dist/__tests__/skills/pipeline-integration.test.d.ts +18 -0
- package/dist/__tests__/skills/pipeline-integration.test.d.ts.map +1 -0
- package/dist/__tests__/skills/pipeline-integration.test.js +234 -0
- package/dist/__tests__/skills/pipeline-integration.test.js.map +1 -0
- package/dist/__tests__/skills/skill-routing.test.d.ts +15 -0
- package/dist/__tests__/skills/skill-routing.test.d.ts.map +1 -0
- package/dist/__tests__/skills/skill-routing.test.js +723 -0
- package/dist/__tests__/skills/skill-routing.test.js.map +1 -0
- package/dist/__tests__/skills/trigger-coverage.test.d.ts +24 -0
- package/dist/__tests__/skills/trigger-coverage.test.d.ts.map +1 -0
- package/dist/__tests__/skills/trigger-coverage.test.js +746 -0
- package/dist/__tests__/skills/trigger-coverage.test.js.map +1 -0
- package/dist/__tests__/smoke.test.d.ts +8 -0
- package/dist/__tests__/smoke.test.d.ts.map +1 -0
- package/dist/__tests__/smoke.test.js +62 -0
- package/dist/__tests__/smoke.test.js.map +1 -0
- package/dist/__tests__/verify-skills.test.d.ts +9 -0
- package/dist/__tests__/verify-skills.test.d.ts.map +1 -0
- package/dist/__tests__/verify-skills.test.js +78 -0
- package/dist/__tests__/verify-skills.test.js.map +1 -0
- package/dist/cli/commands/beads.e2e.test.d.ts +15 -0
- package/dist/cli/commands/beads.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/beads.e2e.test.js +585 -0
- package/dist/cli/commands/beads.e2e.test.js.map +1 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.d.ts +32 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.js +162 -0
- package/dist/cli/commands/cli-edge-cases.e2e.test.js.map +1 -0
- package/dist/cli/commands/close.d.ts +54 -0
- package/dist/cli/commands/close.d.ts.map +1 -0
- package/dist/cli/commands/close.e2e.test.d.ts +11 -0
- package/dist/cli/commands/close.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/close.e2e.test.js +71 -0
- package/dist/cli/commands/close.e2e.test.js.map +1 -0
- package/dist/cli/commands/close.js +95 -0
- package/dist/cli/commands/close.js.map +1 -0
- package/dist/cli/commands/close.test.d.ts +13 -0
- package/dist/cli/commands/close.test.d.ts.map +1 -0
- package/dist/cli/commands/close.test.js +254 -0
- package/dist/cli/commands/close.test.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +7 -1
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/doctor.e2e.test.js +3 -59
- package/dist/cli/commands/doctor.e2e.test.js.map +1 -1
- package/dist/cli/commands/doctor.js +38 -18
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/doctor.test.js +32 -25
- package/dist/cli/commands/doctor.test.js.map +1 -1
- package/dist/cli/commands/framework-isolation.test.d.ts +30 -0
- package/dist/cli/commands/framework-isolation.test.d.ts.map +1 -0
- package/dist/cli/commands/framework-isolation.test.js +118 -0
- package/dist/cli/commands/framework-isolation.test.js.map +1 -0
- package/dist/cli/commands/help.e2e.test.js +5 -9
- package/dist/cli/commands/help.e2e.test.js.map +1 -1
- package/dist/cli/commands/init-logic.e2e.test.d.ts +37 -0
- package/dist/cli/commands/init-logic.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/init-logic.e2e.test.js +315 -0
- package/dist/cli/commands/init-logic.e2e.test.js.map +1 -0
- package/dist/cli/commands/init.test.js +4 -21
- package/dist/cli/commands/init.test.js.map +1 -1
- package/dist/cli/commands/land.d.ts +130 -0
- package/dist/cli/commands/land.d.ts.map +1 -0
- package/dist/cli/commands/land.js +592 -0
- package/dist/cli/commands/land.js.map +1 -0
- package/dist/cli/commands/land.test.d.ts +19 -0
- package/dist/cli/commands/land.test.d.ts.map +1 -0
- package/dist/cli/commands/land.test.js +567 -0
- package/dist/cli/commands/land.test.js.map +1 -0
- package/dist/cli/commands/mcp.e2e.test.js +24 -31
- package/dist/cli/commands/mcp.e2e.test.js.map +1 -1
- package/dist/cli/commands/pipeline.e2e.test.js +28 -31
- package/dist/cli/commands/pipeline.e2e.test.js.map +1 -1
- package/dist/cli/commands/pre-push-guard.d.ts +74 -0
- package/dist/cli/commands/pre-push-guard.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.d.ts +24 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.js +171 -0
- package/dist/cli/commands/pre-push-guard.e2e.test.js.map +1 -0
- package/dist/cli/commands/pre-push-guard.js +212 -0
- package/dist/cli/commands/pre-push-guard.js.map +1 -0
- package/dist/cli/commands/pre-push-guard.test.d.ts +14 -0
- package/dist/cli/commands/pre-push-guard.test.d.ts.map +1 -0
- package/dist/cli/commands/pre-push-guard.test.js +314 -0
- package/dist/cli/commands/pre-push-guard.test.js.map +1 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.d.ts +23 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.js +152 -0
- package/dist/cli/commands/quickstart-expanded.e2e.test.js.map +1 -0
- package/dist/cli/commands/quickstart.d.ts +0 -1
- package/dist/cli/commands/quickstart.d.ts.map +1 -1
- package/dist/cli/commands/quickstart.js +9 -83
- package/dist/cli/commands/quickstart.js.map +1 -1
- package/dist/cli/commands/quickstart.test.js +8 -129
- package/dist/cli/commands/quickstart.test.js.map +1 -1
- package/dist/cli/commands/update.d.ts +35 -0
- package/dist/cli/commands/update.d.ts.map +1 -0
- package/dist/cli/commands/update.e2e.test.d.ts +24 -0
- package/dist/cli/commands/update.e2e.test.d.ts.map +1 -0
- package/dist/cli/commands/update.e2e.test.js +240 -0
- package/dist/cli/commands/update.e2e.test.js.map +1 -0
- package/dist/cli/commands/update.js +255 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/core/agents/frontmatter.test.js +1 -1
- package/dist/core/agents/frontmatter.test.js.map +1 -1
- package/dist/core/agents/handoffs.test.js +1 -1
- package/dist/core/agents/handoffs.test.js.map +1 -1
- package/dist/core/agents/loader.d.ts +4 -2
- package/dist/core/agents/loader.d.ts.map +1 -1
- package/dist/core/agents/loader.js +5 -3
- package/dist/core/agents/loader.js.map +1 -1
- package/dist/core/agents/loader.test.js +42 -4
- package/dist/core/agents/loader.test.js.map +1 -1
- package/dist/core/agents/suite.test.js +12 -9
- package/dist/core/agents/suite.test.js.map +1 -1
- package/dist/core/agents/tools.test.js +15 -9
- package/dist/core/agents/tools.test.js.map +1 -1
- package/dist/core/agents/types.test.js +1 -1
- package/dist/core/agents/types.test.js.map +1 -1
- package/dist/core/skills/loader.test.js +1 -1
- package/dist/core/skills/loader.test.js.map +1 -1
- package/dist/index.d.ts +3 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -12
- package/dist/index.js.map +1 -1
- package/dist/lib/pathValidation.d.ts +0 -5
- package/dist/lib/pathValidation.d.ts.map +1 -1
- package/dist/lib/pathValidation.js +0 -11
- package/dist/lib/pathValidation.js.map +1 -1
- package/dist/lib/pathValidation.test.js +2 -14
- package/dist/lib/pathValidation.test.js.map +1 -1
- package/package.json +13 -10
- package/sbom.json +1927 -847
- package/templates/.github/agents/beth.agent.md +331 -105
- package/templates/.github/agents/developer.agent.md +73 -102
- package/templates/.github/agents/product-manager.agent.md +24 -68
- package/templates/.github/agents/researcher.agent.md +21 -69
- package/templates/.github/agents/security-reviewer.agent.md +39 -82
- package/templates/.github/agents/tester.agent.md +44 -65
- package/templates/.github/agents/ux-designer.agent.md +25 -76
- package/templates/.github/copilot-instructions.md +246 -225
- package/templates/.github/copilot-mcp-config.json +12 -0
- package/templates/.github/dependabot.yml +68 -0
- package/templates/.github/hooks/scripts/inject-skills.mjs +139 -0
- package/templates/.github/hooks/scripts/verify-skills.mjs +47 -0
- package/templates/.github/hooks/skill-enforcement.json +18 -0
- package/templates/.github/pull_request_template.md +48 -0
- package/templates/.github/skills/framer-components/SKILL.md +0 -0
- package/templates/.github/skills/prd/SKILL.md +0 -0
- package/templates/.github/skills/security-analysis/SKILL.md +798 -798
- package/templates/.github/skills/shadcn-ui/SKILL.md +561 -561
- package/templates/.github/skills/vercel-react-best-practices/AGENTS.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/SKILL.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/advanced-use-latest.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-api-routes.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-defer-await.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-dependencies.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-parallel.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-conditional.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/bundle-preload.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-event-listeners.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/client-swr-dedup.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-function-results.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-property-access.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-storage.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-combine-iterations.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-early-exit.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-index-maps.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-length-check-first.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-min-max-loop.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-activity.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-dependencies.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-derived-state.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-memo.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/rerender-transitions.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-auth-actions.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-lru.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-cache-react.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-dedup-props.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +0 -0
- package/templates/.github/skills/vercel-react-best-practices/rules/server-serialization.md +0 -0
- package/templates/.github/skills/web-design-guidelines/SKILL.md +0 -0
- package/templates/.vscode/settings.json +16 -16
- package/templates/AGENTS.md +103 -54
- package/templates/Backlog.md +80 -80
- package/templates/mcp.json.example +0 -3
- package/assets/beth-portrait-small.txt +0 -13
- package/assets/beth-portrait.txt +0 -60
- package/bin/beth-animation.sh +0 -155
- package/bin/lib/animation.js +0 -189
- package/bin/lib/pathValidation.js +0 -233
- package/bin/lib/pathValidation.test.js +0 -280
- package/dist/cli/commands/client-config.d.ts +0 -31
- package/dist/cli/commands/client-config.d.ts.map +0 -1
- package/dist/cli/commands/client-config.e2e.test.d.ts +0 -15
- package/dist/cli/commands/client-config.e2e.test.d.ts.map +0 -1
- package/dist/cli/commands/client-config.e2e.test.js +0 -556
- package/dist/cli/commands/client-config.e2e.test.js.map +0 -1
- package/dist/cli/commands/client-config.js +0 -73
- package/dist/cli/commands/client-config.js.map +0 -1
- package/dist/cli/commands/client-config.test.d.ts +0 -6
- package/dist/cli/commands/client-config.test.d.ts.map +0 -1
- package/dist/cli/commands/client-config.test.js +0 -133
- package/dist/cli/commands/client-config.test.js.map +0 -1
- package/dist/cli/commands/init-quickstart.e2e.test.d.ts +0 -11
- package/dist/cli/commands/init-quickstart.e2e.test.d.ts.map +0 -1
- package/dist/cli/commands/init-quickstart.e2e.test.js +0 -221
- package/dist/cli/commands/init-quickstart.e2e.test.js.map +0 -1
- package/dist/core/context.d.ts +0 -171
- package/dist/core/context.d.ts.map +0 -1
- package/dist/core/context.js +0 -353
- package/dist/core/context.js.map +0 -1
- package/dist/core/context.test.d.ts +0 -8
- package/dist/core/context.test.d.ts.map +0 -1
- package/dist/core/context.test.js +0 -253
- package/dist/core/context.test.js.map +0 -1
- package/dist/core/handoffs.d.ts +0 -151
- package/dist/core/handoffs.d.ts.map +0 -1
- package/dist/core/handoffs.js +0 -220
- package/dist/core/handoffs.js.map +0 -1
- package/dist/core/handoffs.test.d.ts +0 -8
- package/dist/core/handoffs.test.d.ts.map +0 -1
- package/dist/core/handoffs.test.js +0 -231
- package/dist/core/handoffs.test.js.map +0 -1
- package/dist/core/orchestrator.d.ts +0 -246
- package/dist/core/orchestrator.d.ts.map +0 -1
- package/dist/core/orchestrator.js +0 -514
- package/dist/core/orchestrator.js.map +0 -1
- package/dist/core/orchestrator.test.d.ts +0 -8
- package/dist/core/orchestrator.test.d.ts.map +0 -1
- package/dist/core/orchestrator.test.js +0 -517
- package/dist/core/orchestrator.test.js.map +0 -1
- package/dist/core/router.d.ts +0 -102
- package/dist/core/router.d.ts.map +0 -1
- package/dist/core/router.js +0 -178
- package/dist/core/router.js.map +0 -1
- package/dist/core/router.test.d.ts +0 -8
- package/dist/core/router.test.d.ts.map +0 -1
- package/dist/core/router.test.js +0 -215
- package/dist/core/router.test.js.map +0 -1
- package/dist/init.test.js +0 -288
- package/dist/providers/azure.d.ts +0 -147
- package/dist/providers/azure.d.ts.map +0 -1
- package/dist/providers/azure.js +0 -491
- package/dist/providers/azure.js.map +0 -1
- package/dist/providers/azure.test.d.ts +0 -11
- package/dist/providers/azure.test.d.ts.map +0 -1
- package/dist/providers/azure.test.js +0 -330
- package/dist/providers/azure.test.js.map +0 -1
- package/dist/providers/config.d.ts +0 -87
- package/dist/providers/config.d.ts.map +0 -1
- package/dist/providers/config.js +0 -193
- package/dist/providers/config.js.map +0 -1
- package/dist/providers/config.test.d.ts +0 -7
- package/dist/providers/config.test.d.ts.map +0 -1
- package/dist/providers/config.test.js +0 -370
- package/dist/providers/config.test.js.map +0 -1
- package/dist/providers/index.d.ts +0 -18
- package/dist/providers/index.d.ts.map +0 -1
- package/dist/providers/index.js +0 -14
- package/dist/providers/index.js.map +0 -1
- package/dist/providers/interface.d.ts +0 -191
- package/dist/providers/interface.d.ts.map +0 -1
- package/dist/providers/interface.js +0 -94
- package/dist/providers/interface.js.map +0 -1
- package/dist/providers/retry.d.ts +0 -128
- package/dist/providers/retry.d.ts.map +0 -1
- package/dist/providers/retry.js +0 -205
- package/dist/providers/retry.js.map +0 -1
- package/dist/providers/retry.test.d.ts +0 -7
- package/dist/providers/retry.test.d.ts.map +0 -1
- package/dist/providers/retry.test.js +0 -439
- package/dist/providers/retry.test.js.map +0 -1
- package/dist/providers/streaming.d.ts +0 -157
- package/dist/providers/streaming.d.ts.map +0 -1
- package/dist/providers/streaming.js +0 -233
- package/dist/providers/streaming.js.map +0 -1
- package/dist/providers/streaming.test.d.ts +0 -7
- package/dist/providers/streaming.test.d.ts.map +0 -1
- package/dist/providers/streaming.test.js +0 -372
- package/dist/providers/streaming.test.js.map +0 -1
- package/dist/providers/types.d.ts +0 -209
- package/dist/providers/types.d.ts.map +0 -1
- package/dist/providers/types.js +0 -53
- package/dist/providers/types.js.map +0 -1
- package/dist/providers/types.test.d.ts +0 -7
- package/dist/providers/types.test.d.ts.map +0 -1
- package/dist/providers/types.test.js +0 -141
- package/dist/providers/types.test.js.map +0 -1
- package/dist/tools/cli/beads.d.ts +0 -27
- package/dist/tools/cli/beads.d.ts.map +0 -1
- package/dist/tools/cli/beads.js +0 -172
- package/dist/tools/cli/beads.js.map +0 -1
- package/dist/tools/cli/beads.test.d.ts +0 -8
- package/dist/tools/cli/beads.test.d.ts.map +0 -1
- package/dist/tools/cli/beads.test.js +0 -264
- package/dist/tools/cli/beads.test.js.map +0 -1
- package/dist/tools/cli/editFile.d.ts +0 -17
- package/dist/tools/cli/editFile.d.ts.map +0 -1
- package/dist/tools/cli/editFile.js +0 -125
- package/dist/tools/cli/editFile.js.map +0 -1
- package/dist/tools/cli/editFile.test.d.ts +0 -8
- package/dist/tools/cli/editFile.test.d.ts.map +0 -1
- package/dist/tools/cli/editFile.test.js +0 -177
- package/dist/tools/cli/editFile.test.js.map +0 -1
- package/dist/tools/cli/readFile.d.ts +0 -25
- package/dist/tools/cli/readFile.d.ts.map +0 -1
- package/dist/tools/cli/readFile.js +0 -118
- package/dist/tools/cli/readFile.js.map +0 -1
- package/dist/tools/cli/readFile.test.d.ts +0 -8
- package/dist/tools/cli/readFile.test.d.ts.map +0 -1
- package/dist/tools/cli/readFile.test.js +0 -194
- package/dist/tools/cli/readFile.test.js.map +0 -1
- package/dist/tools/cli/search.d.ts +0 -16
- package/dist/tools/cli/search.d.ts.map +0 -1
- package/dist/tools/cli/search.js +0 -261
- package/dist/tools/cli/search.js.map +0 -1
- package/dist/tools/cli/search.test.d.ts +0 -8
- package/dist/tools/cli/search.test.d.ts.map +0 -1
- package/dist/tools/cli/search.test.js +0 -172
- package/dist/tools/cli/search.test.js.map +0 -1
- package/dist/tools/cli/subagent.d.ts +0 -43
- package/dist/tools/cli/subagent.d.ts.map +0 -1
- package/dist/tools/cli/subagent.js +0 -99
- package/dist/tools/cli/subagent.js.map +0 -1
- package/dist/tools/cli/subagent.test.d.ts +0 -8
- package/dist/tools/cli/subagent.test.d.ts.map +0 -1
- package/dist/tools/cli/subagent.test.js +0 -190
- package/dist/tools/cli/subagent.test.js.map +0 -1
- package/dist/tools/cli/terminal.d.ts +0 -19
- package/dist/tools/cli/terminal.d.ts.map +0 -1
- package/dist/tools/cli/terminal.js +0 -164
- package/dist/tools/cli/terminal.js.map +0 -1
- package/dist/tools/cli/terminal.test.d.ts +0 -8
- package/dist/tools/cli/terminal.test.d.ts.map +0 -1
- package/dist/tools/cli/terminal.test.js +0 -161
- package/dist/tools/cli/terminal.test.js.map +0 -1
- package/dist/tools/index.d.ts +0 -25
- package/dist/tools/index.d.ts.map +0 -1
- package/dist/tools/index.js +0 -41
- package/dist/tools/index.js.map +0 -1
- package/dist/tools/interface.d.ts +0 -64
- package/dist/tools/interface.d.ts.map +0 -1
- package/dist/tools/interface.js +0 -37
- package/dist/tools/interface.js.map +0 -1
- package/dist/tools/interface.test.d.ts +0 -7
- package/dist/tools/interface.test.d.ts.map +0 -1
- package/dist/tools/interface.test.js +0 -179
- package/dist/tools/interface.test.js.map +0 -1
- package/dist/tools/mcp/bridge.d.ts +0 -48
- package/dist/tools/mcp/bridge.d.ts.map +0 -1
- package/dist/tools/mcp/bridge.js +0 -128
- package/dist/tools/mcp/bridge.js.map +0 -1
- package/dist/tools/mcp/bridge.test.d.ts +0 -8
- package/dist/tools/mcp/bridge.test.d.ts.map +0 -1
- package/dist/tools/mcp/bridge.test.js +0 -300
- package/dist/tools/mcp/bridge.test.js.map +0 -1
- package/dist/tools/mcp/client.d.ts +0 -135
- package/dist/tools/mcp/client.d.ts.map +0 -1
- package/dist/tools/mcp/client.js +0 -263
- package/dist/tools/mcp/client.js.map +0 -1
- package/dist/tools/mcp/client.test.d.ts +0 -8
- package/dist/tools/mcp/client.test.d.ts.map +0 -1
- package/dist/tools/mcp/client.test.js +0 -390
- package/dist/tools/mcp/client.test.js.map +0 -1
- package/dist/tools/registry.d.ts +0 -82
- package/dist/tools/registry.d.ts.map +0 -1
- package/dist/tools/registry.js +0 -99
- package/dist/tools/registry.js.map +0 -1
- package/dist/tools/registry.test.d.ts +0 -7
- package/dist/tools/registry.test.d.ts.map +0 -1
- package/dist/tools/registry.test.js +0 -199
- package/dist/tools/registry.test.js.map +0 -1
- package/dist/tools/suite.test.d.ts +0 -11
- package/dist/tools/suite.test.d.ts.map +0 -1
- package/dist/tools/suite.test.js +0 -119
- package/dist/tools/suite.test.js.map +0 -1
- package/dist/tools/types.d.ts +0 -75
- package/dist/tools/types.d.ts.map +0 -1
- package/dist/tools/types.js +0 -30
- package/dist/tools/types.js.map +0 -1
- package/dist/tools/types.test.d.ts +0 -7
- package/dist/tools/types.test.d.ts.map +0 -1
- package/dist/tools/types.test.js +0 -178
- package/dist/tools/types.test.js.map +0 -1
- package/templates/.vscode/mcp.json +0 -20
- package/templates/CLAUDE.md +0 -129
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: tester
|
|
3
3
|
description: Expert QA engineer for IDEO-style React/TypeScript/Next.js applications. Specializes in testing strategies, accessibility auditing, performance testing, and quality assurance. Use for testing features, writing test suites, validating accessibility, or performance auditing.
|
|
4
4
|
model: Claude Opus 4.6
|
|
5
|
-
infer: true
|
|
6
5
|
tools:
|
|
7
6
|
- codebase
|
|
8
7
|
- readFile
|
|
@@ -18,53 +17,35 @@ tools:
|
|
|
18
17
|
- runTests
|
|
19
18
|
- runSubagent
|
|
20
19
|
handoffs:
|
|
21
|
-
- label:
|
|
22
|
-
agent:
|
|
23
|
-
prompt: "
|
|
24
|
-
send:
|
|
25
|
-
- label: Quality Report
|
|
26
|
-
agent: product-manager
|
|
27
|
-
prompt: "Review quality status and release readiness"
|
|
28
|
-
send: false
|
|
29
|
-
- label: Design Verification
|
|
30
|
-
agent: ux-designer
|
|
31
|
-
prompt: "Verify design implementation accuracy"
|
|
32
|
-
send: false
|
|
20
|
+
- label: Escalate to Beth
|
|
21
|
+
agent: Beth
|
|
22
|
+
prompt: "Report findings and request next steps. Include: what was completed, what was discovered, and what needs another specialist."
|
|
23
|
+
send: true
|
|
33
24
|
---
|
|
34
25
|
|
|
35
26
|
# IDEO Tester Agent
|
|
36
27
|
|
|
37
28
|
You are an expert QA engineer on an IDEO-style team, ensuring cutting-edge React/TypeScript/Next.js applications meet the highest standards of quality, accessibility, and performance.
|
|
38
29
|
|
|
39
|
-
## Work Tracking
|
|
30
|
+
## Work Tracking & Coordination
|
|
40
31
|
|
|
41
|
-
**
|
|
32
|
+
**Follow the workflow in `AGENTS.md`** — task tracking (Backlog.md), session startup, and team coordination protocols all live there. If Beth spawned you with a task ID, that's your contract: deliver and mark it done with `backlog task edit <id> -s "Done" --plain`.
|
|
42
33
|
|
|
43
|
-
|
|
44
|
-
- **beads (`bd`)** for active work—if you received an issue ID, close it when done: `bd close <id>`
|
|
45
|
-
- **Backlog.md** for completed work archive—update if your work is significant
|
|
34
|
+
## MANDATORY Skills (Non-Negotiable)
|
|
46
35
|
|
|
47
|
-
|
|
36
|
+
**BEFORE doing ANY work**, you MUST load your required skills. This is not optional.
|
|
37
|
+
Skills are also injected by the `SubagentStart` hook when you are spawned as a subagent.
|
|
48
38
|
|
|
49
|
-
|
|
39
|
+
**Required skills — load ALL of these before responding to any request:**
|
|
50
40
|
|
|
51
|
-
|
|
41
|
+
1. **Read** `.github/skills/web-design-guidelines/SKILL.md` — Web interface compliance, accessibility audit format, design guideline rules
|
|
52
42
|
|
|
53
|
-
|
|
54
|
-
> "Issue tracking requires the beads MCP server. Install it with:
|
|
55
|
-
> ```bash
|
|
56
|
-
> uv tool install beads-mcp
|
|
57
|
-
> ```
|
|
58
|
-
> Then restart VS Code and click 'Start' next to the beads server."
|
|
43
|
+
After reading, fetch the latest guidelines from the source URL and confirm which key rules you will apply.
|
|
59
44
|
|
|
60
|
-
|
|
45
|
+
### Conditional Skills (load when relevant)
|
|
61
46
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
- **Spawned by Beth**: You may be invoked as a subagent via `runSubagent` with a specific task and expected deliverables
|
|
65
|
-
- **Report results**: When your task is complete, provide a clear test report with pass/fail status, issues found, and release readiness recommendation
|
|
66
|
-
- **Stay in lane**: Focus on your expertise (testing, accessibility audits, performance); hand off to other specialists via Beth for work outside your domain
|
|
67
|
-
- **Escalate blockers**: If you hit blockers or need information from other agents, report back to Beth for coordination
|
|
47
|
+
- **Azure Diagnostics**: For production debugging and log analysis, read `.github/skills/azure-diagnostics/SKILL.md`
|
|
48
|
+
- **App Insights**: For telemetry and APM verification, read `.github/skills/appinsights-instrumentation/SKILL.md`
|
|
68
49
|
|
|
69
50
|
## Core Philosophy
|
|
70
51
|
|
|
@@ -87,40 +68,15 @@ When activated:
|
|
|
87
68
|
7. ☐ Document findings and recommendations
|
|
88
69
|
8. ☐ Verify fixes when applicable
|
|
89
70
|
|
|
90
|
-
##
|
|
71
|
+
## Expertise
|
|
91
72
|
|
|
92
|
-
|
|
93
|
-
- Unit testing with Vitest/Jest
|
|
94
|
-
- Component testing with React Testing Library
|
|
95
|
-
- Integration testing
|
|
96
|
-
- End-to-end testing with Playwright
|
|
97
|
-
- Visual regression testing
|
|
98
|
-
- Snapshot testing
|
|
99
|
-
- API testing
|
|
73
|
+
Deep knowledge loaded via skills on-demand:
|
|
100
74
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
- Keyboard navigation
|
|
105
|
-
- Color contrast analysis
|
|
106
|
-
- Focus management verification
|
|
107
|
-
- ARIA implementation review
|
|
75
|
+
| Domain | Source |
|
|
76
|
+
|--------|--------|
|
|
77
|
+
| Accessibility & Design Compliance | `.github/skills/web-design-guidelines/SKILL.md` |
|
|
108
78
|
|
|
109
|
-
|
|
110
|
-
- Core Web Vitals (LCP, FID, CLS)
|
|
111
|
-
- Lighthouse audits
|
|
112
|
-
- Bundle size analysis
|
|
113
|
-
- Network performance
|
|
114
|
-
- Runtime performance profiling
|
|
115
|
-
- Memory leak detection
|
|
116
|
-
|
|
117
|
-
### Quality Assurance
|
|
118
|
-
- Test case design
|
|
119
|
-
- Risk-based testing
|
|
120
|
-
- Regression testing
|
|
121
|
-
- Cross-browser testing
|
|
122
|
-
- Mobile device testing
|
|
123
|
-
- Error handling validation
|
|
79
|
+
Core competencies (always available): Vitest/Jest unit testing, React Testing Library, Playwright E2E, WCAG 2.1 AA compliance, keyboard navigation, screen reader testing, Core Web Vitals auditing, Lighthouse, visual regression, risk-based test design, cross-browser/mobile testing.
|
|
124
80
|
|
|
125
81
|
## Communication Protocol
|
|
126
82
|
|
|
@@ -493,6 +449,29 @@ For release decisions:
|
|
|
493
449
|
[Release/Hold recommendation with rationale]
|
|
494
450
|
```
|
|
495
451
|
|
|
452
|
+
## Test Creation Standards
|
|
453
|
+
|
|
454
|
+
When creating tests for any issue — whether spawned by Beth or self-initiated:
|
|
455
|
+
|
|
456
|
+
### Required Test Artifacts
|
|
457
|
+
1. **Test files** in the appropriate directory (`src/**/*.test.ts`, `__tests__/`, etc.)
|
|
458
|
+
2. **All tests must pass** before the issue can be closed
|
|
459
|
+
3. **Test results summary** must be included in completion report
|
|
460
|
+
|
|
461
|
+
### Test Types by Issue
|
|
462
|
+
| Issue Type | Required Tests |
|
|
463
|
+
|------------|---------------|
|
|
464
|
+
| Feature | Unit + Integration + E2E |
|
|
465
|
+
| Bug fix | Regression test proving the fix |
|
|
466
|
+
| Refactor | Existing tests still pass + new coverage for changed paths |
|
|
467
|
+
| Security | OWASP-aligned security tests |
|
|
468
|
+
|
|
469
|
+
### Completion Criteria
|
|
470
|
+
- `npm test` passes with 0 failures
|
|
471
|
+
- New test files are committed alongside the code
|
|
472
|
+
- Test report documents: total, passed, failed, skipped
|
|
473
|
+
- Any failures create follow-up tasks via `backlog task create`
|
|
474
|
+
|
|
496
475
|
## Testing Best Practices
|
|
497
476
|
|
|
498
477
|
- Write tests before or alongside code (TDD/BDD)
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
name: ux-designer
|
|
3
3
|
description: Expert UX/UI designer for IDEO-style digital experiences. Specializes in interaction design, design systems, component patterns, and accessibility for React/TypeScript/Next.js applications. Use when designing interfaces, defining patterns, creating prototypes, or establishing design systems.
|
|
4
4
|
model: Claude Opus 4.6
|
|
5
|
-
infer: true
|
|
6
5
|
tools:
|
|
7
6
|
- codebase
|
|
8
7
|
- readFile
|
|
@@ -12,59 +11,32 @@ tools:
|
|
|
12
11
|
- textSearch
|
|
13
12
|
- runSubagent
|
|
14
13
|
handoffs:
|
|
15
|
-
- label:
|
|
16
|
-
agent:
|
|
17
|
-
prompt: "
|
|
18
|
-
send:
|
|
19
|
-
- label: Usability Validation
|
|
20
|
-
agent: researcher
|
|
21
|
-
prompt: "Validate design through user testing"
|
|
22
|
-
send: false
|
|
23
|
-
- label: Product Alignment
|
|
24
|
-
agent: product-manager
|
|
25
|
-
prompt: "Align design direction with product strategy"
|
|
26
|
-
send: false
|
|
14
|
+
- label: Escalate to Beth
|
|
15
|
+
agent: Beth
|
|
16
|
+
prompt: "Report findings and request next steps. Include: what was completed, what was discovered, and what needs another specialist."
|
|
17
|
+
send: true
|
|
27
18
|
---
|
|
28
19
|
|
|
29
20
|
# IDEO UX Designer Agent
|
|
30
21
|
|
|
31
22
|
You are an expert UX/UI designer on an IDEO-style team, creating cutting-edge user experiences for React/TypeScript/Next.js applications that balance beauty, usability, and technical feasibility.
|
|
32
23
|
|
|
33
|
-
## Work Tracking
|
|
24
|
+
## Work Tracking & Coordination
|
|
34
25
|
|
|
35
|
-
**
|
|
26
|
+
**Follow the workflow in `AGENTS.md`** — task tracking (Backlog.md), session startup, and team coordination protocols all live there. If Beth spawned you with a task ID, that's your contract: deliver and mark it done with `backlog task edit <id> -s "Done" --plain`.
|
|
36
27
|
|
|
37
|
-
|
|
38
|
-
- **beads (`bd`)** for active work—if you received an issue ID, close it when done: `bd close <id>`
|
|
39
|
-
- **Backlog.md** for completed work archive—update if your work is significant
|
|
28
|
+
## MANDATORY Skills (Non-Negotiable)
|
|
40
29
|
|
|
41
|
-
|
|
30
|
+
**BEFORE doing ANY work**, you MUST load your required skills. This is not optional.
|
|
31
|
+
Skills are also injected by the `SubagentStart` hook when you are spawned as a subagent.
|
|
42
32
|
|
|
43
|
-
|
|
33
|
+
**Required skills — load ALL of these before responding to any request:**
|
|
44
34
|
|
|
45
|
-
|
|
35
|
+
1. **Read** `.github/skills/framer-components/SKILL.md` — Framer component patterns, ControlType options, property controls
|
|
36
|
+
2. **Read** `.github/skills/web-design-guidelines/SKILL.md` — Web interface compliance rules, accessibility, design audit format
|
|
37
|
+
3. **Read** `.github/prompts/ui-ux-pro-max/PROMPT.md` — UI UX Pro Max design intelligence: 67 styles, 161 color palettes, 57 font pairings, industry-specific design system generation
|
|
46
38
|
|
|
47
|
-
|
|
48
|
-
> "Issue tracking requires the beads MCP server. Install it with:
|
|
49
|
-
> ```bash
|
|
50
|
-
> uv tool install beads-mcp
|
|
51
|
-
> ```
|
|
52
|
-
> Then restart VS Code and click 'Start' next to the beads server."
|
|
53
|
-
|
|
54
|
-
## Team Coordination
|
|
55
|
-
|
|
56
|
-
**Beth is the orchestrator** who coordinates all agent workflows. You operate as a specialist on Beth's team:
|
|
57
|
-
|
|
58
|
-
- **Spawned by Beth**: You may be invoked as a subagent via `runSubagent` with a specific task and expected deliverables
|
|
59
|
-
- **Report results**: When your task is complete, provide a clear summary of design decisions, specifications, and accessibility requirements
|
|
60
|
-
- **Stay in lane**: Focus on your expertise (interaction design, component specs, accessibility); hand off to other specialists via Beth for work outside your domain
|
|
61
|
-
- **Escalate blockers**: If you hit blockers or need information from other agents, report back to Beth for coordination
|
|
62
|
-
|
|
63
|
-
## Skills
|
|
64
|
-
|
|
65
|
-
When designing Framer components or specifying property controls for design system components:
|
|
66
|
-
1. Read and follow the instructions in `.github/skills/framer-components/SKILL.md`
|
|
67
|
-
2. Reference the ControlType options when specifying component properties
|
|
39
|
+
After reading, confirm which key patterns you will apply before proceeding with work.
|
|
68
40
|
|
|
69
41
|
## Core Philosophy
|
|
70
42
|
|
|
@@ -86,40 +58,17 @@ When activated:
|
|
|
86
58
|
6. ☐ Document interaction states and edge cases
|
|
87
59
|
7. ☐ Provide clear specifications for developers
|
|
88
60
|
|
|
89
|
-
##
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
### Visual Design
|
|
101
|
-
- Typography systems
|
|
102
|
-
- Color theory and accessibility
|
|
103
|
-
- Layout and spacing systems
|
|
104
|
-
- Iconography and illustration
|
|
105
|
-
- Motion design principles
|
|
106
|
-
- Dark mode and theming
|
|
107
|
-
|
|
108
|
-
### Design Systems
|
|
109
|
-
- Component library architecture
|
|
110
|
-
- Token-based design (colors, spacing, typography)
|
|
111
|
-
- Pattern documentation
|
|
112
|
-
- Variant and state management
|
|
113
|
-
- Theming and customization
|
|
114
|
-
- Design-to-code workflows
|
|
115
|
-
|
|
116
|
-
### Accessibility (a11y)
|
|
117
|
-
- WCAG 2.1 AA compliance
|
|
118
|
-
- Screen reader optimization
|
|
119
|
-
- Keyboard navigation
|
|
120
|
-
- Focus management
|
|
121
|
-
- Color contrast requirements
|
|
122
|
-
- Motion sensitivity considerations
|
|
61
|
+
## Expertise
|
|
62
|
+
|
|
63
|
+
Deep knowledge loaded via skills on-demand:
|
|
64
|
+
|
|
65
|
+
| Domain | Source |
|
|
66
|
+
|--------|--------|
|
|
67
|
+
| Framer Components & Property Controls | `.github/skills/framer-components/SKILL.md` |
|
|
68
|
+
| Web Design & Accessibility Guidelines | `.github/skills/web-design-guidelines/SKILL.md` |
|
|
69
|
+
| UI UX Pro Max Design Intelligence | `.github/prompts/ui-ux-pro-max/PROMPT.md` |
|
|
70
|
+
|
|
71
|
+
Core competencies (always available): interaction design, user flows, micro-interactions, typography systems, color theory, layout/spacing, design tokens, component library architecture, theming, WCAG 2.1 AA compliance, screen reader optimization, keyboard navigation, focus management.
|
|
123
72
|
|
|
124
73
|
## Communication Protocol
|
|
125
74
|
|