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
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md
CHANGED
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/client-event-listeners.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/client-localstorage-schema.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-function-results.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/js-cache-property-access.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rendering-conditional-render.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rendering-content-visibility.md
CHANGED
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rendering-svg-precision.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rerender-derived-state.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md
CHANGED
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/server-after-nonblocking.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/templates/.github/skills/vercel-react-best-practices/rules/server-parallel-fetching.md
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Beth Agent System - Recommended Settings
|
|
3
|
-
// These settings enable full agent orchestration capabilities
|
|
4
|
-
|
|
5
|
-
// Required: Allow Beth to delegate work to specialist agents
|
|
6
|
-
"chat.customAgentInSubagent.enabled": true,
|
|
7
|
-
|
|
8
|
-
// Enable agent mode in Copilot Chat
|
|
9
|
-
"chat.agent.enabled": true,
|
|
10
|
-
|
|
11
|
-
// Enable thinking/reasoning for complex tasks
|
|
12
|
-
"github.copilot.chat.agent.thinkingTool": true,
|
|
13
|
-
|
|
14
|
-
// Consistent locale for agent responses
|
|
15
|
-
"github.copilot.chat.localeOverride": "en"
|
|
16
|
-
}
|
|
1
|
+
{
|
|
2
|
+
// Beth Agent System - Recommended Settings
|
|
3
|
+
// These settings enable full agent orchestration capabilities
|
|
4
|
+
|
|
5
|
+
// Required: Allow Beth to delegate work to specialist agents
|
|
6
|
+
"chat.customAgentInSubagent.enabled": true,
|
|
7
|
+
|
|
8
|
+
// Enable agent mode in Copilot Chat
|
|
9
|
+
"chat.agent.enabled": true,
|
|
10
|
+
|
|
11
|
+
// Enable thinking/reasoning for complex tasks
|
|
12
|
+
"github.copilot.chat.agent.thinkingTool": true,
|
|
13
|
+
|
|
14
|
+
// Consistent locale for agent responses
|
|
15
|
+
"github.copilot.chat.localeOverride": "en"
|
|
16
|
+
}
|
package/templates/AGENTS.md
CHANGED
|
@@ -1,95 +1,144 @@
|
|
|
1
1
|
# Agent Instructions
|
|
2
2
|
|
|
3
|
-
This project uses
|
|
3
|
+
This project uses [Backlog.md](Backlog.md) for task tracking — the single source of truth for both agents and humans.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|------|----------|---------|
|
|
7
|
-
| [beads](https://github.com/steveyegge/beads) (`bd`) | Agents | Active work, dependencies, blockers, structured memory |
|
|
8
|
-
| [Backlog.md](Backlog.md) | Humans | Completed work archive, decisions, readable changelog |
|
|
5
|
+
## Backlog.md CLI Quick Reference
|
|
9
6
|
|
|
10
|
-
|
|
7
|
+
```bash
|
|
8
|
+
# See everything at once (use --plain where supported to avoid TUI)
|
|
9
|
+
backlog task list --plain # All tasks grouped by status
|
|
10
|
+
backlog task list -s "In Progress" --plain # Filter by status
|
|
11
|
+
backlog board # Kanban board (always plain-text)
|
|
12
|
+
backlog overview # Project health stats (always plain-text)
|
|
13
|
+
|
|
14
|
+
# Task lifecycle (--plain prevents TUI after mutation)
|
|
15
|
+
backlog task create "Title" -d "Description" --plain # Create
|
|
16
|
+
backlog task edit BETH-X -s "In Progress" --plain # Start
|
|
17
|
+
backlog task edit BETH-X -s "Done" --plain # Close
|
|
18
|
+
backlog task edit BETH-X --append-notes "text" --plain # Add notes
|
|
19
|
+
|
|
20
|
+
# Search
|
|
21
|
+
backlog search "query" --plain # Fuzzy search across tasks
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
**CRITICAL:** Always use `--plain` flag on commands that support it (`task list`, `task create`, `task edit`, `search`) — without it, these commands open a TUI that agents cannot interact with. Commands like `board` and `overview` are already plain-text.
|
|
11
25
|
|
|
12
26
|
## Quick Setup
|
|
13
27
|
|
|
14
28
|
```bash
|
|
15
|
-
#
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
# Initialize in your project
|
|
19
|
-
bd init
|
|
29
|
+
# Initialize Beth in your project
|
|
30
|
+
npx beth-copilot init
|
|
20
31
|
|
|
21
|
-
#
|
|
22
|
-
|
|
32
|
+
# Check system health
|
|
33
|
+
npx beth-copilot doctor
|
|
23
34
|
```
|
|
24
35
|
|
|
25
|
-
##
|
|
36
|
+
## Session Startup (MANDATORY)
|
|
26
37
|
|
|
38
|
+
**Every new session starts by verifying ground truth.** Trackers lie. Code doesn't.
|
|
39
|
+
|
|
40
|
+
Before picking up new work — even continuing previous work — complete these checks:
|
|
41
|
+
|
|
42
|
+
### 1. Check for uncommitted changes (formatter reverts)
|
|
27
43
|
```bash
|
|
28
|
-
|
|
29
|
-
|
|
44
|
+
git status
|
|
45
|
+
git diff --stat
|
|
46
|
+
```
|
|
47
|
+
Formatters, editors, and VS Code extensions can silently revert agent changes between sessions. If you see unexpected diffs, investigate before proceeding.
|
|
30
48
|
|
|
31
|
-
|
|
32
|
-
|
|
49
|
+
### 2. Check for unpushed commits
|
|
50
|
+
```bash
|
|
51
|
+
git log --oneline origin/$(git branch --show-current)..HEAD
|
|
52
|
+
```
|
|
53
|
+
If there are unpushed commits from a previous session, push them or understand why they weren't pushed.
|
|
33
54
|
|
|
34
|
-
|
|
35
|
-
|
|
55
|
+
### 3. Review task status
|
|
56
|
+
```bash
|
|
57
|
+
backlog task list --plain # See all tasks — what's open, done, in progress
|
|
58
|
+
backlog task list -s "In Progress" --plain # What's supposed to be active?
|
|
59
|
+
```
|
|
60
|
+
If a task says "In Progress" but the work is done, close it: `backlog task edit BETH-X -s "Done"`
|
|
61
|
+
If a task says "Done" but the code disagrees, reopen it: `backlog task edit BETH-X -s "In Progress"`
|
|
36
62
|
|
|
37
|
-
|
|
38
|
-
|
|
63
|
+
### 4. Spot-check closed work is intact
|
|
64
|
+
Pick 1-2 tasks closed in the last session and verify the changes are actually in the code:
|
|
65
|
+
```bash
|
|
66
|
+
# Example: verify an import was actually added
|
|
67
|
+
grep -r "import.*ComponentName" src/
|
|
68
|
+
```
|
|
69
|
+
If the tracker says "done" but the code disagrees, re-apply the fix.
|
|
39
70
|
|
|
40
|
-
|
|
41
|
-
bd list
|
|
42
|
-
bd ready
|
|
71
|
+
### The principle: Trust the code, not the tracker
|
|
43
72
|
|
|
44
|
-
|
|
45
|
-
bd dep tree <id>
|
|
73
|
+
> **War story (March 7, 2026):** A formatter reverted `app/workspace/agents/page.tsx` back to importing the old `WorkspaceAgents` component. The tracker said "routing wired up" but the code was back to the old state. Caught and fixed — but only because we checked.
|
|
46
74
|
|
|
47
|
-
|
|
48
|
-
bd close <id>
|
|
49
|
-
```
|
|
75
|
+
This can happen to ANY file touched by agents. The most vulnerable are files touched by formatters on save. When in doubt, check the code.
|
|
50
76
|
|
|
51
77
|
## Workflow
|
|
52
78
|
|
|
53
79
|
### Simple Tasks
|
|
54
|
-
1. `
|
|
55
|
-
2.
|
|
56
|
-
3.
|
|
57
|
-
4.
|
|
80
|
+
1. Create a task: `backlog task create "Title" -d "Description" --plain`
|
|
81
|
+
2. Mark it in progress: `backlog task edit BETH-X -s "In Progress" --plain`
|
|
82
|
+
3. Do the work
|
|
83
|
+
4. Mark it done: `backlog task edit BETH-X -s "Done" --plain`
|
|
58
84
|
5. Commit and push
|
|
59
85
|
|
|
60
86
|
### Complex Work (Multi-Agent)
|
|
61
|
-
1.
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
87
|
+
1. **Create/checkout** an epic branch from main:
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
git fetch origin main
|
|
91
|
+
git checkout -b epic/<epic-id> origin/main
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
2. Create a parent task: `backlog task create "Epic title" -d "Description" --plain`
|
|
95
|
+
3. Break into subtasks, route to specialists
|
|
96
|
+
4. Each subtask: create → assign → work → mark done via `backlog task edit`
|
|
97
|
+
5. Push the epic branch
|
|
98
|
+
6. **Create a PR to `main`**
|
|
69
99
|
|
|
70
100
|
## Landing the Plane (Session Completion)
|
|
71
101
|
|
|
72
|
-
**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds.
|
|
102
|
+
**When ending a work session**, you MUST complete ALL steps below. Work is NOT complete until `git push` succeeds AND the PR is created.
|
|
73
103
|
|
|
74
104
|
**MANDATORY WORKFLOW:**
|
|
75
105
|
|
|
76
|
-
1. **Close
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
106
|
+
1. **Close tasks** - Mark all completed tasks as done:
|
|
107
|
+
```bash
|
|
108
|
+
backlog task list -s "In Progress" --plain # What's still open?
|
|
109
|
+
backlog task edit BETH-X -s "Done" --plain # Close each completed task
|
|
110
|
+
```
|
|
111
|
+
2. **Run quality gates** (if code changed) - ALL tests must pass:
|
|
112
|
+
```bash
|
|
113
|
+
npm test # Unit + integration tests
|
|
114
|
+
```
|
|
115
|
+
3. **Generate test report** (if code changed):
|
|
116
|
+
```bash
|
|
117
|
+
npm run test:gate # Runs tests + generates docs/test-reports/ report
|
|
118
|
+
```
|
|
119
|
+
4. **PUSH TO EPIC BRANCH** - This is MANDATORY:
|
|
120
|
+
|
|
81
121
|
```bash
|
|
82
122
|
git add -A
|
|
83
|
-
git commit -m "description of work"
|
|
84
|
-
git pull --rebase
|
|
85
|
-
git push
|
|
123
|
+
git commit -m "<epic-id>: description of work"
|
|
124
|
+
git pull origin "epic/<epic-id>" --rebase
|
|
125
|
+
git push origin "epic/<epic-id>"
|
|
86
126
|
git status # MUST show "up to date with origin"
|
|
87
127
|
```
|
|
88
|
-
|
|
89
|
-
|
|
128
|
+
|
|
129
|
+
5. **CREATE A PR TO `main`** - Use `gh` CLI to create a pull request:
|
|
130
|
+
|
|
131
|
+
```bash
|
|
132
|
+
gh pr create --base main --head "epic/<epic-id>" --title "<epic-id>: <summary>" --body "## Summary\n<what was done>"
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
6. **Share the PR link** with the user
|
|
136
|
+
7. **Hand off** - Provide context for next session including the epic ID, branch, and PR URL
|
|
90
137
|
|
|
91
138
|
**CRITICAL RULES:**
|
|
92
|
-
|
|
139
|
+
|
|
140
|
+
- Work is NOT complete until `git push` succeeds AND the PR is created
|
|
93
141
|
- NEVER stop before pushing - that leaves work stranded locally
|
|
94
142
|
- NEVER say "ready to push when you are" - YOU must push
|
|
95
143
|
- If push fails, resolve and retry until it succeeds
|
|
144
|
+
- The PR is how humans review your work. No PR = no review = no trust.
|
package/templates/Backlog.md
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
# Backlog
|
|
2
|
-
|
|
3
|
-
> *"I don't have time to explain things twice. Read this."*
|
|
4
|
-
|
|
5
|
-
Last updated: <!-- Update this date when making changes -->
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
## Completed
|
|
10
|
-
|
|
11
|
-
| Task | Notes |
|
|
12
|
-
|------|-------|
|
|
13
|
-
| Initial setup | Beth agent system installed |
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
## In Progress
|
|
18
|
-
|
|
19
|
-
*Nothing currently in progress.*
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
## Backlog (Prioritized)
|
|
24
|
-
|
|
25
|
-
### High Priority (P1)
|
|
26
|
-
|
|
27
|
-
- [ ] **Your first task** — Describe what needs to be done
|
|
28
|
-
|
|
29
|
-
### Medium Priority (P2)
|
|
30
|
-
|
|
31
|
-
- [ ] **Future work** — Things to do later
|
|
32
|
-
|
|
33
|
-
### Low Priority (P3)
|
|
34
|
-
|
|
35
|
-
- [ ] **Nice to have** — When you have time
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## Decisions
|
|
40
|
-
|
|
41
|
-
| Decision | Rationale | Date |
|
|
42
|
-
|----------|-----------|------|
|
|
43
|
-
| Use Beth orchestrator | Coordinated multi-agent workflows | Today |
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## Status Summary
|
|
48
|
-
|
|
49
|
-
**For Leadership:**
|
|
50
|
-
|
|
51
|
-
Project initialized with Beth agent system.
|
|
52
|
-
|
|
53
|
-
**What's Working:**
|
|
54
|
-
|
|
55
|
-
- Beth agent (orchestrator) — Ready
|
|
56
|
-
- Full agent roster — Ready
|
|
57
|
-
- All skills — Loaded
|
|
58
|
-
|
|
59
|
-
**What's Coming:**
|
|
60
|
-
|
|
61
|
-
- Your roadmap here
|
|
62
|
-
|
|
63
|
-
**Blockers:** None.
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
|
-
## How We Track Work
|
|
68
|
-
|
|
69
|
-
This file is the single source of truth. When you start work:
|
|
70
|
-
|
|
71
|
-
1. Move the task to **In Progress**
|
|
72
|
-
2. Do the work
|
|
73
|
-
3. Move to **Completed** when done
|
|
74
|
-
4. Commit changes
|
|
75
|
-
|
|
76
|
-
No external tools. No databases. Just this markdown file.
|
|
77
|
-
|
|
78
|
-
---
|
|
79
|
-
|
|
80
|
-
*"Now you know what's happening. Questions? I'll answer them. Complaints? Keep them to yourself."*
|
|
1
|
+
# Backlog
|
|
2
|
+
|
|
3
|
+
> *"I don't have time to explain things twice. Read this."*
|
|
4
|
+
|
|
5
|
+
Last updated: <!-- Update this date when making changes -->
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Completed
|
|
10
|
+
|
|
11
|
+
| Task | Notes |
|
|
12
|
+
|------|-------|
|
|
13
|
+
| Initial setup | Beth agent system installed |
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## In Progress
|
|
18
|
+
|
|
19
|
+
*Nothing currently in progress.*
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## Backlog (Prioritized)
|
|
24
|
+
|
|
25
|
+
### High Priority (P1)
|
|
26
|
+
|
|
27
|
+
- [ ] **Your first task** — Describe what needs to be done
|
|
28
|
+
|
|
29
|
+
### Medium Priority (P2)
|
|
30
|
+
|
|
31
|
+
- [ ] **Future work** — Things to do later
|
|
32
|
+
|
|
33
|
+
### Low Priority (P3)
|
|
34
|
+
|
|
35
|
+
- [ ] **Nice to have** — When you have time
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Decisions
|
|
40
|
+
|
|
41
|
+
| Decision | Rationale | Date |
|
|
42
|
+
|----------|-----------|------|
|
|
43
|
+
| Use Beth orchestrator | Coordinated multi-agent workflows | Today |
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## Status Summary
|
|
48
|
+
|
|
49
|
+
**For Leadership:**
|
|
50
|
+
|
|
51
|
+
Project initialized with Beth agent system.
|
|
52
|
+
|
|
53
|
+
**What's Working:**
|
|
54
|
+
|
|
55
|
+
- Beth agent (orchestrator) — Ready
|
|
56
|
+
- Full agent roster — Ready
|
|
57
|
+
- All skills — Loaded
|
|
58
|
+
|
|
59
|
+
**What's Coming:**
|
|
60
|
+
|
|
61
|
+
- Your roadmap here
|
|
62
|
+
|
|
63
|
+
**Blockers:** None.
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## How We Track Work
|
|
68
|
+
|
|
69
|
+
This file is the single source of truth. When you start work:
|
|
70
|
+
|
|
71
|
+
1. Move the task to **In Progress**
|
|
72
|
+
2. Do the work
|
|
73
|
+
3. Move to **Completed** when done
|
|
74
|
+
4. Commit changes
|
|
75
|
+
|
|
76
|
+
No external tools. No databases. Just this markdown file.
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
*"Now you know what's happening. Questions? I'll answer them. Complaints? Keep them to yourself."*
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
[38;2;218;165;32m .╭━━━━━━━╮.[0m
|
|
2
|
-
[38;2;218;165;32m ╭──╯[0m[38;2;235;210;160m ▒▓▓▓▓▒ [0m[38;2;218;165;32m╰──╮[0m
|
|
3
|
-
[38;2;218;165;32m ╱[0m[38;2;240;220;180m ▓██████████▓ [0m[38;2;218;165;32m╲[0m
|
|
4
|
-
[38;2;218;165;32m ╱[0m[38;2;235;215;170m ████[0m[38;2;139;90;43m▓▓[0m[38;2;235;215;170m██[0m[38;2;139;90;43m▓▓[0m[38;2;235;215;170m████ [0m[38;2;218;165;32m╲[0m
|
|
5
|
-
[38;2;218;165;32m │[0m[38;2;240;225;190m ███ [0m[38;2;70;110;150m◉[0m[38;2;240;225;190m ██ [0m[38;2;70;110;150m◉[0m[38;2;240;225;190m ███ [0m[38;2;218;165;32m│[0m
|
|
6
|
-
[38;2;218;165;32m │[0m[38;2;235;210;165m ███▄▄▄▄▄▄███ [0m[38;2;218;165;32m│[0m
|
|
7
|
-
[38;2;218;165;32m │[0m[38;2;230;200;150m ▀██[0m[38;2;180;80;80m▄══▄[0m[38;2;230;200;150m██▀ [0m[38;2;218;165;32m│[0m
|
|
8
|
-
[38;2;218;165;32m │[0m[38;2;220;190;140m ╰────╯ [0m[38;2;218;165;32m│[0m
|
|
9
|
-
[38;2;218;165;32m │[0m[38;2;200;175;130m ▓██████████▓ [0m[38;2;218;165;32m│[0m
|
|
10
|
-
[38;2;218;165;32m ╲[0m[38;2;180;155;110m ████████████ [0m[38;2;218;165;32m╱[0m
|
|
11
|
-
[38;2;218;165;32m ╲[0m[38;2;160;135;90m ▀██████████▀ [0m[38;2;218;165;32m╱[0m
|
|
12
|
-
[38;2;218;165;32m ╰───╮ ╭───╯[0m
|
|
13
|
-
[38;2;218;165;32m ╰──────╯[0m
|