@delorenj/pjangler 1.2.25 → 1.3.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/README.md +12 -3
- package/dist/index.js +8649 -5528
- package/dist/mcp-server.js +8174 -5456
- package/package.json +8 -4
- package/templates/commonproject/copier.yml +6 -6
- package/templates/commonproject/template/.agents/hooks/README.md +10 -10
- package/templates/commonproject/template/.agents/hooks/hooks.master.json +1 -1
- package/templates/commonproject/template/.agents/hooks/sync.py +4 -4
- package/templates/commonproject/template/.agents/local.example.json +1 -1
- package/templates/commonproject/template/.agents/skills.json +2 -1
- package/templates/commonproject/template/.env.op +6 -2
- package/templates/commonproject/template/.github/workflows/code-review.yml.jinja +48 -0
- package/templates/commonproject/template/.mise/scripts/hindsight-setup.sh +1 -1
- package/templates/commonproject/template/.mise/scripts/materialize-env.sh +28 -0
- package/templates/commonproject/template/.mise/scripts/provision-packs.py +565 -0
- package/templates/commonproject/template/.mise/scripts/sync-skills.py +1411 -132
- package/templates/commonproject/template/mise.toml.jinja +19 -16
- package/templates/hermes-agent/copier.yml +28 -4
- package/templates/hermes-agent/template/.gitignore.jinja +1 -0
- package/templates/hermes-agent/template/.runtime-scaffold/README.md +11 -10
- package/templates/hermes-agent/template/.scripts/01-config.sh +4 -4
- package/templates/hermes-agent/template/.scripts/10-hermes-profile.sh +7 -12
- package/templates/hermes-agent/template/.scripts/20-runtime-repo.sh +90 -28
- package/templates/hermes-agent/template/.scripts/30-telegram.sh +18 -4
- package/templates/hermes-agent/template/.scripts/70-systemd.sh +79 -12
- package/templates/hermes-agent/template/.scripts/80-registry.sh +13 -3
- package/templates/hermes-agent/template/.scripts/_lib.sh +12 -5
- package/templates/hermes-agent/template/.scripts/config.example.toml +7 -4
- package/templates/hermes-agent/template/.scripts/credential-launch.sh +81 -0
- package/templates/hermes-agent/template/.scripts/heartbeat.sh +2 -1
- package/templates/hermes-agent/template/.scripts/lib/ticket-provider.sh +15 -7
- package/templates/hermes-agent/template/.scripts/providers/linear.sh +41 -1
- package/templates/hermes-agent/template/.scripts/providers/plane.sh +117 -21
- package/templates/hermes-agent/template/.scripts/providers/trello.sh +34 -1
- package/templates/hermes-agent/template/.scripts/reporter-watchdog.py +242 -0
- package/templates/hermes-agent/template/.scripts/secret-scan.py +134 -0
- package/templates/hermes-agent/template/.scripts/sentinel.prompt.md.jinja +3 -2
- package/templates/hermes-agent/template/SOUL.md.jinja +34 -12
- package/templates/hermes-agent/template/hermes.jinja +36 -7
- package/templates/hermes-agent/template/role.yaml.jinja +16 -5
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-agent-builder.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-module-builder.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmb-workflow-builder.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-analyst.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-architect.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-dev.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-pm.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-quick-flow-solo-dev.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-sm.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-tea.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-tech-writer.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/bmm-ux-designer.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-brainstorming-coach.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-creative-problem-solver.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-design-thinking-coach.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-innovation-strategist.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-presentation-master.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/cis-storyteller.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/agents/core-bmad-master.md +0 -14
- package/templates/commonproject/.augment/commands/bmad/tasks/core-index-docs.md +0 -74
- package/templates/commonproject/.augment/commands/bmad/tasks/core-shard-doc.md +0 -118
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-agent.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-module.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmb-workflow.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-check-implementation-readiness.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-code-review.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-correct-course.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-architecture.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-epics-and-stories.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-dataflow.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-diagram.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-flowchart.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-excalidraw-wireframe.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-product-brief.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-story.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-create-ux-design.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-dev-story.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-document-project.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-generate-project-context.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-prd.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-dev.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-quick-spec.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-research.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-retrospective.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-planning.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-sprint-status.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-atdd.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-automate.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-ci.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-framework.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-nfr.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-design.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-test-review.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-testarch-trace.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-init.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/bmm-workflow-status.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-design-thinking.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-innovation-strategy.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-problem-solving.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/cis-storytelling.md +0 -13
- package/templates/commonproject/.augment/commands/bmad/workflows/core-brainstorming.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/core-party-mode.md +0 -5
- package/templates/commonproject/.augment/commands/bmad/workflows/custom-ticket-lifecycle.md +0 -5
- package/templates/commonproject/.copier-answers.yml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-agent-builder.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-module-builder.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmb-workflow-builder.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-analyst.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-architect.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-dev.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-pm.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-quick-flow-solo-dev.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-sm.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tea.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-tech-writer.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-bmm-ux-designer.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-brainstorming-coach.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-creative-problem-solver.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-design-thinking-coach.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-innovation-strategist.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-presentation-master.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-cis-storyteller.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-agent-core-bmad-master.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-task-core-index-docs.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-task-core-review-adversarial-general.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-task-core-shard-doc.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-task-core-workflow.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-agent.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-module.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmb-workflow.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-check-implementation-readiness.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-code-review.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-correct-course.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-architecture.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-epics-and-stories.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-dataflow.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-diagram.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-flowchart.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-excalidraw-wireframe.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-product-brief.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-story.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-create-ux-design.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-dev-story.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-document-project.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-generate-project-context.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-prd.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-dev.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-quick-spec.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-research.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-retrospective.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-planning.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-sprint-status.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-atdd.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-automate.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-ci.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-framework.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-nfr.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-design.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-test-review.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-testarch-trace.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-init.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-bmm-workflow-status.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-design-thinking.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-innovation-strategy.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-problem-solving.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-cis-storytelling.toml +0 -12
- package/templates/commonproject/.gemini/commands/bmad-workflow-core-brainstorming.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-core-party-mode.toml +0 -4
- package/templates/commonproject/.gemini/commands/bmad-workflow-custom-ticket-lifecycle.toml +0 -4
- package/templates/commonproject/.github/agents/bmd-custom-bmb-agent-builder.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmb-module-builder.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmb-workflow-builder.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-analyst.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-architect.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-dev.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-pm.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-quick-flow-solo-dev.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-sm.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-tea.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-tech-writer.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-bmm-ux-designer.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-brainstorming-coach.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-creative-problem-solver.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-design-thinking-coach.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-innovation-strategist.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-presentation-master.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-cis-storyteller.agent.md +0 -17
- package/templates/commonproject/.github/agents/bmd-custom-core-bmad-master.agent.md +0 -17
- package/templates/commonproject/.mcp.json +0 -12
- package/templates/commonproject/.mise/scripts/claude +0 -13
- package/templates/commonproject/.mise/scripts/create-plane-project.sh +0 -149
- package/templates/commonproject/.mise/scripts/init-project.sh +0 -314
- package/templates/commonproject/.mise/scripts/link-agentfiles.sh +0 -9
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-agent-builder.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-module-builder.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmb-workflow-builder.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-analyst.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-architect.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-dev.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-pm.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-quick-flow-solo-dev.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-sm.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tea.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-tech-writer.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-bmm-ux-designer.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-brainstorming-coach.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-creative-problem-solver.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-design-thinking-coach.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-innovation-strategist.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-presentation-master.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-cis-storyteller.md +0 -14
- package/templates/commonproject/.opencode/agent/bmad-agent-core-bmad-master.md +0 -14
- package/templates/commonproject/.opencode/command/bmad-bmb-agent.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmb-module.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmb-workflow.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-check-implementation-readiness.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-code-review.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-correct-course.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-architecture.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-create-epics-and-stories.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-dataflow.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-diagram.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-flowchart.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-excalidraw-wireframe.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-product-brief.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-create-story.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-create-ux-design.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-dev-story.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-document-project.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-generate-project-context.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-prd.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-quick-dev.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-quick-spec.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-research.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-bmm-retrospective.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-sprint-planning.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-sprint-status.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-atdd.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-automate.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-ci.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-framework.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-nfr.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-design.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-test-review.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-testarch-trace.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-workflow-init.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-bmm-workflow-status.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-cis-design-thinking.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-cis-innovation-strategy.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-cis-problem-solving.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-cis-storytelling.md +0 -13
- package/templates/commonproject/.opencode/command/bmad-core-brainstorming.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-core-party-mode.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-custom-ticket-lifecycle.md +0 -5
- package/templates/commonproject/.opencode/command/bmad-task-core-index-docs.md +0 -9
- package/templates/commonproject/.opencode/command/bmad-task-core-shard-doc.md +0 -9
- package/templates/commonproject/.plane.json +0 -6
- package/templates/commonproject/.scripts/test-template.sh +0 -63
- package/templates/commonproject/AGENTS.md +0 -86
- package/templates/commonproject/README.md +0 -172
- package/templates/commonproject/_bmad/_config/agent-manifest.csv +0 -20
- package/templates/commonproject/_bmad/_config/agents/bmb-agent-builder.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmb-module-builder.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmb-workflow-builder.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-analyst.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-architect.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-dev.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-pm.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-sm.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-tea.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-tech-writer.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/bmm-ux-designer.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-brainstorming-coach.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-creative-problem-solver.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-design-thinking-coach.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-innovation-strategist.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-presentation-master.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/cis-storyteller.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/agents/core-bmad-master.customize.yaml +0 -41
- package/templates/commonproject/_bmad/_config/custom/cache-manifest.yaml +0 -4
- package/templates/commonproject/_bmad/_config/custom/custom/module.yaml +0 -8
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.md +0 -84
- package/templates/commonproject/_bmad/_config/custom/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
- package/templates/commonproject/_bmad/_config/files-manifest.csv +0 -483
- package/templates/commonproject/_bmad/_config/ides/claude-code.yaml +0 -6
- package/templates/commonproject/_bmad/_config/ides/codex.yaml +0 -5
- package/templates/commonproject/_bmad/_config/manifest.yaml +0 -18
- package/templates/commonproject/_bmad/_config/task-manifest.csv +0 -5
- package/templates/commonproject/_bmad/_config/tool-manifest.csv +0 -1
- package/templates/commonproject/_bmad/_config/workflow-manifest.csv +0 -43
- package/templates/commonproject/_bmad/_memory/config.yaml +0 -11
- package/templates/commonproject/_bmad/_memory/storyteller-sidecar/stories-told.md +0 -7
- package/templates/commonproject/_bmad/_memory/storyteller-sidecar/story-preferences.md +0 -7
- package/templates/commonproject/_bmad/bmb/README.md +0 -25
- package/templates/commonproject/_bmad/bmb/agents/agent-builder.md +0 -64
- package/templates/commonproject/_bmad/bmb/agents/module-builder.md +0 -65
- package/templates/commonproject/_bmad/bmb/agents/workflow-builder.md +0 -66
- package/templates/commonproject/_bmad/bmb/config.yaml +0 -12
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-compilation.md +0 -273
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-menu-patterns.md +0 -233
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/agent-metadata.md +0 -208
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/brainstorm-context.md +0 -146
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/communication-presets.csv +0 -61
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/critical-actions.md +0 -120
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-architecture.md +0 -236
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/expert-agent-validation.md +0 -174
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/module-agent-validation.md +0 -126
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/persona-properties.md +0 -266
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/principles-crafting.md +0 -292
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -68
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-architecture.md +0 -204
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/simple-agent-validation.md +0 -133
- package/templates/commonproject/_bmad/bmb/workflows/agent/data/understanding-agent-types.md +0 -222
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -128
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -170
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -296
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-04-persona.md +0 -212
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -178
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-06-activation.md +0 -279
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -187
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -201
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -258
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -249
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -221
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -193
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -1
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -124
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-05-persona.md +0 -134
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -122
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-07-activation.md +0 -125
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -137
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -119
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -123
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -155
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -136
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -116
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -124
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -145
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -136
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -136
- package/templates/commonproject/_bmad/bmb/workflows/agent/steps-v/v-03-summary.md +0 -104
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/agent-plan.template.md +0 -5
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -77
- package/templates/commonproject/_bmad/bmb/workflows/agent/templates/simple-agent.template.md +0 -72
- package/templates/commonproject/_bmad/bmb/workflows/agent/workflow.md +0 -123
- package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-architecture.md +0 -179
- package/templates/commonproject/_bmad/bmb/workflows/module/data/agent-spec-template.md +0 -79
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-installer-standards.md +0 -348
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-standards.md +0 -280
- package/templates/commonproject/_bmad/bmb/workflows/module/data/module-yaml-conventions.md +0 -392
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-01-welcome.md +0 -147
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-02-spark.md +0 -140
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-03-module-type.md +0 -148
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-04-vision.md +0 -82
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-05-identity.md +0 -96
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-06-users.md +0 -85
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-07-value.md +0 -75
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-08-agents.md +0 -96
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-09-workflows.md +0 -82
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-10-tools.md +0 -90
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -83
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-12-creative.md +0 -94
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-13-review.md +0 -104
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-b/step-14-finalize.md +0 -117
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -178
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-01b-continue.md +0 -83
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-02-structure.md +0 -109
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-03-config.md +0 -118
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-04-installer.md +0 -160
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-05-agents.md +0 -167
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-06-workflows.md +0 -183
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-07-docs.md +0 -402
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-c/step-08-complete.md +0 -123
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-01-load-target.md +0 -81
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -77
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -77
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-04-review.md +0 -80
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-e/step-05-confirm.md +0 -75
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-01-load-target.md +0 -96
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -94
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -99
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -152
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -152
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-06-documentation.md +0 -143
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-07-installation.md +0 -113
- package/templates/commonproject/_bmad/bmb/workflows/module/steps-v/step-08-report.md +0 -197
- package/templates/commonproject/_bmad/bmb/workflows/module/templates/brief-template.md +0 -154
- package/templates/commonproject/_bmad/bmb/workflows/module/templates/workflow-spec-template.md +0 -96
- package/templates/commonproject/_bmad/bmb/workflows/module/workflow.md +0 -100
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/architecture.md +0 -152
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -19
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -81
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/frontmatter-standards.md +0 -225
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/input-discovery-standards.md +0 -269
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -50
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/menu-handling-standards.md +0 -167
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/output-format-standards.md +0 -188
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-file-rules.md +0 -235
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/step-type-patterns.md +0 -311
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -386
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -209
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -271
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-examples.md +0 -276
- package/templates/commonproject/_bmad/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -172
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -262
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -194
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -3
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -269
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -282
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -281
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -242
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-06-design.md +0 -329
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -238
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -377
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -350
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -320
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -191
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -237
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -248
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -252
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -275
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -154
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -190
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -206
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -109
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -221
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -152
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -199
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -265
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -164
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -211
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -200
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -195
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -209
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -199
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -179
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -186
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -154
- package/templates/commonproject/_bmad/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -237
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/minimal-output-template.md +0 -11
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -241
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-1b-template.md +0 -223
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/step-template.md +0 -290
- package/templates/commonproject/_bmad/bmb/workflows/workflow/templates/workflow-template.md +0 -102
- package/templates/commonproject/_bmad/bmb/workflows/workflow/workflow.md +0 -109
- package/templates/commonproject/_bmad/bmm/agents/analyst.md +0 -82
- package/templates/commonproject/_bmad/bmm/agents/architect.md +0 -74
- package/templates/commonproject/_bmad/bmm/agents/dev.md +0 -76
- package/templates/commonproject/_bmad/bmm/agents/pm.md +0 -78
- package/templates/commonproject/_bmad/bmm/agents/quick-flow-solo-dev.md +0 -74
- package/templates/commonproject/_bmad/bmm/agents/sm.md +0 -77
- package/templates/commonproject/_bmad/bmm/agents/tea.md +0 -77
- package/templates/commonproject/_bmad/bmm/agents/tech-writer.md +0 -78
- package/templates/commonproject/_bmad/bmm/agents/ux-designer.md +0 -74
- package/templates/commonproject/_bmad/bmm/config.yaml +0 -18
- package/templates/commonproject/_bmad/bmm/data/README.md +0 -29
- package/templates/commonproject/_bmad/bmm/data/documentation-standards.md +0 -262
- package/templates/commonproject/_bmad/bmm/data/project-context-template.md +0 -40
- package/templates/commonproject/_bmad/bmm/teams/default-party.csv +0 -21
- package/templates/commonproject/_bmad/bmm/teams/team-fullstack.yaml +0 -12
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-request.md +0 -442
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/api-testing-patterns.md +0 -843
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/auth-session.md +0 -552
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/burn-in.md +0 -273
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/ci-burn-in.md +0 -675
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/component-tdd.md +0 -486
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/contract-testing.md +0 -957
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/data-factories.md +0 -500
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/email-auth.md +0 -721
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/error-handling.md +0 -725
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/feature-flags.md +0 -750
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/file-utils.md +0 -463
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixture-architecture.md +0 -401
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/fixtures-composition.md +0 -382
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/intercept-network-call.md +0 -430
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/log.md +0 -429
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-error-monitor.md +0 -405
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-first.md +0 -486
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/network-recorder.md +0 -527
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/nfr-criteria.md +0 -670
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/overview.md +0 -286
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/playwright-config.md +0 -730
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/probability-impact.md +0 -601
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/recurse.md +0 -421
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/risk-governance.md +0 -615
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/selective-testing.md +0 -732
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/selector-resilience.md +0 -527
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-healing-patterns.md +0 -644
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-levels-framework.md +0 -473
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-priorities-matrix.md +0 -373
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/test-quality.md +0 -664
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/timing-debugging.md +0 -372
- package/templates/commonproject/_bmad/bmm/testarch/knowledge/visual-debugging.md +0 -524
- package/templates/commonproject/_bmad/bmm/testarch/tea-index.csv +0 -34
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -10
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -177
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -161
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -199
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -202
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -205
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -219
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -194
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -58
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -137
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -229
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -238
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -206
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -234
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -443
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -182
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -237
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-02-customer-insights.md +0 -200
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -249
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -259
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -177
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -475
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/research.template.md +0 -29
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -137
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -239
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -248
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -202
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -239
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -486
- package/templates/commonproject/_bmad/bmm/workflows/1-analysis/research/workflow.md +0 -173
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -135
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -127
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -190
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -216
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -219
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -234
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -252
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -254
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -224
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -224
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -241
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -248
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -237
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -264
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -228
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -13
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -43
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/domain-complexity.csv +0 -13
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/prd-purpose.md +0 -197
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/data/project-types.csv +0 -11
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01-init.md +0 -191
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-01b-continue.md +0 -153
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-02-discovery.md +0 -224
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-03-success.md +0 -226
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-04-journeys.md +0 -213
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-05-domain.md +0 -207
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-06-innovation.md +0 -226
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-07-project-type.md +0 -237
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-08-scoping.md +0 -228
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-09-functional.md +0 -231
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-10-nonfunctional.md +0 -242
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-11-polish.md +0 -217
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-c/step-12-complete.md +0 -180
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01-discovery.md +0 -247
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-01b-legacy-conversion.md +0 -208
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-02-review.md +0 -249
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-03-edit.md +0 -253
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-e/step-e-04-complete.md +0 -168
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-01-discovery.md +0 -218
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02-format-detection.md +0 -191
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-02b-parity-check.md +0 -209
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-03-density-validation.md +0 -174
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-04-brief-coverage-validation.md +0 -214
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-05-measurability-validation.md +0 -228
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-06-traceability-validation.md +0 -217
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -205
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-08-domain-compliance-validation.md +0 -243
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-09-project-type-validation.md +0 -263
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-10-smart-validation.md +0 -209
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-11-holistic-quality-validation.md +0 -264
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-12-completeness-validation.md +0 -242
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/steps-v/step-v-13-report-complete.md +0 -232
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/templates/prd-template.md +0 -10
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/validation-report-prd-workflow.md +0 -433
- package/templates/commonproject/_bmad/bmm/workflows/2-plan-workflows/prd/workflow.md +0 -150
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -190
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -178
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -179
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -139
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -252
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -133
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -4
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -55
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -12
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -11
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -7
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -153
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -164
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -224
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -331
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -318
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -359
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -379
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -359
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -352
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -50
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -259
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -233
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -272
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -145
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -57
- package/templates/commonproject/_bmad/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -59
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/checklist.md +0 -23
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/instructions.xml +0 -227
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -50
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/checklist.md +0 -279
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/instructions.md +0 -206
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -58
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/checklist.md +0 -358
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/instructions.xml +0 -345
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/template.md +0 -49
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -59
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/checklist.md +0 -80
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -410
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -25
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/instructions.md +0 -1443
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -57
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -33
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -225
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -55
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -52
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -229
- package/templates/commonproject/_bmad/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -35
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -156
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -120
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -113
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -113
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -106
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -140
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -52
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -189
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -144
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -128
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -173
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -74
- package/templates/commonproject/_bmad/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -79
- package/templates/commonproject/_bmad/bmm/workflows/document-project/checklist.md +0 -245
- package/templates/commonproject/_bmad/bmm/workflows/document-project/documentation-requirements.csv +0 -12
- package/templates/commonproject/_bmad/bmm/workflows/document-project/instructions.md +0 -221
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/deep-dive-template.md +0 -345
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/index-template.md +0 -169
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-overview-template.md +0 -103
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -160
- package/templates/commonproject/_bmad/bmm/workflows/document-project/templates/source-tree-template.md +0 -135
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflow.yaml +0 -28
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -298
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -31
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -1106
- package/templates/commonproject/_bmad/bmm/workflows/document-project/workflows/full-scan.yaml +0 -31
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -90
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -127
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -39
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -130
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -26
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -43
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -141
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -26
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -49
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -241
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -26
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -38
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -133
- package/templates/commonproject/_bmad/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -26
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/project-context-template.md +0 -21
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -184
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -318
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -278
- package/templates/commonproject/_bmad/bmm/workflows/generate-project-context/workflow.md +0 -49
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/atdd-checklist-template.md +0 -364
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/checklist.md +0 -374
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/instructions.md +0 -806
- package/templates/commonproject/_bmad/bmm/workflows/testarch/atdd/workflow.yaml +0 -45
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/checklist.md +0 -582
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/instructions.md +0 -1324
- package/templates/commonproject/_bmad/bmm/workflows/testarch/automate/workflow.yaml +0 -52
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/checklist.md +0 -248
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/github-actions-template.yaml +0 -198
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/gitlab-ci-template.yaml +0 -149
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/instructions.md +0 -536
- package/templates/commonproject/_bmad/bmm/workflows/testarch/ci/workflow.yaml +0 -45
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/checklist.md +0 -321
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/instructions.md +0 -481
- package/templates/commonproject/_bmad/bmm/workflows/testarch/framework/workflow.yaml +0 -47
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/checklist.md +0 -407
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/instructions.md +0 -722
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/nfr-report-template.md +0 -445
- package/templates/commonproject/_bmad/bmm/workflows/testarch/nfr-assess/workflow.yaml +0 -47
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/checklist.md +0 -235
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/instructions.md +0 -788
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/test-design-template.md +0 -294
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-design/workflow.yaml +0 -54
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/checklist.md +0 -472
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/instructions.md +0 -628
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/test-review-template.md +0 -390
- package/templates/commonproject/_bmad/bmm/workflows/testarch/test-review/workflow.yaml +0 -46
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/checklist.md +0 -655
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/instructions.md +0 -1047
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/trace-template.md +0 -675
- package/templates/commonproject/_bmad/bmm/workflows/testarch/trace/workflow.yaml +0 -55
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/instructions.md +0 -346
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/init/workflow.yaml +0 -29
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/instructions.md +0 -395
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-brownfield.yaml +0 -103
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/enterprise-greenfield.yaml +0 -100
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-brownfield.yaml +0 -103
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/paths/method-greenfield.yaml +0 -100
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/project-levels.yaml +0 -59
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow-status-template.yaml +0 -24
- package/templates/commonproject/_bmad/bmm/workflows/workflow-status/workflow.yaml +0 -30
- package/templates/commonproject/_bmad/cis/agents/brainstorming-coach.md +0 -66
- package/templates/commonproject/_bmad/cis/agents/creative-problem-solver.md +0 -66
- package/templates/commonproject/_bmad/cis/agents/design-thinking-coach.md +0 -66
- package/templates/commonproject/_bmad/cis/agents/innovation-strategist.md +0 -66
- package/templates/commonproject/_bmad/cis/agents/presentation-master.md +0 -72
- package/templates/commonproject/_bmad/cis/agents/storyteller/storyteller.md +0 -63
- package/templates/commonproject/_bmad/cis/config.yaml +0 -11
- package/templates/commonproject/_bmad/cis/teams/creative-squad.yaml +0 -7
- package/templates/commonproject/_bmad/cis/teams/default-party.csv +0 -12
- package/templates/commonproject/_bmad/cis/workflows/README.md +0 -139
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/README.md +0 -56
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/design-methods.csv +0 -31
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/instructions.md +0 -202
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/template.md +0 -111
- package/templates/commonproject/_bmad/cis/workflows/design-thinking/workflow.yaml +0 -27
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/README.md +0 -56
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -31
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/instructions.md +0 -276
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/template.md +0 -189
- package/templates/commonproject/_bmad/cis/workflows/innovation-strategy/workflow.yaml +0 -27
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/README.md +0 -56
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/instructions.md +0 -252
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/solving-methods.csv +0 -31
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/template.md +0 -165
- package/templates/commonproject/_bmad/cis/workflows/problem-solving/workflow.yaml +0 -27
- package/templates/commonproject/_bmad/cis/workflows/storytelling/README.md +0 -58
- package/templates/commonproject/_bmad/cis/workflows/storytelling/instructions.md +0 -293
- package/templates/commonproject/_bmad/cis/workflows/storytelling/story-types.csv +0 -26
- package/templates/commonproject/_bmad/cis/workflows/storytelling/template.md +0 -113
- package/templates/commonproject/_bmad/cis/workflows/storytelling/workflow.yaml +0 -27
- package/templates/commonproject/_bmad/core/agents/bmad-master.md +0 -63
- package/templates/commonproject/_bmad/core/config.yaml +0 -9
- package/templates/commonproject/_bmad/core/resources/excalidraw/README.md +0 -160
- package/templates/commonproject/_bmad/core/resources/excalidraw/excalidraw-helpers.md +0 -127
- package/templates/commonproject/_bmad/core/resources/excalidraw/library-loader.md +0 -50
- package/templates/commonproject/_bmad/core/resources/excalidraw/validate-json-instructions.md +0 -79
- package/templates/commonproject/_bmad/core/tasks/index-docs.xml +0 -65
- package/templates/commonproject/_bmad/core/tasks/review-adversarial-general.xml +0 -41
- package/templates/commonproject/_bmad/core/tasks/shard-doc.xml +0 -109
- package/templates/commonproject/_bmad/core/tasks/workflow.xml +0 -235
- package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/methods.csv +0 -51
- package/templates/commonproject/_bmad/core/workflows/advanced-elicitation/workflow.xml +0 -117
- package/templates/commonproject/_bmad/core/workflows/brainstorming/brain-methods.csv +0 -62
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -197
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-01b-continue.md +0 -122
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -225
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -237
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -209
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -264
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -399
- package/templates/commonproject/_bmad/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -303
- package/templates/commonproject/_bmad/core/workflows/brainstorming/template.md +0 -15
- package/templates/commonproject/_bmad/core/workflows/brainstorming/workflow.md +0 -58
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -139
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -204
- package/templates/commonproject/_bmad/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -159
- package/templates/commonproject/_bmad/core/workflows/party-mode/workflow.md +0 -206
- package/templates/commonproject/_bmad/custom/config.yaml +0 -11
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/ac-sufficiency-rubric.md +0 -33
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/audit-comment-template.md +0 -54
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/data/event-schemas.md +0 -58
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-01-init.md +0 -173
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-02-triage.md +0 -159
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-03-refine.md +0 -149
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-04-implement.md +0 -147
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-05-review.md +0 -146
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-06-qa.md +0 -199
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-c/step-07-complete.md +0 -141
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-01-assess.md +0 -102
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-e/step-02-apply.md +0 -85
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/steps-v/step-01-validate.md +0 -154
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow-plan-ticket-lifecycle.md +0 -346
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.md +0 -84
- package/templates/commonproject/_bmad/custom/workflows/ticket-lifecycle/workflow.yaml +0 -39
- package/templates/commonproject/mise.toml +0 -38
- package/templates/commonproject/template/.mise/scripts/provision-bmad-skills.py +0 -480
- package/templates/commonproject/tests/test_provision_bmad_skills.py +0 -203
- package/templates/commonproject/tests/test_sync_skills_topology.py +0 -120
- package/templates/hermes-agent/README.md +0 -192
- package/templates/hermes-agent/config.example.toml +0 -1
- package/templates/hermes-agent/docs/architecture.md +0 -135
- package/templates/hermes-agent/docs/fleet-control-plane/README.md +0 -35
- package/templates/hermes-agent/docs/fleet-control-plane/architecture.md +0 -258
- package/templates/hermes-agent/docs/fleet-control-plane/epics-and-stories.md +0 -280
- package/templates/hermes-agent/docs/fleet-control-plane/implementation-readiness-report-2026-06-27.md +0 -118
- package/templates/hermes-agent/docs/fleet-control-plane/prd.md +0 -140
- package/templates/hermes-agent/docs/operations.md +0 -335
- package/templates/hermes-agent/docs/runbooks/runtime-checkpoint-repair.md +0 -31
- package/templates/hermes-agent/docs/sentinel/README.md +0 -119
- package/templates/hermes-agent/docs/sentinel/architecture.md +0 -202
- package/templates/hermes-agent/docs/sentinel/development.md +0 -274
- package/templates/hermes-agent/docs/sentinel/providers.md +0 -203
- package/templates/hermes-agent/docs/sentinel.md +0 -18
- package/templates/hermes-agent/install-local.sh +0 -253
- package/templates/hermes-agent/runtime-scaffold/.gitattributes +0 -10
- package/templates/hermes-agent/runtime-scaffold/README.md +0 -55
- package/templates/hermes-agent/runtime-scaffold/decisions/.gitkeep +0 -2
- package/templates/hermes-agent/runtime-scaffold/logs/.gitkeep +0 -1
- package/templates/hermes-agent/runtime-scaffold/memories/MEMORY.md +0 -47
- package/templates/hermes-agent/runtime-scaffold/memories/USER.md +0 -51
- package/templates/hermes-agent/scripts/backfill-fleet-sot.sh +0 -270
- package/templates/hermes-agent/scripts/degit-runtime.sh +0 -192
- package/templates/hermes-agent/scripts/fleet-prune-debris.sh +0 -128
- package/templates/hermes-agent/scripts/fleet-sync.sh +0 -526
- package/templates/hermes-agent/scripts/hermes-runtime-templatize.py +0 -321
- package/templates/hermes-agent/scripts/migrate-profile-scoped-chat-secrets.py +0 -136
- package/templates/hermes-agent/scripts/migrate-unify.sh +0 -252
- package/templates/hermes-agent/scripts/momo-unify-agent.py +0 -224
- package/templates/hermes-agent/scripts/repair-runtime-checkpoint.sh +0 -10
- package/templates/hermes-agent/scripts/retrofit-70-envfile.sh +0 -129
- package/templates/hermes-agent/scripts/unify-pm.sh +0 -148
- package/templates/hermes-agent/tests/test_bloodbank_consumer_contract.py +0 -437
- package/templates/hermes-agent/tests/test_fleet_upgrade_contract.py +0 -176
- package/templates/hermes-agent/tests/test_launcher_chat_secret_isolation.py +0 -85
- package/templates/hermes-agent/tests/test_local_runtime_provisioning.py +0 -130
- package/templates/hermes-agent/tests/test_operator_docs_local_runtime_contract.py +0 -132
- package/templates/hermes-agent/tests/test_profile_env_detach_contract.py +0 -14
- package/templates/hermes-agent/tests/test_profile_scoped_chat_secrets.py +0 -89
- package/templates/hermes-agent/tests/test_repository_privacy_contract.py +0 -32
- package/templates/hermes-agent/tests/test_slack_provisioning.py +0 -344
- package/templates/hermes-agent/tests/test_telegram_provisioning.py +0 -475
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
stepsCompleted: [1]
|
|
3
|
-
inputDocuments:
|
|
4
|
-
- docs/architecture.md
|
|
5
|
-
- docs/operations.md
|
|
6
|
-
- README.md
|
|
7
|
-
- /home/delorenj/code/pjangler/src/commands/hermes/RunCopierTemplate.ts
|
|
8
|
-
- /home/delorenj/code/pjangler/src/parity/index.ts
|
|
9
|
-
- /home/delorenj/.hermes/agents-registry.yaml
|
|
10
|
-
workflowType: prd
|
|
11
|
-
project_name: Fleet Control Plane
|
|
12
|
-
date: 2026-06-27
|
|
13
|
-
status: draft-ready
|
|
14
|
-
---
|
|
15
|
-
|
|
16
|
-
# Fleet Control Plane PRD
|
|
17
|
-
|
|
18
|
-
## Problem
|
|
19
|
-
|
|
20
|
-
The Fleet is composed of valuable independent repos and runtime surfaces, but
|
|
21
|
-
the binding contract between them is implicit and drifting.
|
|
22
|
-
|
|
23
|
-
Current symptoms include:
|
|
24
|
-
|
|
25
|
-
- `pjangler` is already the de facto control plane, but its role is not stated
|
|
26
|
-
as an architectural contract.
|
|
27
|
-
- `pjangler/templates/hermes-agent` can carry dirty vendored template changes
|
|
28
|
-
that differ from `~/code/hermes-agent-template`.
|
|
29
|
-
- The live fleet uses checkpoint timers while newer dirty template work points
|
|
30
|
-
toward heartbeat timers.
|
|
31
|
-
- The registry, profiles, fleet env, systemd units, and role manifests can
|
|
32
|
-
disagree without one authoritative reconciliation path.
|
|
33
|
-
- n8n is a promising visual orchestration layer, but should not become another
|
|
34
|
-
competing source of truth.
|
|
35
|
-
|
|
36
|
-
## Product Goal
|
|
37
|
-
|
|
38
|
-
Make `pjangler` the explicit Fleet control plane and introduce a versioned Fleet
|
|
39
|
-
contract that lets the independent parts stay independent while making their
|
|
40
|
-
runtime coupling visible, validated, and repairable.
|
|
41
|
-
|
|
42
|
-
## Users
|
|
43
|
-
|
|
44
|
-
- Primary operator: Deloren, managing a personal but production-like fleet.
|
|
45
|
-
- Agent implementers: Codex, Hermes PM agents, and future worker agents acting
|
|
46
|
-
from explicit contracts.
|
|
47
|
-
- Visual orchestrator: n8n workflows that coordinate Fleet health, delegation,
|
|
48
|
-
and reconciliation.
|
|
49
|
-
|
|
50
|
-
## Functional Requirements
|
|
51
|
-
|
|
52
|
-
FR1: The system shall define a versioned Fleet contract that records template
|
|
53
|
-
source versions, service model, schema versions, and supported runtime modes.
|
|
54
|
-
|
|
55
|
-
FR2: `pjangler` shall expose `pj templates status` to report each vendored
|
|
56
|
-
template source, commit, tag, dirty state, and effective provisioning source.
|
|
57
|
-
|
|
58
|
-
FR3: `pjangler` shall expose `pj fleet status` to compare the Fleet contract
|
|
59
|
-
against `~/.hermes/fleet.env`, `~/.hermes/agents-registry.yaml`, profiles,
|
|
60
|
-
role manifests, runtime repos, and systemd units.
|
|
61
|
-
|
|
62
|
-
FR4: `pjangler` shall expose `pj fleet reconcile` with dry-run by default and
|
|
63
|
-
explicit `--apply` mutation mode.
|
|
64
|
-
|
|
65
|
-
FR5: The Fleet registry shall support managed exceptions through fields such as
|
|
66
|
-
`managed`, `kind`, `owner`, `source`, and `notes`.
|
|
67
|
-
|
|
68
|
-
FR6: The implementation shall validate `.project.json`, `role.yaml`,
|
|
69
|
-
`agents-registry.yaml`, `profile.yaml`, and `fleet-contract.yaml` with explicit
|
|
70
|
-
schemas.
|
|
71
|
-
|
|
72
|
-
FR7: `pjangler` publishing shall fail when vendored template submodules are
|
|
73
|
-
dirty, mismatched, or missing required files.
|
|
74
|
-
|
|
75
|
-
FR8: The heartbeat v2 strategy shall use n8n as the visual orchestration plane
|
|
76
|
-
and systemd as the local survival fallback.
|
|
77
|
-
|
|
78
|
-
FR9: n8n workflows shall read Fleet state from `pjangler`/Fleet registry rather
|
|
79
|
-
than storing independent Fleet truth.
|
|
80
|
-
|
|
81
|
-
FR10: n8n workflow generation shall be reproducible from `pjangler` and must be
|
|
82
|
-
validatable before creation or update.
|
|
83
|
-
|
|
84
|
-
FR11: The implementation shall repair known current drift, including stale
|
|
85
|
-
runtime scaffold fallback paths, heartbeat/checkpoint mismatch, stale registry
|
|
86
|
-
Hermes paths, and invalid generated role model fields.
|
|
87
|
-
|
|
88
|
-
FR12: The operator shall be able to inspect and run all checks locally without
|
|
89
|
-
network side effects unless an apply or create flag is explicitly provided.
|
|
90
|
-
|
|
91
|
-
## Non-Functional Requirements
|
|
92
|
-
|
|
93
|
-
NFR1: Default commands must be read-only or dry-run.
|
|
94
|
-
|
|
95
|
-
NFR2: Reconciliation must never destroy or merge runtime state automatically
|
|
96
|
-
when profiles or runtime repos contain ambiguous data.
|
|
97
|
-
|
|
98
|
-
NFR3: n8n outage must not prevent baseline agent health, profile gateway
|
|
99
|
-
operation, fleet Bloodbank routing, or runtime checkpoint fallback.
|
|
100
|
-
|
|
101
|
-
NFR4: Validation output must be deterministic and grep-friendly.
|
|
102
|
-
|
|
103
|
-
NFR5: Release gates must be suitable for local CLI use and npm `prepublishOnly`.
|
|
104
|
-
|
|
105
|
-
NFR6: Secrets must remain outside committed artifacts and generated workflow
|
|
106
|
-
definitions.
|
|
107
|
-
|
|
108
|
-
NFR7: The architecture must support fast solo iteration without requiring a
|
|
109
|
-
large platform migration before useful checks land.
|
|
110
|
-
|
|
111
|
-
NFR8: Generated n8n workflow code must follow n8n workflow SDK design guidance:
|
|
112
|
-
normalize data early, avoid accidental per-item fanout, and validate workflow
|
|
113
|
-
code before creation.
|
|
114
|
-
|
|
115
|
-
## Scope
|
|
116
|
-
|
|
117
|
-
In scope:
|
|
118
|
-
|
|
119
|
-
- Fleet contract design.
|
|
120
|
-
- `pjangler` status, reconcile, validation, and release gates.
|
|
121
|
-
- n8n workflow generation artifacts and first supervisor workflow path.
|
|
122
|
-
- Systemd fallback heartbeat/checkpoint strategy.
|
|
123
|
-
- Current drift repair stories.
|
|
124
|
-
|
|
125
|
-
Out of scope for the first implementation:
|
|
126
|
-
|
|
127
|
-
- Rewriting Hermes internals beyond the minimal profile/config validation needed.
|
|
128
|
-
- Migrating every agent to custom n8n nodes.
|
|
129
|
-
- Removing systemd.
|
|
130
|
-
- Making n8n the Fleet source of truth.
|
|
131
|
-
|
|
132
|
-
## Success Criteria
|
|
133
|
-
|
|
134
|
-
- `pj templates status` clearly explains which template bytes will be used.
|
|
135
|
-
- `pj fleet status` reports registry/profile/systemd/schema drift without
|
|
136
|
-
destructive changes.
|
|
137
|
-
- `pj fleet reconcile --apply` fixes safe drift and labels unsafe drift manual.
|
|
138
|
-
- `npm run prepublishOnly` fails if vendored templates are dirty.
|
|
139
|
-
- A generated n8n Fleet supervisor workflow can be validated before creation.
|
|
140
|
-
- Agents continue local fallback behavior when n8n is unavailable.
|
|
@@ -1,335 +0,0 @@
|
|
|
1
|
-
# Operations
|
|
2
|
-
|
|
3
|
-
Running the hermes fleet day-to-day: provisioning, starting, stopping, retiring,
|
|
4
|
-
debugging.
|
|
5
|
-
|
|
6
|
-
## Provision a new agent
|
|
7
|
-
|
|
8
|
-
```bash
|
|
9
|
-
cd /path/to/the/project-repo # MUST be inside a git repo
|
|
10
|
-
copier copy gh:delorenj/hermes-agent-template ./agents/hermes/<role> \
|
|
11
|
-
--data target_repo=<repo-name> # REQUIRED — must match the parent repo name
|
|
12
|
-
--data role=<role> # pm | dev | review | ops | qa | ci | ...
|
|
13
|
-
--data agent_purpose="<one-liner>"
|
|
14
|
-
--data soul_tone=direct # direct | playful | formal | terse
|
|
15
|
-
--trust
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
`target_repo` MUST be supplied explicitly. The template no longer derives it
|
|
19
|
-
from `dst_path` (path-based regex was unreliable across relative vs absolute
|
|
20
|
-
invocations).
|
|
21
|
-
|
|
22
|
-
### What runs
|
|
23
|
-
|
|
24
|
-
| Step | What happens | Skippable via |
|
|
25
|
-
| --- | --- | --- |
|
|
26
|
-
| 00 banner | Print identity | n/a |
|
|
27
|
-
| 01 config | Seed `~/.config/hermes-agent-template/config.toml` from the shipped example if absent (see [Configuration](#configuration)) | n/a |
|
|
28
|
-
| 05 fleet env | Ensure `~/.hermes/fleet.env` exists (shared Hermes binary/repo/registry source-of-truth), populated from `config.toml` | n/a |
|
|
29
|
-
| 10 hermes profile | `hermes profile create <repo>-<role> --clone --no-alias` + mirror skills/plugins/hooks from default + symlink canonical runtime skills (`delonet-conventions`, `delonet-dotenv`, `hermes-pm-template-maintenance`, `hindsight`, `subagent-driven-development`) from `/home/delorenj/.agents/skills`; PM roles also seed `VOX_URL` in profile `.env` | n/a |
|
|
30
|
-
| 20 local runtime | Populate missing files from role-local `.runtime-scaffold/` into ignored `./runtime/`, symlink `~/.hermes/profiles/<id>` → runtime, and refuse stale project gitlinks/mappings; PM roles also link the Voxxy plugin and set `tts.provider: voxxy` | `SKIP_RUNTIME_REPO=1` |
|
|
31
|
-
| 30 telegram | Verify an invocation-supplied, profile-dedicated BotFather token; reject fleet reuse; write only to runtime/.env | `SKIP_TELEGRAM=1` |
|
|
32
|
-
| 31 slack | Disabled/deferred by default; verify a dedicated app+bot pair with `auth.test` and write it only to runtime/.env when explicitly enabled | `SKIP_SLACK=1` |
|
|
33
|
-
| 40 plane | Create Plane project in 33god workspace (1:1 with agent), patch identifier into role.yaml | `SKIP_PLANE=1` |
|
|
34
|
-
| 60 bloodbank | Compatibility checkpoint for fleet-shared routing; installs no files, dependencies, or services | `SKIP_BLOODBANK=1` remains a no-op |
|
|
35
|
-
| 70 systemd | Install user units: profile gateway and board-reconciliation heartbeat timer | `SKIP_SYSTEMD=1` |
|
|
36
|
-
| 80 registry | Append entry to ~/.hermes/agents-registry.yaml | n/a |
|
|
37
|
-
| 99 summary | Print summary | n/a |
|
|
38
|
-
|
|
39
|
-
Every step is idempotent — re-running the entire provisioning is safe. Each
|
|
40
|
-
step writes a `.done-NN-*` marker; delete that marker to force a re-run.
|
|
41
|
-
|
|
42
|
-
## Configuration
|
|
43
|
-
|
|
44
|
-
Environment-specific defaults are NOT hardcoded — they live in
|
|
45
|
-
`~/.config/hermes-agent-template/config.toml` (override the path with
|
|
46
|
-
`$HERMES_TEMPLATE_CONFIG`). Step `01 config` seeds it from the shipped
|
|
47
|
-
`config.example.toml` on first run. Every provisioning script and the generated
|
|
48
|
-
`hermes` launcher read it.
|
|
49
|
-
|
|
50
|
-
Resolution precedence for each value: **explicit env var → `~/.hermes/fleet.env`
|
|
51
|
-
→ `config.toml` → built-in fallback**. To retarget the whole template for a
|
|
52
|
-
different machine/user, edit this one file:
|
|
53
|
-
|
|
54
|
-
```toml
|
|
55
|
-
[fleet]
|
|
56
|
-
hermes_bin = "/path/to/hermes-agent/.venv/bin/hermes"
|
|
57
|
-
hermes_repo = "/path/to/hermes-agent"
|
|
58
|
-
hermes_git_url = "https://github.com/delorenj/hermes-agent.git"
|
|
59
|
-
hermes_git_ref = "feature/PJAN-19-routing-publication"
|
|
60
|
-
hermes_git_sha = "113e1b182b6d72a7dd02a191f134a41668ceaf0e"
|
|
61
|
-
oauth_file = "~/.hermes/auth.json"
|
|
62
|
-
codex_home = "~/.codex"
|
|
63
|
-
canonical_skills_dir = "/path/to/.agents/skills"
|
|
64
|
-
voxxy_plugin_dir = "~/code/voxxy/plugins/tts/voxxy"
|
|
65
|
-
vox_url = "https://vox.delo.sh"
|
|
66
|
-
|
|
67
|
-
[plane]
|
|
68
|
-
base = "https://plane.example.com"
|
|
69
|
-
workspace = "your-workspace"
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
`role.yaml` stores compatibility metadata for older generated roles, but the
|
|
73
|
-
current local-runtime provisioner does not use it for storage. Plane workspace
|
|
74
|
-
defaults are still filled from `config.toml`.
|
|
75
|
-
|
|
76
|
-
## Fleet source-of-truth
|
|
77
|
-
|
|
78
|
-
`~/.hermes/fleet.env` is the single shared pointer every generated launcher reads:
|
|
79
|
-
|
|
80
|
-
- `HERMES_FLEET_BIN` (the exact Hermes executable all agents use)
|
|
81
|
-
- `HERMES_FLEET_REPO` (the upstream/fork checkout you keep on the edge)
|
|
82
|
-
- `HERMES_FLEET_REGISTRY_FILE` (defaults to `~/.hermes/agents-registry.yaml`)
|
|
83
|
-
- `HERMES_FLEET_OAUTH_FILE` (shared Hermes provider OAuth store)
|
|
84
|
-
- `HERMES_FLEET_CODEX_HOME` (shared Codex CLI/app-server auth/config home)
|
|
85
|
-
|
|
86
|
-
If you `git pull`/sync the repo at `HERMES_FLEET_REPO` and rebuild/update that
|
|
87
|
-
same binary path, every wrapper benefits immediately with no per-agent edits.
|
|
88
|
-
For Codex auth, run `hermes auth add openai-codex` through any generated agent
|
|
89
|
-
launcher once; all agents using the same fleet env read the same Hermes OAuth
|
|
90
|
-
store afterward.
|
|
91
|
-
|
|
92
|
-
The reviewed runtime source is the `delorenj/hermes-agent` fork, publication
|
|
93
|
-
ref `feature/PJAN-19-routing-publication`, pinned at
|
|
94
|
-
`113e1b182b6d72a7dd02a191f134a41668ceaf0e`. `install-local.sh` performs a
|
|
95
|
-
single-branch clone, verifies the pin is on that ref, passes both `--branch` and
|
|
96
|
-
`--commit` to the checked-out installer, and refuses an existing checkout with
|
|
97
|
-
a different origin. It never fetches or writes upstream `main`.
|
|
98
|
-
|
|
99
|
-
To retrofit older provisioned agents onto this model, run:
|
|
100
|
-
|
|
101
|
-
```bash
|
|
102
|
-
cd /home/delorenj/code/hermes-agent-template
|
|
103
|
-
./scripts/backfill-fleet-sot.sh
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
Then audit legacy consumers before relying on the fleet-shared Bloodbank
|
|
107
|
-
gateway:
|
|
108
|
-
|
|
109
|
-
```bash
|
|
110
|
-
./scripts/fleet-sync.sh
|
|
111
|
-
./scripts/fleet-sync.sh --apply
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
Any active, enabled, installed, or registry-declared
|
|
115
|
-
`hermes-<agent>-consumer.service` is unhealthy drift. Apply mode disables and
|
|
116
|
-
stops it, proves the unit is explicitly `inactive` and `disabled`, then removes
|
|
117
|
-
the unit, reloads user systemd, and removes the legacy registry metadata. A
|
|
118
|
-
user-manager/query error, failed disable, or ambiguous post-disable state fails
|
|
119
|
-
closed and preserves both the unit file and registry metadata. The same cleanup
|
|
120
|
-
runs in step 70 before its done marker is honored.
|
|
121
|
-
|
|
122
|
-
Fleet registry and chat identity changes share `${registry_file}.lock`. `flock`
|
|
123
|
-
owns the lock in the kernel (an on-disk lock file surviving a crash is safe),
|
|
124
|
-
while atomic replace prevents partial YAML. Registry and lock files are mode
|
|
125
|
-
`0600`; symlink targets are refused. Registry and profile-local credential
|
|
126
|
-
replacements also sync the containing directory where the platform supports it.
|
|
127
|
-
Unexpected directory-sync errors are reported as failures without marking the
|
|
128
|
-
step complete, so rerunning the idempotent provisioning step is safe.
|
|
129
|
-
|
|
130
|
-
## Start the daemons for an agent
|
|
131
|
-
|
|
132
|
-
```bash
|
|
133
|
-
AGENT=bloodbank-pm
|
|
134
|
-
systemctl --user start hermes-${AGENT}-heartbeat.timer
|
|
135
|
-
|
|
136
|
-
# Gateway will fail to start until at least one messaging platform is wired.
|
|
137
|
-
# After running .scripts/30-telegram.sh or .scripts/31-slack.sh:
|
|
138
|
-
systemctl --user start hermes-${AGENT}-gateway.service
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
## Talk to an agent
|
|
142
|
-
|
|
143
|
-
| Channel | How |
|
|
144
|
-
| --- | --- |
|
|
145
|
-
| Telegram | DM `@<repo>_<role>_bot` (once Telegram is wired) |
|
|
146
|
-
| Slack | DM or mention the verified per-agent Slack bot (once Slack is wired) |
|
|
147
|
-
| Local CLI | `./agents/hermes/<role>/hermes chat "..."` |
|
|
148
|
-
| Bloodbank | Publish to `bloodbank.cmd.v1.agent.invocation.start` with `data.target_agent_id = <agent_id>` |
|
|
149
|
-
|
|
150
|
-
## Inspect fleet state
|
|
151
|
-
|
|
152
|
-
```bash
|
|
153
|
-
python3 - <<'EOF'
|
|
154
|
-
import yaml, pathlib
|
|
155
|
-
agents = yaml.safe_load(pathlib.Path.home().joinpath('.hermes/agents-registry.yaml').read_text())['agents']
|
|
156
|
-
for k, v in agents.items():
|
|
157
|
-
print(f"{k:25s} @{v['telegram']['bot_username']:30s} plane={v['plane']['identifier']} runtime=gh:{v['runtime_repo']}")
|
|
158
|
-
EOF
|
|
159
|
-
|
|
160
|
-
# Service status
|
|
161
|
-
systemctl --user list-units --state=active 'hermes-*'
|
|
162
|
-
systemctl --user list-timers 'hermes-*'
|
|
163
|
-
|
|
164
|
-
# Bloodbank routing identity consumed by the fleet-shared gateway
|
|
165
|
-
python3 -c "import yaml,pathlib; print(yaml.safe_load(pathlib.Path.home().joinpath('.hermes/agents-registry.yaml').read_text())['agents']['<agent-id>']['bloodbank'])"
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
## Deferred manual steps (one-time per agent)
|
|
169
|
-
|
|
170
|
-
### Telegram bot
|
|
171
|
-
|
|
172
|
-
1. Open Telegram, message `@BotFather`
|
|
173
|
-
2. `/newbot`, display name `<Repo> <ROLE>`, username `<repo>_<role>_bot`
|
|
174
|
-
3. Copy the HTTP API token
|
|
175
|
-
4. `/setjoingroups Disable`, `/setprivacy Disable`
|
|
176
|
-
5. Re-run the wire-up step:
|
|
177
|
-
```bash
|
|
178
|
-
cd <project>/agents/hermes/<role>
|
|
179
|
-
rm .scripts/.done-30-telegram
|
|
180
|
-
TELEGRAM_BOT_TOKEN='<bot-id>:<secret>' \
|
|
181
|
-
TELEGRAM_ALLOWED_USERS='<your-user-id>' \
|
|
182
|
-
SKIP_TELEGRAM=0 ./.scripts/30-telegram.sh
|
|
183
|
-
systemctl --user restart hermes-<agent-id>-gateway.service
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
The token is captured before shared fleet configuration is loaded, verified
|
|
187
|
-
through Telegram `getMe`, checked against local token and bot-identity owners,
|
|
188
|
-
and atomically written only to the profile's gitignored `runtime/.env` with
|
|
189
|
-
mode `0600`. `~/.hermes/fleet.env` and `~/.hermes/.env` must not contain
|
|
190
|
-
`TELEGRAM_BOT_TOKEN`; the manifest and registry store only verified bot
|
|
191
|
-
identity metadata. `TELEGRAM_ALLOWED_USERS` is non-secret and may be shared.
|
|
192
|
-
|
|
193
|
-
### Slack app and bot (opt-in)
|
|
194
|
-
|
|
195
|
-
Slack remains deferred unless `ENABLE_SLACK=1` (also accepts
|
|
196
|
-
`WIRE_SLACK=1`) is set or both credentials are supplied. Each enabled agent
|
|
197
|
-
must have its own Slack app-level Socket Mode token and bot token; neither may
|
|
198
|
-
be reused by another profile.
|
|
199
|
-
|
|
200
|
-
```bash
|
|
201
|
-
cd <project>/agents/hermes/<role>
|
|
202
|
-
ENABLE_SLACK=1 \
|
|
203
|
-
SLACK_BOT_TOKEN='xoxb-...' \
|
|
204
|
-
SLACK_APP_TOKEN='xapp-...' \
|
|
205
|
-
SLACK_ALLOWED_USERS='U01ABC2DEF3' \
|
|
206
|
-
./.scripts/31-slack.sh
|
|
207
|
-
systemctl --user restart hermes-<agent-id>-gateway.service
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
The step calls Slack's read-only `auth.test` endpoint for the bot token, checks
|
|
211
|
-
the local fleet for token or bot-identity reuse, and records only the verified
|
|
212
|
-
workspace/bot identity in `role.yaml` and the fleet registry. Tokens are
|
|
213
|
-
atomically written to the agent's gitignored `runtime/.env` with mode `0600`.
|
|
214
|
-
They must never be placed in `~/.hermes/.env` or `~/.hermes/fleet.env`.
|
|
215
|
-
|
|
216
|
-
`SLACK_ALLOWED_USERS` is non-secret and may instead be set in `fleet.env` as a
|
|
217
|
-
shared policy. An empty allow-list is safe but denies all inbound Slack users.
|
|
218
|
-
|
|
219
|
-
## Back up and restore an agent
|
|
220
|
-
|
|
221
|
-
The template does **not** ship automatic backup for the ignored
|
|
222
|
-
`agents/hermes/<role>/runtime/` directory. A project clone recreates the
|
|
223
|
-
tracked role and its empty scaffold, not accumulated local state. Configure an
|
|
224
|
-
encrypted filesystem backup or snapshot that includes the exact runtime path
|
|
225
|
-
before treating the agent as recoverable.
|
|
226
|
-
|
|
227
|
-
For a manual transfer, create a private archive, copy it to operator-managed
|
|
228
|
-
encrypted storage, and verify both the checksum and readable member list:
|
|
229
|
-
|
|
230
|
-
```bash
|
|
231
|
-
PROJECT=/absolute/path/to/project
|
|
232
|
-
ROLE=pm
|
|
233
|
-
BACKUP_DIR="$HOME/.local/state/hermes-runtime-backups"
|
|
234
|
-
mkdir -p -m 0700 "$BACKUP_DIR"
|
|
235
|
-
BACKUP="$BACKUP_DIR/$(basename "$PROJECT")-${ROLE}-$(date -u +%Y%m%dT%H%M%SZ).tar.gz"
|
|
236
|
-
tar -C "$PROJECT" -czf "$BACKUP" "agents/hermes/${ROLE}/runtime"
|
|
237
|
-
chmod 0600 "$BACKUP"
|
|
238
|
-
sha256sum "$BACKUP" > "${BACKUP}.sha256"
|
|
239
|
-
sha256sum -c "${BACKUP}.sha256"
|
|
240
|
-
tar -tzf "$BACKUP" >/dev/null
|
|
241
|
-
```
|
|
242
|
-
|
|
243
|
-
That archive may contain credentials and private conversations. It is not an
|
|
244
|
-
off-host backup until it has been copied to encrypted storage controlled by the
|
|
245
|
-
operator and independently verified there.
|
|
246
|
-
|
|
247
|
-
Recovery sources are intentionally distinct:
|
|
248
|
-
|
|
249
|
-
- The verified filesystem backup is the only complete source for local config,
|
|
250
|
-
sessions, databases, skills, and other runtime files.
|
|
251
|
-
- Hindsight can restore only memories/events that were previously written to
|
|
252
|
-
its remote bank. It is not a backup of the runtime directory.
|
|
253
|
-
- The secret manager can restore only credentials deliberately stored there;
|
|
254
|
-
it does not contain memories, sessions, or local configuration by default.
|
|
255
|
-
- Re-running provisioning restores the scaffold and service definitions, not
|
|
256
|
-
learned state.
|
|
257
|
-
|
|
258
|
-
Restore the project and provision the role first. With its services stopped,
|
|
259
|
-
extract the verified archive at the project root, confirm the profile symlink
|
|
260
|
-
targets the restored runtime, then enable the services.
|
|
261
|
-
|
|
262
|
-
## Retire an agent (preserves runtime by default)
|
|
263
|
-
|
|
264
|
-
Retirement stops external behavior and detaches the profile while preserving
|
|
265
|
-
the role directory and every runtime byte. Do not use a profile command whose
|
|
266
|
-
deletion behavior is unknown.
|
|
267
|
-
|
|
268
|
-
```bash
|
|
269
|
-
PROJECT=/absolute/path/to/project
|
|
270
|
-
ROLE=pm
|
|
271
|
-
AGENT=bloodbank-pm
|
|
272
|
-
RUNTIME="$PROJECT/agents/hermes/$ROLE/runtime"
|
|
273
|
-
PROFILE="$HOME/.hermes/profiles/$AGENT"
|
|
274
|
-
|
|
275
|
-
systemctl --user disable --now "hermes-${AGENT}-gateway.service"
|
|
276
|
-
systemctl --user disable --now "hermes-${AGENT}-heartbeat.timer"
|
|
277
|
-
|
|
278
|
-
# Detach only the expected symlink. Never follow it into the runtime.
|
|
279
|
-
test -L "$PROFILE"
|
|
280
|
-
test "$(readlink -f -- "$PROFILE")" = "$(readlink -f -- "$RUNTIME")"
|
|
281
|
-
unlink -- "$PROFILE"
|
|
282
|
-
|
|
283
|
-
# Archive the Plane project and retire Telegram/Slack identities through their
|
|
284
|
-
# administrative UIs, then remove the fleet registry entry under its lock.
|
|
285
|
-
# The runtime directory remains in place.
|
|
286
|
-
test -d "$RUNTIME"
|
|
287
|
-
```
|
|
288
|
-
|
|
289
|
-
### Runtime retention after retirement
|
|
290
|
-
|
|
291
|
-
Profile and service retirement always preserves the local runtime. This
|
|
292
|
-
release intentionally provides no automated runtime purge, and this operations
|
|
293
|
-
guide supplies no deletion recipe.
|
|
294
|
-
|
|
295
|
-
Any purge is a separate future operator-retention process. It requires a
|
|
296
|
-
separately reviewed, path-safe tool that canonicalizes both the repository root
|
|
297
|
-
and role path, refuses ambiguous or linked targets, and verifies that the
|
|
298
|
-
backup archive contains the expected runtime members before it can remove any
|
|
299
|
-
data. Until such a tool is reviewed and shipped, preserve the runtime.
|
|
300
|
-
|
|
301
|
-
Removing the tracked role scaffold is a different project change and is not
|
|
302
|
-
part of profile or service retirement.
|
|
303
|
-
|
|
304
|
-
## Troubleshooting
|
|
305
|
-
|
|
306
|
-
### Gateway service fails immediately
|
|
307
|
-
- Check `~/.hermes/profiles/<agent>/.env` has `TELEGRAM_BOT_TOKEN` set
|
|
308
|
-
- `journalctl --user -u hermes-<agent>-gateway.service`
|
|
309
|
-
- If "all configured messaging platforms failed to connect" — Telegram step wasn't run yet. Run `.scripts/30-telegram.sh` first.
|
|
310
|
-
|
|
311
|
-
### Bloodbank command not reaching an agent
|
|
312
|
-
- Confirm the fleet registry entry has `bloodbank.gateway_scope: fleet`
|
|
313
|
-
- Confirm its `bloodbank.target_agent_id` exactly matches the command's
|
|
314
|
-
`data.target_agent_id`
|
|
315
|
-
- Inspect the fleet-shared Bloodbank gateway; there is intentionally no
|
|
316
|
-
`hermes-<agent>-consumer.service` or runtime inbox to repair
|
|
317
|
-
|
|
318
|
-
### Runtime changes are not appearing in Hindsight or backups
|
|
319
|
-
|
|
320
|
-
Pure-local runtime changes are not synchronized by the heartbeat.
|
|
321
|
-
- Look at the most recent heartbeat log: `tail <role>/runtime/logs/heartbeat.log`
|
|
322
|
-
- Verify the configured filesystem backup includes the exact runtime path and
|
|
323
|
-
successfully restore-test its latest snapshot.
|
|
324
|
-
- Query Hindsight separately for the agent bank; only events already written
|
|
325
|
-
there are recoverable from Hindsight.
|
|
326
|
-
- Check the secret manager separately for the profile credentials you chose to
|
|
327
|
-
store there.
|
|
328
|
-
|
|
329
|
-
### Profile dir contains nested `profiles/profiles/...`
|
|
330
|
-
- That was a `--clone-all` bug; current provisioning uses `--clone`. Preserve
|
|
331
|
-
the profile and runtime, inspect the unexpected nesting, and move only the
|
|
332
|
-
confirmed redundant entries to a quarantine directory for review.
|
|
333
|
-
|
|
334
|
-
### `hermes` launcher complains about HERMES_BIN
|
|
335
|
-
- Check the launcher script: `./agents/hermes/<role>/hermes` falls back to `$HOME/.hermes/hermes-agent/.venv/bin/hermes` (after `$HERMES_BIN`, `fleet.env`, and config.toml). Override with `HERMES_BIN=/path/to/hermes ./agents/hermes/pm/hermes status`.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Historical runbook: retired checkpoint architecture
|
|
2
|
-
|
|
3
|
-
Status: Historical evidence only — **do not execute**
|
|
4
|
-
|
|
5
|
-
This page formerly described recovery for an older per-agent persistence
|
|
6
|
-
design. That design is not the current Hermes template contract, and its
|
|
7
|
-
commands have intentionally been removed so an operator cannot mistake them
|
|
8
|
-
for a supported repair procedure.
|
|
9
|
-
|
|
10
|
-
Current agents use an ignored, pure-local
|
|
11
|
-
`agents/hermes/<role>/runtime/` directory. Provisioning refuses stale project
|
|
12
|
-
gitlinks or mappings at that exact path and preserves all existing runtime
|
|
13
|
-
bytes. The heartbeat performs board reconciliation; it is not the runtime
|
|
14
|
-
backup mechanism.
|
|
15
|
-
|
|
16
|
-
For current recovery and retirement procedures, use
|
|
17
|
-
[Operations](../operations.md#back-up-and-restore-an-agent). In particular:
|
|
18
|
-
|
|
19
|
-
- configure and verify an encrypted filesystem backup for the exact runtime
|
|
20
|
-
path;
|
|
21
|
-
- treat Hindsight as recovery for only the memories/events previously written
|
|
22
|
-
to its bank;
|
|
23
|
-
- treat the secret manager as recovery for only credentials deliberately
|
|
24
|
-
stored there;
|
|
25
|
-
- retire services and profile links without removing runtime data; and
|
|
26
|
-
- preserve retired runtime data because this release intentionally ships no
|
|
27
|
-
automated purge; any future purge requires a separately reviewed path-safe
|
|
28
|
-
tool and a verified off-host backup.
|
|
29
|
-
|
|
30
|
-
The earlier procedure remains recoverable from repository history for incident
|
|
31
|
-
forensics. Repository history is evidence, not an active operator interface.
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
# Heartbeat sentinel — developer handoff
|
|
2
|
-
|
|
3
|
-
This guide is the entry point for continuing development of the **PM's heartbeat
|
|
4
|
-
sentinel**: a provider-agnostic, always-on ticket-reconciliation engine with an
|
|
5
|
-
autonomous adversarial review (act, do not wait). It is owned by the unified
|
|
6
|
-
`pm` role and runs out-of-band on the PM's heartbeat timer. Read this first,
|
|
7
|
-
then follow the links to the deeper guides. It's written so a Hermes agent (or a
|
|
8
|
-
human) can pick up the work without prior context.
|
|
9
|
-
|
|
10
|
-
## What the heartbeat sentinel is
|
|
11
|
-
|
|
12
|
-
The sentinel is the PM's continuous board-reconciliation loop, and its job is to
|
|
13
|
-
keep a project moving: it makes sure exactly one implementation worker is
|
|
14
|
-
advancing a ready ticket, or it records why none can. When a ticket reaches the
|
|
15
|
-
review lane, it runs an independent, rigorous **adversarial review** and acts on
|
|
16
|
-
the verdict autonomously — never parking work to wait on the operator. If the
|
|
17
|
-
work hasn't drifted from the operator's locked intent and clears the gate, the
|
|
18
|
-
review is `accepted`: the loop treats the ticket as done, unblocks dependents,
|
|
19
|
-
and emits a decision event. A real finding is `held` and the ticket goes back to
|
|
20
|
-
active.
|
|
21
|
-
|
|
22
|
-
There is no longer a separate `scrum-master` role; the sentinel folded into the
|
|
23
|
-
PM and now runs as the PM's **heartbeat** systemd-timer tick
|
|
24
|
-
(`.scripts/heartbeat.sh`). Under the pure-local runtime contract this timer
|
|
25
|
-
performs board reconciliation only. The engine itself lives under the PM at
|
|
26
|
-
`.scripts/sentinel/`.
|
|
27
|
-
|
|
28
|
-
It talks to the ticket board through a pluggable adapter, so the same engine
|
|
29
|
-
runs on Linear, Plane, or Trello. The engine lives once in this template (the
|
|
30
|
-
single source of truth) and propagates to every deployment with
|
|
31
|
-
`copier update`.
|
|
32
|
-
|
|
33
|
-
## Status at handoff
|
|
34
|
-
|
|
35
|
-
The following is true as of June 1, 2026.
|
|
36
|
-
|
|
37
|
-
- The engine, the provider abstraction, and the autonomous adversarial-review
|
|
38
|
-
enforcement are built, syntax-clean, and validated offline with a mock
|
|
39
|
-
provider.
|
|
40
|
-
- The **Linear** adapter is verified live against a real board (a real
|
|
41
|
-
`DEL` team: `resolve`, `list_issues` returning 93 issues, and `get_issue`).
|
|
42
|
-
- The **Plane** adapter is verified live against a real workspace
|
|
43
|
-
(`resolve`, `list_issues`, `get_issue`, `comment`, and a
|
|
44
|
-
`transition` to `completed` on a disposable issue).
|
|
45
|
-
- The **Trello** adapter is implemented against the same contract but is
|
|
46
|
-
**not** yet verified against a live board.
|
|
47
|
-
- The heartbeat runner uses `flock` on Linux and an atomic `mkdir` lock on macOS
|
|
48
|
-
so concurrent ticks never overlap. The systemd timer (Linux) is the primary
|
|
49
|
-
scheduler; a `launchd` agent covers macOS.
|
|
50
|
-
|
|
51
|
-
## Quick local install
|
|
52
|
-
|
|
53
|
-
For a local, single-machine install (no Telegram and no NATS), use the
|
|
54
|
-
one-command bootstrap. From inside the target project:
|
|
55
|
-
|
|
56
|
-
```bash
|
|
57
|
-
export PLANE_API_KEY=<key> # or LINEAR_API_KEY / TRELLO_KEY + TRELLO_TOKEN
|
|
58
|
-
curl -fsSL https://raw.githubusercontent.com/delorenj/hermes-agent-template/main/install-local.sh | sh
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
It installs `hermes` and `copier` if missing, writes a host-correct local
|
|
62
|
-
config, provisions the `pm` role, binds the PM to an existing board, and
|
|
63
|
-
installs the PM's heartbeat timer (`systemd` on Linux, `launchd` agent on
|
|
64
|
-
macOS). See [Development guide: local install](development.md#local-install-one-command).
|
|
65
|
-
|
|
66
|
-
<!-- prettier-ignore -->
|
|
67
|
-
> [!IMPORTANT]
|
|
68
|
-
> Full provisioning is outward-facing. It can configure a Telegram bot and a
|
|
69
|
-
> Plane project, and the Telegram step is interactive. Use `install-local.sh`
|
|
70
|
-
> or the `SKIP_*` flags described in
|
|
71
|
-
> [Development guide:
|
|
72
|
-
> provisioning](development.md#provisioning-the-pm-manual) for local or lean
|
|
73
|
-
> installs.
|
|
74
|
-
|
|
75
|
-
## Where the pieces live
|
|
76
|
-
|
|
77
|
-
All paths are relative to the repository root.
|
|
78
|
-
|
|
79
|
-
| Path | What it is |
|
|
80
|
-
| --- | --- |
|
|
81
|
-
| `copier.yml` | Questions (`role`, `ticket_provider`) and the `_tasks` provisioning chain. |
|
|
82
|
-
| `template/role.yaml.jinja` | The rendered role manifest, including the `ticket_provider` binding and the `reconcile` knobs (`grace_hours`, `auto_review`). |
|
|
83
|
-
| `template/.scripts/lib/ticket-provider.sh` | The adapter dispatcher (`tp`). The engine's only seam to a ticket system. |
|
|
84
|
-
| `template/.scripts/providers/{linear,plane,trello}.sh` | The provider adapters. |
|
|
85
|
-
| `template/.scripts/42-ticket-provider.sh` | Provisioning step that resolves or creates the board. |
|
|
86
|
-
| `template/.scripts/70-systemd.sh` | Provisioning step that installs the profile gateway and board-reconciliation `heartbeat` timer. |
|
|
87
|
-
| `install-local.sh` | One-command local install (no cloud, macOS + Linux). |
|
|
88
|
-
| `template/.scripts/heartbeat.sh` | The heartbeat runner: sentinel full-pass dispatch with its own cooldown and lock. |
|
|
89
|
-
| `template/.scripts/sentinel.prompt.md.jinja` | The prompt the runner feeds to Hermes for a full reconciliation pass (rendered to `.scripts/sentinel.prompt.md`). |
|
|
90
|
-
| `template/.scripts/sentinel/bin/` | Enforcement tools: `issue-autonomous-review.sh`, `issue-close-gate.sh`, `emit-event.py`. |
|
|
91
|
-
| `template/.scripts/sentinel/docs/` | Runtime protocol docs shipped to each deployment. |
|
|
92
|
-
|
|
93
|
-
The `docs/sentinel/` directory you're reading now holds the **developer**
|
|
94
|
-
docs for this template. The `template/.scripts/sentinel/docs/` directory
|
|
95
|
-
holds the **runtime** protocol docs that ship into each provisioned project for
|
|
96
|
-
the agent to read at run time. Keep the two in sync when behavior changes.
|
|
97
|
-
|
|
98
|
-
## Read next
|
|
99
|
-
|
|
100
|
-
- [Architecture](architecture.md): how the engine, the adapter contract, the
|
|
101
|
-
normalized states, and the autonomous adversarial review fit together.
|
|
102
|
-
- [Providers](providers.md): the adapter contract reference and a step-by-step
|
|
103
|
-
guide to adding or verifying a provider.
|
|
104
|
-
- [Development guide](development.md): the edit, validate, and propagate
|
|
105
|
-
workflow; provisioning and its `SKIP_*` flags; known gotchas; and the open
|
|
106
|
-
roadmap.
|
|
107
|
-
|
|
108
|
-
## Next steps for the incoming agent
|
|
109
|
-
|
|
110
|
-
The highest-value open work, in order:
|
|
111
|
-
|
|
112
|
-
1. Live-verify the **Trello** adapter against a real board (Linear and Plane are
|
|
113
|
-
done). See [Providers: verifying an
|
|
114
|
-
adapter](providers.md#verifying-an-adapter-against-a-live-board).
|
|
115
|
-
2. Confirm `install-local.sh` on a real macOS machine. The Linux path and the
|
|
116
|
-
Plane adapter are verified; the macOS `launchd` agent and `mkdir` lock get
|
|
117
|
-
their first real run on a Mac.
|
|
118
|
-
3. Confirm the first full Hermes reconciliation pass on a freshly provisioned PM
|
|
119
|
-
reconciles the board cleanly.
|