create-byan-agent 2.6.2 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +196 -608
- package/LICENSE +1 -1
- package/README.md +199 -311
- package/bin/create-byan-agent-backup.js +220 -0
- package/{install/bin → bin}/create-byan-agent-v2.js +133 -0
- package/package.json +29 -59
- package/src/byan-v2/context/session-state.js +1 -17
- package/src/byan-v2/generation/templates/default-agent.md +1 -1
- package/src/byan-v2/index.js +5 -612
- package/src/byan-v2/orchestrator/interview-state.js +3 -85
- package/src/byan-v2/orchestrator/state-machine.js +9 -58
- package/src/index.js +1 -1
- package/templates/_byan/byan-soul-reference.md +336 -0
- package/templates/_byan/byan-tao-reference.md +279 -0
- package/templates/_byan/creator-soul-template.md +69 -0
- package/templates/_byan/creator-soul.md +111 -0
- package/templates/_byan/soul-memory-reference.md +100 -0
- package/templates/_byan/soul-memory-template.md +41 -0
- package/templates/_byan/soul-template.md +85 -0
- package/API-BYAN-V2.md +0 -741
- package/BMAD-QUICK-REFERENCE.md +0 -370
- package/CHANGELOG-v2.1.0.md +0 -371
- package/MIGRATION-v2.0-to-v2.1.md +0 -430
- package/README-BYAN-V2.md +0 -446
- package/TEST-GUIDE-v2.3.2.md +0 -161
- package/install/BUGFIX-SUMMARY.txt +0 -91
- package/install/DEPLOYMENT-GUIDE-V2.md +0 -431
- package/install/DOCS-INDEX.md +0 -261
- package/install/FINAL-REPORT.md +0 -594
- package/install/GUIDE-INSTALLATION-BYAN-SIMPLE.md +0 -1083
- package/install/GUIDE-INSTALLATION-SIMPLE.md +0 -344
- package/install/HERMES-GUIDE.md +0 -410
- package/install/INSTALLER-V2-CHANGES.md +0 -472
- package/install/LICENSE +0 -21
- package/install/MARC-COMMANDS-CHEAT-SHEET.md +0 -454
- package/install/MARC-INDEX.md +0 -476
- package/install/MARC-PRE-PUBLICATION-CHECKLIST.md +0 -293
- package/install/PUBLICATION-CHECKLIST.md +0 -265
- package/install/PUBLISH-GUIDE.md +0 -190
- package/install/QUICKSTART.md +0 -311
- package/install/README-NPM-PUBLISH.md +0 -298
- package/install/README-NPM-SHORT.md +0 -298
- package/install/README-NPM.md +0 -433
- package/install/README-RACHID.md +0 -302
- package/install/README-V2-INDEX.md +0 -306
- package/install/README.md +0 -298
- package/install/RESUME-EXECUTIF-YAN.md +0 -408
- package/install/UPDATE-SUMMARY.md +0 -205
- package/install/install.sh +0 -239
- package/install/jest.config.js +0 -33
- package/install/lib/domain-questions.js +0 -235
- package/install/lib/errors.js +0 -61
- package/install/lib/exit-codes.js +0 -54
- package/install/lib/phase2-chat.js +0 -534
- package/install/lib/platforms/claude-code.js +0 -196
- package/install/lib/platforms/codex.js +0 -92
- package/install/lib/platforms/copilot-cli.js +0 -123
- package/install/lib/platforms/index.js +0 -14
- package/install/lib/platforms/vscode.js +0 -51
- package/install/lib/project-agents-generator.js +0 -238
- package/install/lib/utils/config-loader.js +0 -79
- package/install/lib/utils/file-utils.js +0 -104
- package/install/lib/utils/git-detector.js +0 -35
- package/install/lib/utils/logger.js +0 -64
- package/install/lib/utils/node-detector.js +0 -58
- package/install/lib/utils/os-detector.js +0 -74
- package/install/lib/utils/yaml-utils.js +0 -87
- package/install/lib/yanstaller/agent-launcher.js +0 -348
- package/install/lib/yanstaller/detector.js +0 -141
- package/install/lib/yanstaller/index.js +0 -139
- package/install/lib/yanstaller/installer.js +0 -140
- package/install/lib/yanstaller/interviewer.js +0 -88
- package/install/lib/yanstaller/platform-selector.js +0 -328
- package/install/lib/yanstaller/recommender.js +0 -102
- package/install/lib/yanstaller/troubleshooter.js +0 -89
- package/install/lib/yanstaller/validator.js +0 -198
- package/install/lib/yanstaller/wizard.js +0 -109
- package/install/package-npm.json +0 -55
- package/install/package.json +0 -63
- package/install/setup-turbo-whisper.js +0 -687
- package/install/src/byan-v2/context/copilot-context.js +0 -79
- package/install/src/byan-v2/context/session-state.js +0 -98
- package/install/src/byan-v2/dispatcher/complexity-scorer.js +0 -232
- package/install/src/byan-v2/dispatcher/local-executor.js +0 -221
- package/install/src/byan-v2/dispatcher/task-router.js +0 -122
- package/install/src/byan-v2/dispatcher/task-tool-interface-mock.js +0 -134
- package/install/src/byan-v2/dispatcher/task-tool-interface.js +0 -123
- package/install/src/byan-v2/generation/agent-profile-validator.js +0 -113
- package/install/src/byan-v2/generation/profile-template.js +0 -113
- package/install/src/byan-v2/generation/templates/default-agent.md +0 -49
- package/install/src/byan-v2/generation/templates/test-template.md +0 -1
- package/install/src/byan-v2/index.js +0 -199
- package/install/src/byan-v2/observability/error-tracker.js +0 -105
- package/install/src/byan-v2/observability/logger.js +0 -154
- package/install/src/byan-v2/observability/metrics-collector.js +0 -194
- package/install/src/byan-v2/orchestrator/analysis-state.js +0 -268
- package/install/src/byan-v2/orchestrator/generation-state.js +0 -340
- package/install/src/byan-v2/orchestrator/interview-state.js +0 -271
- package/install/src/byan-v2/orchestrator/state-machine.js +0 -204
- package/install/src/core/cache/cache.js +0 -126
- package/install/src/core/context/context.js +0 -86
- package/install/src/core/dispatcher/dispatcher.js +0 -135
- package/install/src/core/worker-pool/worker-pool.js +0 -194
- package/install/src/core/workflow/workflow-executor.js +0 -220
- package/install/src/index.js +0 -139
- package/install/src/observability/dashboard/dashboard.js +0 -191
- package/install/src/observability/logger/structured-logger.js +0 -254
- package/install/src/observability/metrics/metrics-collector.js +0 -325
- package/install/switch-to-v2.sh +0 -126
- package/install/test-chalk-fix.sh +0 -210
- package/install/test-installer-v2.sh +0 -204
- package/install/test-path-resolution.sh +0 -200
- package/src/byan-v2/data/mantras.json +0 -852
- package/src/byan-v2/dispatcher/five-whys-analyzer.js +0 -319
- package/src/byan-v2/elo/challenge-evaluator.js +0 -121
- package/src/byan-v2/elo/domain-config.js +0 -129
- package/src/byan-v2/elo/elo-store.js +0 -159
- package/src/byan-v2/elo/glicko2.js +0 -105
- package/src/byan-v2/elo/index.js +0 -163
- package/src/byan-v2/elo/llm-router.js +0 -47
- package/src/byan-v2/elo/pedagogy-layer.js +0 -170
- package/src/byan-v2/fact-check/claim-parser.js +0 -51
- package/src/byan-v2/fact-check/fact-sheet.js +0 -96
- package/src/byan-v2/fact-check/index.js +0 -263
- package/src/byan-v2/fact-check/knowledge-graph.js +0 -152
- package/src/byan-v2/fact-check/level-scorer.js +0 -45
- package/src/byan-v2/generation/mantra-validator.js +0 -416
- package/src/byan-v2/integration/voice-integration.js +0 -295
- package/src/byan-v2/orchestrator/active-listener.js +0 -541
- package/src/byan-v2/orchestrator/glossary-builder.js +0 -438
- package/update-byan-agent/README.md +0 -165
- package/update-byan-agent/bin/update-byan-agent.js +0 -303
- /package/{install/bin → bin}/create-byan-agent-fixed.js +0 -0
- /package/{install/bin → bin}/create-byan-agent.js +0 -0
- /package/{install/templates → templates}/.claude/CLAUDE.md +0 -0
- /package/{install/templates → templates}/.claude/rules/byan-agents.md +0 -0
- /package/{install/templates → templates}/.claude/rules/elo-trust.md +0 -0
- /package/{install/templates → templates}/.claude/rules/fact-check.md +0 -0
- /package/{install/templates → templates}/.claude/rules/hermes-dispatcher.md +0 -0
- /package/{install/templates → templates}/.claude/rules/merise-agile.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmad-master.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-agent-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-module-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmb-workflow-builder.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-analyst.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-architect.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-dev.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-pm.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-quinn.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-sm.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-tech-writer.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-bmm-ux-designer.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-byan-test.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-byan.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-carmack.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-brainstorming-coach.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-creative-problem-solver.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-design-thinking-coach.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-innovation-strategist.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-presentation-master.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-cis-storyteller.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-claude.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-codex.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-jimmy.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-marc.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-mike.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-patnote.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-rachid.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-tea-tea.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-test-dynamic.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-interview.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller-phase2.md +0 -0
- /package/{install/templates → templates}/.github/agents/bmad-agent-yanstaller.md +0 -0
- /package/{install/templates → templates}/.github/agents/franck.md +0 -0
- /package/{install/templates → templates}/.github/agents/hermes.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/agent-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/byan.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/marc.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/module-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/patnote.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/agents/workflow-builder.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/mantras.yaml +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/data/templates.yaml +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/delete-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/quick-create-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/templates/base-agent-template.md +0 -0
- /package/{install/templates → templates}/_bmad/bmb/workflows/byan/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_bmad/core/agents/carmack.md +0 -0
- /package/{install/templates → templates}/_byan/COMPLETION-REPORT.md +0 -0
- /package/{install/templates → templates}/_byan/_config/agent-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-agent-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-module-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmb-workflow-builder.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-analyst.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-architect.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-dev.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-pm.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-quick-flow-solo-dev.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-quinn.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-sm.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-tech-writer.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/bmm-ux-designer.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/byan.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-brainstorming-coach.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-creative-problem-solver.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-design-thinking-coach.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-innovation-strategist.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-presentation-master.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/cis-storyteller.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/core-bmad-master.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/agents/tea-tea.customize.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/bmad-help.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/files-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/ides/codex.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/manifest.yaml +0 -0
- /package/{install/templates → templates}/_byan/_config/task-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/tool-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_config/workflow-manifest.csv +0 -0
- /package/{install/templates → templates}/_byan/_memory/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/stories-told.md +0 -0
- /package/{install/templates → templates}/_byan/_memory/storyteller-sidecar/story-preferences.md +0 -0
- /package/{install/templates → templates}/_byan/_memory/tech-writer-sidecar/documentation-standards.md +0 -0
- /package/{install/templates → templates}/_byan/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_byan/agents/byan.md +0 -0
- /package/{install/templates → templates}/_byan/agents/jimmy.md +0 -0
- /package/{install/templates → templates}/_byan/agents/marc.md +0 -0
- /package/{install/templates → templates}/_byan/agents/mike.md +0 -0
- /package/{install/templates → templates}/_byan/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_byan/agents/turbo-whisper.md +0 -0
- /package/{install/templates → templates}/_byan/agents/yanstaller.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/agent-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan-test.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized-v2.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/byan.optimized.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/claude.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/codex.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/drawio.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/marc.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/module-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/patnote.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/rachid.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/turbo-whisper-integration.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/agents/workflow-builder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-compilation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-menu-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/agent-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/brainstorm-context.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/communication-presets.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/critical-actions.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/expert-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/module-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/persona-properties.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/principles-crafting.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/reference/module-examples/architect.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/simple-agent-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/data/understanding-agent-types.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-01-brainstorm.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-03-type-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-04-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-05-commands-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-06-activation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07a-build-simple.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07b-build-expert.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-07c-build-module.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-c/step-08-celebrate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-01-load-existing.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-02-discover-edits.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-03-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-04-type-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-05-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-06-commands-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-07-activation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08a-edit-simple.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08b-edit-expert.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-08c-edit-module.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-e/e-09-celebrate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-01-load-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02a-validate-metadata.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02b-validate-persona.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02c-validate-menu.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02d-validate-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-02e-validate-sidecar.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/steps-v/v-03-summary.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/agent-plan.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/expert-agent-template/expert-agent.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/templates/simple-agent.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/agent/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/mantras.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/data/templates.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/delete-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/quick-create-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/templates/base-agent-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/byan/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/agent-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-installer-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/data/module-yaml-conventions.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-01-welcome.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-02-spark.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-03-module-type.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-04-vision.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-05-identity.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-06-users.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-07-value.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-08-agents.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-09-workflows.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-10-tools.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-11-scenarios.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-12-creative.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-13-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-b/step-14-finalize.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01-load-brief.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-02-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-03-config.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-04-installer.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-05-agents.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-06-workflows.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-07-docs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-c/step-08-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-01-load-target.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-02-select-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-03-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-04-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-e/step-05-confirm.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-01-load-target.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-02-file-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-03-module-yaml.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-04-agent-specs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-05-workflow-specs.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-06-documentation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-07-installation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/steps-v/step-08-report.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/brief-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/templates/workflow-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/module/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/configure-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/docker-setup-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/install-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/turbo-whisper/integrate-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/architecture.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/common-workflow-tools.csv +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/csv-data-file-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/frontmatter-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/input-discovery-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/intent-vs-prescriptive-spectrum.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/menu-handling-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/output-format-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-file-rules.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/step-type-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/subprocess-optimization-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/trimodal-workflow-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-chaining-standards.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-examples.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/data/workflow-type-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-00-conversion.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-01b-continuation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-02-classification.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-03-requirements.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-04-tools.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-05-plan-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-06-design.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-07-foundation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-08-build-step-01.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-09-build-next-step.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-10-confirmation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-c/step-11-completion.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-01-assess-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-02-discover-edits.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-03-fix-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-04-direct-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-05-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-06-validate-after.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-e/step-e-07-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate-max-mode.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-01b-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02-frontmatter-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-02b-path-violations.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-03-menu-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-04-step-type-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-05-output-format-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-06-validation-design-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-07-instruction-style-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08-collaborative-experience-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-08b-subprocess-optimization.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-09-cohesive-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-10-report-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/steps-v/step-11-plan-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/minimal-output-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-01-init-continuable-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-1b-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/step-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/templates/workflow-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmb/workflows/workflow/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/analyst.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/architect.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/dev.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/expert-merise-agile.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/pm.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/quick-flow-solo-dev.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/quinn.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/sm.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/tech-writer/tech-writer.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/agents/ux-designer.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/data/project-context-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/teams/team-fullstack.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/product-brief.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-02-vision.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-03-users.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-04-metrics.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-05-scope.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/steps/step-06-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/create-product-brief/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-02-domain-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-03-competitive-landscape.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-04-regulatory-focus.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-05-technical-trends.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/domain-steps/step-06-research-synthesis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-02-customer-behavior.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-03-customer-pain-points.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-04-customer-decisions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-05-competitive-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/market-steps/step-06-research-completion.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/research.template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-02-technical-overview.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-03-integration-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-04-architectural-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-05-implementation-research.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/technical-steps/step-06-research-synthesis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/1-analysis/research/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/domain-complexity.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/prd-purpose.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/data/project-types.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-03-success.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-04-journeys.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-05-domain.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-06-innovation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-07-project-type.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-08-scoping.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-09-functional.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-10-nonfunctional.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-11-polish.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-c/step-12-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-01b-legacy-conversion.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-02-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-03-edit.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-e/step-e-04-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-01-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02-format-detection.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-02b-parity-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-03-density-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-04-brief-coverage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-05-measurability-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-06-traceability-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-07-implementation-leakage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-08-domain-compliance-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-09-project-type-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-10-smart-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-11-holistic-quality-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-12-completeness-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/steps-v/step-v-13-report-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/templates/prd-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/validation-report-prd-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-prd/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-02-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-03-core-experience.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-04-emotional-response.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-05-inspiration.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-06-design-system.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-07-defining-experience.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-08-visual-foundation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-09-design-directions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-10-user-journeys.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-11-component-strategy.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-12-ux-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-13-responsive-accessibility.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/steps/step-14-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/ux-design-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/2-plan-workflows/create-ux-design/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-01-document-discovery.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-02-prd-analysis.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-03-epic-coverage-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-04-ux-alignment.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-05-epic-quality-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/steps/step-06-final-assessment.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/templates/readiness-report-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/check-implementation-readiness/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/architecture-decision-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/domain-complexity.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/data/project-types.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-02-context.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-03-starter.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-04-decisions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-05-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-06-structure.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-07-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/steps/step-08-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-architecture/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-01-validate-prerequisites.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-02-design-epics.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-03-create-stories.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/steps/step-04-final-validation.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/templates/epics-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/3-solutioning/create-epics-and-stories/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/code-review/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/correct-course/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/create-story/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/instructions.xml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/dev-story/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/retrospective/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/sprint-status-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-planning/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/4-implementation/sprint-status/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-01-mode-detection.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-02-context-gathering.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-03-execute.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-04-self-check.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-05-adversarial-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/steps/step-06-resolve-findings.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-dev/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-01-understand.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-02-investigate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-03-generate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/steps/step-04-review.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/tech-spec-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/bmad-quick-flow/quick-spec/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/documentation-requirements.csv +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/deep-dive-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/index-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-overview-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/project-scan-report-schema.json +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/templates/source-tree-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/deep-dive.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/document-project/workflows/full-scan.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-library.json +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/_shared/excalidraw-templates.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-dataflow/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-diagram/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-flowchart/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/excalidraw-diagrams/create-wireframe/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/project-context-template.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-01-discover.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-02-generate.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/steps/step-03-complete.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/generate-project-context/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/bmm/workflows/qa/automate/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/brainstorming-coach.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/creative-problem-solver.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/design-thinking-coach.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/innovation-strategist.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/presentation-master.md +0 -0
- /package/{install/templates → templates}/_byan/cis/agents/storyteller/storyteller.md +0 -0
- /package/{install/templates → templates}/_byan/cis/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/teams/creative-squad.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/design-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/design-thinking/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/innovation-frameworks.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/innovation-strategy/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/solving-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/problem-solving/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/README.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/story-types.csv +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/template.md +0 -0
- /package/{install/templates → templates}/_byan/cis/workflows/storytelling/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/MODEL-SELECTOR-GUIDE.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/bmad-master.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/carmack.md +0 -0
- /package/{install/templates → templates}/_byan/core/agents/test-dynamic.md +0 -0
- /package/{install/templates → templates}/_byan/core/base/bmad-base-agent.md +0 -0
- /package/{install/templates → templates}/_byan/core/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/model-selector.js +0 -0
- /package/{install/templates → templates}/_byan/core/model-selector.yaml +0 -0
- /package/{install/templates → templates}/_byan/core/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/README.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/excalidraw-helpers.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/library-loader.md +0 -0
- /package/{install/templates → templates}/_byan/core/resources/excalidraw/validate-json-instructions.md +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/editorial-review-prose.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/editorial-review-structure.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/help.md +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/index-docs.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/review-adversarial-general.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/shard-doc.xml +0 -0
- /package/{install/templates → templates}/_byan/core/tasks/workflow.xml +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/methods.csv +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/advanced-elicitation/workflow.xml +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/brain-methods.csv +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01-session-setup.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02a-user-selected.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02b-ai-recommended.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02c-random-selection.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-02d-progressive-flow.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-03-technique-execution.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/steps/step-04-idea-organization.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/template.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/brainstorming/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-01-agent-loading.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-02-discussion-orchestration.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/steps/step-03-graceful-exit.md +0 -0
- /package/{install/templates → templates}/_byan/core/workflows/party-mode/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/data/agent-catalog.json +0 -0
- /package/{install/templates → templates}/_byan/tea/agents/tea.md +0 -0
- /package/{install/templates → templates}/_byan/tea/config.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/module-help.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/teams/default-party.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/adr-quality-readiness-checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-request.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/api-testing-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/auth-session.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/burn-in.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/ci-burn-in.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/component-tdd.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/contract-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/data-factories.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/email-auth.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/error-handling.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/feature-flags.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/file-utils.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixture-architecture.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/fixtures-composition.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/intercept-network-call.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/log.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-error-monitor.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-first.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/network-recorder.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/nfr-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/overview.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/playwright-config.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/probability-impact.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/recurse.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/risk-governance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selective-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/selector-resilience.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-healing-patterns.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-levels-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-priorities-matrix.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/test-quality.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/timing-debugging.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/knowledge/visual-debugging.md +0 -0
- /package/{install/templates → templates}/_byan/tea/testarch/tea-index.csv +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/README.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/atdd-checklist-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-01-preflight-and-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-02-generation-mode.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-03-test-strategy.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04-generate-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04a-subprocess-api-failing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04b-subprocess-e2e-failing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-04c-aggregate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-c/step-05-validate-and-complete.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/atdd/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-01-preflight-and-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-02-identify-targets.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03-generate-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03a-subprocess-api.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03b-subprocess-e2e.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-03c-aggregate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-c/step-04-validate-and-summarize.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/automate/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/github-actions-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/gitlab-ci-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-01-preflight.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-02-generate-pipeline.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-03-configure-quality-gates.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-c/step-04-validate-and-summary.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/ci/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-01-preflight.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-02-select-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-03-scaffold-framework.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-04-docs-and-scripts.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-c/step-05-validate-and-summary.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/framework/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/nfr-report-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-02-define-thresholds.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-03-gather-evidence.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04-evaluate-and-score.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04a-subprocess-security.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04b-subprocess-performance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04c-subprocess-reliability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04d-subprocess-scalability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-04e-aggregate-nfr.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-c/step-05-generate-report.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/nfr-assess/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/curriculum.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/quiz-questions.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/role-paths.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/session-content-map.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/data/tea-resources-index.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01-init.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-01b-continue.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-02-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-03-session-menu.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-01.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-02.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-03.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-04.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-05.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-06.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-04-session-07.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-c/step-05-completion.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-01-assess-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-e/step-e-02-apply-edits.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/steps-v/step-v-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/certificate-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/progress-template.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/templates/session-notes-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow-plan-teach-me-testing.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/teach-me-testing/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-01-detect-mode.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-02-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-03-risk-and-testability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-04-coverage-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-c/step-05-generate-output.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-architecture-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-qa-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/test-design-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-design/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-02-discover-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03-quality-evaluation.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03a-subprocess-determinism.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03b-subprocess-isolation.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03c-subprocess-maintainability.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03d-subprocess-coverage.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03e-subprocess-performance.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-03f-aggregate-scores.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-c/step-04-generate-report.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/test-review-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/test-review/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/checklist.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/instructions.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-01-load-context.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-02-discover-tests.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-03-map-criteria.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-04-analyze-gaps.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-c/step-05-gate-decision.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-01-assess.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-e/step-02-apply-edit.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/steps-v/step-01-validate.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/trace-template.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-095021.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/validation-report-20260127-102401.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow-plan.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/tea/workflows/testarch/trace/workflow.yaml +0 -0
- /package/{install/templates → templates}/_byan/templates/basic-agent.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/README.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-claude.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-codex.md +0 -0
- /package/{install/templates → templates}/_byan/workers/launchers/launch-yanstaller-copilot.md +0 -0
- /package/{install/templates → templates}/_byan/workers.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/edit-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/interview-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/validate-agent-workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-detect-platforms.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-01-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-02-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-03-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-04-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/steps/step-05-placeholder.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller/workflow.md +0 -0
- /package/{install/templates → templates}/_byan/workflows/yanstaller-interview-workflow.md +0 -0
- /package/{install/templates → templates}/workers/README.md +0 -0
- /package/{install/templates → templates}/workers/cost-optimizer.js +0 -0
- /package/{install/templates → templates}/workers/fact-check-worker.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,614 +1,202 @@
|
|
|
1
|
-
# Changelog -
|
|
1
|
+
# Changelog - create-byan-agent
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
**
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
###
|
|
107
|
-
|
|
108
|
-
**
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
.
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [
|
|
147
|
-
|
|
148
|
-
###
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
- Added full Hermes documentation to Phase 2 system prompt (~1500 tokens)
|
|
204
|
-
- Documents all 35+ agents across 5 modules (Core, BMM, BMB, CIS, TEA)
|
|
205
|
-
- Includes 7 predefined workflows with agent chains
|
|
206
|
-
- Explains smart routing capabilities and pipelines
|
|
207
|
-
- Yanstaller recommends Hermes as universal entry point
|
|
208
|
-
|
|
209
|
-
**Knowledge Expansion:**
|
|
210
|
-
- Before: ~300 tokens (basic user profile)
|
|
211
|
-
- After: ~1500 tokens (complete ecosystem)
|
|
212
|
-
- 5x increase in contextual intelligence
|
|
213
|
-
|
|
214
|
-
**Impact:** Users asking about Hermes or agents get intelligent, informed responses
|
|
215
|
-
|
|
216
|
-
---
|
|
217
|
-
|
|
218
|
-
## [2.3.5] - 2026-02-11
|
|
219
|
-
|
|
220
|
-
### 🐛 Fixed - Multi-Platform CLI Commands
|
|
221
|
-
|
|
222
|
-
**Issue:** Codex and Claude commands were incorrect
|
|
223
|
-
- Codex: `codex -p "prompt"` doesn't exist (wrong flag)
|
|
224
|
-
- Claude: `claude -p "prompt" --no-input` used wrong flags
|
|
225
|
-
- Both failed during Phase 2 chat in Yanstaller
|
|
226
|
-
|
|
227
|
-
**Fix:**
|
|
228
|
-
- `install/lib/phase2-chat.js`:
|
|
229
|
-
- Codex: Changed to `codex exec` with stdin (line 175)
|
|
230
|
-
- Claude: Changed to `claude -p` print mode (line 184)
|
|
231
|
-
- Copilot: Already correct with `-p` flag
|
|
232
|
-
|
|
233
|
-
**Verified:**
|
|
234
|
-
- Copilot: `copilot -p "prompt" -s` ✓
|
|
235
|
-
- Codex: `echo "prompt" | codex exec` ✓
|
|
236
|
-
- Claude: `claude -p "prompt"` ✓
|
|
237
|
-
|
|
238
|
-
---
|
|
239
|
-
|
|
240
|
-
## [2.3.4] - 2026-02-11
|
|
241
|
-
|
|
242
|
-
### 🐛 Fixed - Yanstaller Phase 2 Config Bug
|
|
243
|
-
|
|
244
|
-
**Issue:** ReferenceError during Phase 2 chat initialization
|
|
245
|
-
- Error: `Cannot access 'config' before initialization`
|
|
246
|
-
- Root cause: `config` variable used at line 737 but defined at line 817
|
|
247
|
-
- Phase 2 chat failed to start
|
|
248
|
-
|
|
249
|
-
**Fix:**
|
|
250
|
-
- `install/bin/create-byan-agent-v2.js`: Moved config prompt to Phase 1.5 (before Phase 2 chat)
|
|
251
|
-
- Config now collected at lines 714-729 (userName, language)
|
|
252
|
-
- Passed to `launchPhase2Chat()` as parameters
|
|
253
|
-
- Removed duplicate config definition
|
|
254
|
-
|
|
255
|
-
**Impact:** Yanstaller Phase 2 now starts correctly with all platforms
|
|
256
|
-
|
|
257
|
-
---
|
|
258
|
-
|
|
259
|
-
## [2.3.3] - 2026-02-10
|
|
260
|
-
|
|
261
|
-
### 🐛 Fixed - GitHub Repository URLs
|
|
262
|
-
|
|
263
|
-
**Issue:** README and package.json pointed to wrong GitHub repository
|
|
264
|
-
- Old URL: `github.com/yannsix/byan-v2` (incorrect)
|
|
265
|
-
- Correct URL: `github.com/Yan-Acadenice/BYAN`
|
|
266
|
-
|
|
267
|
-
**Changes:**
|
|
268
|
-
- `README.md`: Updated 10 GitHub link occurrences
|
|
269
|
-
- `package.json`: Updated repository URLs (3 occurrences)
|
|
270
|
-
- repository.url
|
|
271
|
-
- bugs.url
|
|
272
|
-
- homepage
|
|
273
|
-
|
|
274
|
-
**Impact:** Users can now find correct repository and report issues properly
|
|
275
|
-
|
|
276
|
-
---
|
|
277
|
-
|
|
278
|
-
## [2.3.2] - 2026-02-10
|
|
279
|
-
|
|
280
|
-
### 🏛️ Added - Hermes Universal Dispatcher
|
|
281
|
-
|
|
282
|
-
**Major Feature: Hermes Agent**
|
|
283
|
-
- New `hermes` agent: Universal dispatcher for entire BYAN ecosystem (573 lines XML)
|
|
284
|
-
- Intelligent routing to 35+ specialized agents across 5 modules
|
|
285
|
-
- 6-step mandatory activation sequence with config loading
|
|
286
|
-
- Menu-driven interface with 9 commands (LA, LW, LC, REC, PIPE, ?, @, EXIT, HELP)
|
|
287
|
-
- Smart routing rules: keyword-based agent recommendations
|
|
288
|
-
- 7 predefined pipelines (Feature Complete, Idea→Code, Bug Fix, etc.)
|
|
289
|
-
- Fuzzy matching for agent names
|
|
290
|
-
- Quick help system without loading full agents
|
|
291
|
-
- Multi-agent pipeline suggestions for complex goals
|
|
292
|
-
|
|
293
|
-
**Integration:**
|
|
294
|
-
- Added Hermes entry to agent-manifest.csv (first entry - core module)
|
|
295
|
-
- Created HERMES-GUIDE.md: Complete 10k+ word documentation
|
|
296
|
-
- Routing rules for all 35+ agents (bmm, bmb, cis, tea, core modules)
|
|
297
|
-
- Manifest-driven architecture (agent-manifest, workflow-manifest, task-manifest)
|
|
298
|
-
|
|
299
|
-
**Capabilities:**
|
|
300
|
-
1. **[LA]** List Agents - Display all 35+ agents by module
|
|
301
|
-
2. **[LW]** List Workflows - Show available workflows
|
|
302
|
-
3. **[LC]** List Contexts - Discover project contexts
|
|
303
|
-
4. **[REC]** Smart Routing - Recommend best agent(s) for task
|
|
304
|
-
5. **[PIPE]** Pipeline - Multi-agent workflow suggestions
|
|
305
|
-
6. **[?]** Quick Help - Brief agent info without loading
|
|
306
|
-
7. **[@]** Invoke - Direct agent activation
|
|
307
|
-
8. **[EXIT]** Exit Hermes gracefully
|
|
308
|
-
9. **[HELP]** Redisplay menu
|
|
309
|
-
|
|
310
|
-
**Files:**
|
|
311
|
-
- `install/templates/.github/agents/hermes.md` (573 lines, 168 XML tags)
|
|
312
|
-
- `install/HERMES-GUIDE.md` (10k+ words, complete usage guide)
|
|
313
|
-
- Updated `install/templates/_byan/_config/agent-manifest.csv` (Hermes first)
|
|
314
|
-
|
|
315
|
-
### 🐛 Fixed - Node.js 12 Compatibility
|
|
316
|
-
|
|
317
|
-
**Issue:** Optional chaining operator (`?.`) caused syntax errors on Node 12
|
|
318
|
-
- Node 12 doesn't support optional chaining (requires Node 14+)
|
|
319
|
-
- Server installations with older Node versions failed
|
|
320
|
-
|
|
321
|
-
**Changes:**
|
|
322
|
-
- Replaced all optional chaining in `install/` directory (9 instances across 5 files):
|
|
323
|
-
- `install/bin/create-byan-agent-v2.js` (4 fixes)
|
|
324
|
-
- `install/lib/phase2-chat.js` (1 fix)
|
|
325
|
-
- `install/lib/yanstaller/platform-selector.js` (2 fixes)
|
|
326
|
-
- `install/lib/yanstaller/agent-launcher.js` (2 fixes)
|
|
327
|
-
- Changed `package.json` engines requirement: `node >=18.0.0` → `>=12.0.0`
|
|
328
|
-
- All optional chaining replaced with explicit null checks
|
|
329
|
-
|
|
330
|
-
**Before:**
|
|
331
|
-
```javascript
|
|
332
|
-
interviewResults.agents.essential?.join(', ')
|
|
333
|
-
config?.communication_language || 'English'
|
|
334
|
-
```
|
|
335
|
-
|
|
336
|
-
**After:**
|
|
337
|
-
```javascript
|
|
338
|
-
interviewResults.agents.essential ? interviewResults.agents.essential.join(', ') : ''
|
|
339
|
-
config ? config.communication_language : 'English'
|
|
340
|
-
```
|
|
341
|
-
|
|
342
|
-
**Documentation:**
|
|
343
|
-
- Created `TEST-GUIDE-v2.3.2.md` with Node 12+ verification steps
|
|
344
|
-
|
|
345
|
-
### 🔧 Technical Details
|
|
346
|
-
|
|
347
|
-
**Hermes Architecture:**
|
|
348
|
-
- XML-based agent definition with mandatory activation
|
|
349
|
-
- 6-step activation: Load persona → Load config → Store vars → Display menu → Wait → Process
|
|
350
|
-
- Handler system: number, command, invoke, fuzzy
|
|
351
|
-
- Manifest-driven: Reads CSV files at runtime (never pre-load)
|
|
352
|
-
- Fail-fast error handling with actionable suggestions
|
|
353
|
-
- KISS principle: Minimal interface, maximum efficiency
|
|
354
|
-
|
|
355
|
-
**Mantras Applied:**
|
|
356
|
-
- #7: KISS (Keep It Simple, Stupid)
|
|
357
|
-
- #37: Ockham's Razor - Simplicity first
|
|
358
|
-
- #4: Fail Fast - Immediate actionable errors
|
|
359
|
-
- IA-21: Self-Aware Agent - "I dispatch, I do not execute"
|
|
360
|
-
- IA-24: Clean Code - Minimal, clear communication
|
|
361
|
-
|
|
362
|
-
**Agent Manifest:**
|
|
363
|
-
- 35+ agents across 5 modules (core, bmm, bmb, cis, tea)
|
|
364
|
-
- CSV format: name, displayName, title, icon, role, identity, style, principles, module, path
|
|
365
|
-
- Hermes entry: First line (dispatcher priority)
|
|
366
|
-
|
|
367
|
-
### 📚 Documentation
|
|
368
|
-
|
|
369
|
-
**New Guides:**
|
|
370
|
-
- `install/HERMES-GUIDE.md`: Complete Hermes documentation
|
|
371
|
-
- Overview and installation
|
|
372
|
-
- All 9 commands with examples
|
|
373
|
-
- Routing rules table
|
|
374
|
-
- Predefined pipelines
|
|
375
|
-
- Troubleshooting
|
|
376
|
-
- Roadmap
|
|
377
|
-
|
|
378
|
-
- `TEST-GUIDE-v2.3.2.md`: Node 12+ compatibility guide
|
|
379
|
-
- Verification steps
|
|
380
|
-
- Before/after code examples
|
|
381
|
-
- Testing checklist
|
|
382
|
-
|
|
383
|
-
### 🎯 Use Cases
|
|
384
|
-
|
|
385
|
-
**Hermes Examples:**
|
|
386
|
-
|
|
387
|
-
1. **New Project Discovery:**
|
|
388
|
-
```bash
|
|
389
|
-
@hermes
|
|
390
|
-
[1] [LA] # List all agents by module
|
|
391
|
-
[?dev] # Quick info on Dev agent
|
|
392
|
-
@dev # Invoke Dev agent
|
|
393
|
-
```
|
|
394
|
-
|
|
395
|
-
2. **Smart Routing:**
|
|
396
|
-
```bash
|
|
397
|
-
@hermes
|
|
398
|
-
[4] [REC]
|
|
399
|
-
# User: "créer API backend avec tests"
|
|
400
|
-
# Hermes recommends: PM → Architect → Dev → Tea
|
|
401
|
-
```
|
|
402
|
-
|
|
403
|
-
3. **Pipeline Creation:**
|
|
404
|
-
```bash
|
|
405
|
-
@hermes
|
|
406
|
-
[5] [PIPE]
|
|
407
|
-
# User: "feature complète de A à Z"
|
|
408
|
-
# Hermes suggests: PM → Architect → UX → SM → Dev → Tea
|
|
409
|
-
```
|
|
410
|
-
|
|
411
|
-
### 🔄 Migration from 2.3.0/2.3.1
|
|
412
|
-
|
|
413
|
-
**No Breaking Changes** - Fully backward compatible
|
|
414
|
-
|
|
415
|
-
**New in 2.3.2:**
|
|
416
|
-
- Hermes agent available via `@hermes`
|
|
417
|
-
- Improved Node 12+ support (was 18+ in 2.3.0/1)
|
|
418
|
-
- Enhanced agent discovery via manifest
|
|
419
|
-
|
|
420
|
-
**Upgrade:**
|
|
421
|
-
```bash
|
|
422
|
-
npm install -g create-byan-agent@2.3.2
|
|
423
|
-
```
|
|
424
|
-
|
|
425
|
-
**Or via npx (always latest):**
|
|
426
|
-
```bash
|
|
427
|
-
npx create-byan-agent
|
|
428
|
-
```
|
|
429
|
-
|
|
430
|
-
### 📦 Package Info
|
|
431
|
-
|
|
432
|
-
**Size:** ~1.4 MB, 900+ files
|
|
433
|
-
**Dependencies:**
|
|
434
|
-
- Required: commander, inquirer, fs-extra, chalk, winston, dotenv
|
|
435
|
-
- Optional: byan-copilot-router (cost optimizer)
|
|
436
|
-
|
|
437
|
-
**Engines:**
|
|
438
|
-
- Node.js: >=12.0.0 (was >=18.0.0 in 2.3.0/1)
|
|
439
|
-
- npm: >=6.0.0
|
|
440
|
-
|
|
441
|
-
### 🚀 Performance
|
|
442
|
-
|
|
443
|
-
**Hermes Performance:**
|
|
444
|
-
- Menu display: <50ms
|
|
445
|
-
- Agent list (35+): <100ms
|
|
446
|
-
- Smart routing: <200ms
|
|
447
|
-
- Agent invocation: <500ms
|
|
448
|
-
- Manifest parsing: <100ms (CSV)
|
|
449
|
-
|
|
450
|
-
**Install Performance:**
|
|
451
|
-
- Yanstaller: ~30-60 seconds (unchanged)
|
|
452
|
-
- Cost Optimizer: +5 seconds if enabled (optional)
|
|
453
|
-
|
|
454
|
-
---
|
|
455
|
-
|
|
456
|
-
## [2.3.1] - 2026-02-10
|
|
457
|
-
|
|
458
|
-
### 🔧 Fixed - Yanstaller Integration Issues
|
|
459
|
-
|
|
460
|
-
**Issue:** Yanstaller didn't prompt for platform or verify authentication
|
|
461
|
-
|
|
462
|
-
**Changes:**
|
|
463
|
-
- Added platform selection question after detection (Copilot/Codex/Claude)
|
|
464
|
-
- Added authentication verification with helpful error messages
|
|
465
|
-
- Modified `create-byan-agent-v2.js` to add platform selection (+60 lines)
|
|
466
|
-
- Updated `phase2-chat.js` to accept selectedPlatform parameter
|
|
467
|
-
- Changed `sendChatMessage()` to use selectedPlatform instead of array
|
|
468
|
-
- Added fallback to AUTO mode if authentication fails
|
|
469
|
-
|
|
470
|
-
**Files:**
|
|
471
|
-
- `install/bin/create-byan-agent-v2.js` (platform selection logic)
|
|
472
|
-
- `install/lib/phase2-chat.js` (platform parameter)
|
|
473
|
-
- Commit: "fix: improve Yanstaller integration and error handling"
|
|
474
|
-
|
|
475
|
-
---
|
|
476
|
-
|
|
477
|
-
## [2.3.0] - 2026-02-10
|
|
478
|
-
|
|
479
|
-
### ✨ Added - Cost Optimizer Integration
|
|
480
|
-
|
|
481
|
-
**Feature: Cost Optimizer Worker**
|
|
482
|
-
- Integrated `@byan/copilot-router` (v1.0.1) as optional dependency
|
|
483
|
-
- New worker template: `install/templates/_byan/workers/cost-optimizer.js`
|
|
484
|
-
- Automatic installation option during Yanstaller setup
|
|
485
|
-
- 87.5% cost savings (based on real measurements)
|
|
486
|
-
|
|
487
|
-
**Changes:**
|
|
488
|
-
- Added `byan-copilot-router` to `optionalDependencies` in package.json
|
|
489
|
-
- Created cost-optimizer worker template with CopilotRouter integration
|
|
490
|
-
- Modified installer to ask: "Activer l'optimiseur de coûts LLM?"
|
|
491
|
-
- Auto-copy worker to `_byan/workers/` if enabled
|
|
492
|
-
- Worker auto-detects if router module installed
|
|
493
|
-
|
|
494
|
-
**Worker Features:**
|
|
495
|
-
- Complexity analysis (5 factors)
|
|
496
|
-
- Intelligent routing: worker (cheap) vs agent (expensive)
|
|
497
|
-
- Automatic fallback on worker failure
|
|
498
|
-
- Cost tracking and statistics
|
|
499
|
-
- JSON/CSV export
|
|
500
|
-
- Daily/weekly reports
|
|
501
|
-
|
|
502
|
-
**Files:**
|
|
503
|
-
- `install/templates/_byan/workers/cost-optimizer.js` (202 lines)
|
|
504
|
-
- `install/templates/_byan/workers/README.md` (documentation)
|
|
505
|
-
- Updated `install/bin/create-byan-agent-v2.js` (installer question)
|
|
506
|
-
|
|
507
|
-
---
|
|
508
|
-
|
|
509
|
-
## [2.2.0] - 2026-02-08
|
|
510
|
-
|
|
511
|
-
### ✨ Added
|
|
512
|
-
|
|
513
|
-
**New Agents:**
|
|
514
|
-
- `hermes` (prototype): Universal dispatcher for BYAN agents
|
|
515
|
-
- `marc`: GitHub Copilot CLI integration specialist
|
|
516
|
-
- `rachid`: NPM/NPX deployment specialist
|
|
517
|
-
- `patnote`: Update manager and conflict resolution
|
|
518
|
-
- `carmack`: Token optimizer for BYAN agents
|
|
519
|
-
|
|
520
|
-
**Developer Experience:**
|
|
521
|
-
- Enhanced CLI with better error messages
|
|
522
|
-
- Improved platform detection (Copilot/Codex/Claude)
|
|
523
|
-
- Auto-detection of installed AI platforms
|
|
524
|
-
|
|
525
|
-
### 🔧 Changed
|
|
526
|
-
|
|
527
|
-
- Refactored agent templates for better modularity
|
|
528
|
-
- Improved manifest system (agent-manifest.csv)
|
|
529
|
-
- Better configuration management
|
|
530
|
-
|
|
531
|
-
---
|
|
532
|
-
|
|
533
|
-
## [2.1.0] - 2026-02-05
|
|
534
|
-
|
|
535
|
-
### ✨ Added
|
|
536
|
-
|
|
537
|
-
**BYAN v2 Core:**
|
|
538
|
-
- Intelligent agent creation via 12-question interview
|
|
539
|
-
- 64 mantras integration (Merise Agile + TDD)
|
|
540
|
-
- Multi-platform support (GitHub Copilot, Codex, Claude)
|
|
541
|
-
- Yanstaller: Smart installer with platform detection
|
|
542
|
-
- Agent manifest system
|
|
543
|
-
- Workflow manifest system
|
|
544
|
-
|
|
545
|
-
**Agents:**
|
|
546
|
-
- `byan`: Intelligent agent creator
|
|
547
|
-
- `bmad-master`: Workflow orchestrator
|
|
548
|
-
- `analyst`: Business analyst (Mary)
|
|
549
|
-
- `architect`: System architect (Winston)
|
|
550
|
-
- `dev`: Developer (Amelia)
|
|
551
|
-
- `pm`: Product manager (John)
|
|
552
|
-
- `sm`: Scrum master (Bob)
|
|
553
|
-
- `quinn`: QA engineer
|
|
554
|
-
- `tech-writer`: Documentation specialist (Paige)
|
|
555
|
-
- `ux-designer`: UX designer (Sally)
|
|
556
|
-
- `quick-flow-solo-dev`: Fast brownfield dev (Barry)
|
|
557
|
-
- `brainstorming-coach`: Brainstorming (Carson)
|
|
558
|
-
- `tea`: Test architect (Murat)
|
|
559
|
-
- And 20+ more specialized agents
|
|
560
|
-
|
|
561
|
-
**Modules:**
|
|
562
|
-
- `core`: Foundation (bmad-master, yanstaller, merise expert)
|
|
563
|
-
- `bmm`: Business Modeling & Management (SDLC agents)
|
|
564
|
-
- `bmb`: Builder agents (BYAN, agent-builder, etc.)
|
|
565
|
-
- `cis`: Creative & Innovation Strategy
|
|
566
|
-
- `tea`: Test Architecture
|
|
567
|
-
|
|
568
|
-
---
|
|
569
|
-
|
|
570
|
-
## [2.0.0] - 2026-01-15
|
|
571
|
-
|
|
572
|
-
### 🎉 Initial Release - BYAN v2
|
|
573
|
-
|
|
574
|
-
**Major Rewrite:**
|
|
575
|
-
- Complete platform rewrite from v1.x
|
|
576
|
-
- Markdown + YAML agent definitions
|
|
577
|
-
- XML-based agent structure
|
|
578
|
-
- Multi-platform support
|
|
579
|
-
- Module system (core, bmm, bmb, cis, tea)
|
|
580
|
-
|
|
581
|
-
**Core Features:**
|
|
582
|
-
- Intelligent agent creation
|
|
583
|
-
- Structured interview process
|
|
584
|
-
- Manifest-driven architecture
|
|
585
|
-
- Config system with YAML
|
|
586
|
-
- Template engine
|
|
587
|
-
- Platform detection
|
|
588
|
-
- NPX integration
|
|
589
|
-
|
|
590
|
-
---
|
|
591
|
-
|
|
592
|
-
## [1.x] - 2025 (Legacy)
|
|
593
|
-
|
|
594
|
-
**Note:** v1.x was the original BYAN prototype. See git history for details.
|
|
595
|
-
|
|
596
|
-
---
|
|
597
|
-
|
|
598
|
-
## Legend
|
|
599
|
-
|
|
600
|
-
- 🎉 Major release
|
|
601
|
-
- ✨ New features
|
|
602
|
-
- 🔧 Changes
|
|
603
|
-
- 🐛 Bug fixes
|
|
604
|
-
- 📚 Documentation
|
|
605
|
-
- 🔄 Migration guide
|
|
606
|
-
- 💥 Breaking changes
|
|
607
|
-
- 🔐 Security fixes
|
|
608
|
-
- 🚀 Performance improvements
|
|
609
|
-
|
|
610
|
-
---
|
|
611
|
-
|
|
612
|
-
**Latest:** [2.3.2] - Hermes Universal Dispatcher + Node 12+ Support
|
|
613
|
-
**Download:** `npm install -g create-byan-agent@2.3.2`
|
|
614
|
-
**NPX:** `npx create-byan-agent` (always latest)
|
|
8
|
+
## [1.1.3] - 2026-02-03
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **CRITICAL**: Template path resolution in installer
|
|
12
|
+
- Fixed template directory detection (removed extra `..` navigation)
|
|
13
|
+
- Added `_byan/` prefix for agents and workflows paths
|
|
14
|
+
- Removed extra `..` in .github agents path
|
|
15
|
+
- Added validation and detailed logging for debugging
|
|
16
|
+
- 100% file copy success rate achieved
|
|
17
|
+
|
|
18
|
+
### Impact
|
|
19
|
+
- **Before**: 0% installation success (0/37 files copied)
|
|
20
|
+
- **After**: 100% installation success (37/37 files copied)
|
|
21
|
+
- All 8 agents now install correctly
|
|
22
|
+
- All 6 workflows now install correctly
|
|
23
|
+
- All 23 GitHub agent stubs now install correctly
|
|
24
|
+
|
|
25
|
+
### Validation
|
|
26
|
+
- Tested with Node.js path resolution
|
|
27
|
+
- Verified template structure integrity
|
|
28
|
+
- Confirmed npm package includes all templates
|
|
29
|
+
|
|
30
|
+
**Bug reported by:** Dimitry
|
|
31
|
+
**Fixed by:** Marc (GitHub Copilot CLI Expert) + Rachid (NPM Specialist)
|
|
32
|
+
|
|
33
|
+
## [1.1.2] - 2026-02-03
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
- **README Links**: Fixed broken links to documentation on npmjs.com
|
|
37
|
+
- Changed relative links to absolute GitHub URLs
|
|
38
|
+
- GUIDE-INSTALLATION-BYAN-SIMPLE.md → Full GitHub URL
|
|
39
|
+
- QUICKSTART.md → Full GitHub URL
|
|
40
|
+
- Links now work correctly on npmjs.com package page
|
|
41
|
+
|
|
42
|
+
### Documentation
|
|
43
|
+
- README.md now displays correctly on npmjs.com with working links
|
|
44
|
+
|
|
45
|
+
## [1.1.1] - 2026-02-03
|
|
46
|
+
|
|
47
|
+
### Fixed
|
|
48
|
+
- **CRITICAL**: Fixed 24 agents not detected by GitHub Copilot CLI
|
|
49
|
+
- Corrected YAML frontmatter: `name: "bmad-agent-xxx"` → `name: "xxx"`
|
|
50
|
+
- Agents now invokable with short names (e.g., `/agent marc` instead of `/agent bmad-agent-marc`)
|
|
51
|
+
- Affected agents: marc, byan, rachid, all BMM/BMB/CIS/TEA agents
|
|
52
|
+
|
|
53
|
+
- **CRITICAL**: Fixed missing templates in NPX installer
|
|
54
|
+
- Added patnote.md to templates/_byan/bmb/agents/
|
|
55
|
+
- Added byan-test.md to templates/_byan/bmb/agents/
|
|
56
|
+
- Added carmack.md to templates/_byan/core/agents/
|
|
57
|
+
- Users installing v1.1.0 were NOT getting new agents
|
|
58
|
+
|
|
59
|
+
- **CRITICAL**: Fixed version mismatch in installer
|
|
60
|
+
- create-byan-agent.js: BYAN_VERSION '1.0.5' → '1.1.1'
|
|
61
|
+
- Banner now displays correct version
|
|
62
|
+
|
|
63
|
+
### Breaking Changes
|
|
64
|
+
- Agent invocation changed from `--agent=bmad-agent-xxx` to `--agent=xxx`
|
|
65
|
+
- Users with scripts using old format must update to new short names
|
|
66
|
+
- Migration: Remove `bmad-agent-` prefix from all agent references
|
|
67
|
+
|
|
68
|
+
## [1.1.0] - 2026-02-03 [YANKED - DO NOT USE]
|
|
69
|
+
|
|
70
|
+
**Note:** This version was published with critical bugs. Use 1.1.1 instead.
|
|
71
|
+
|
|
72
|
+
### Added
|
|
73
|
+
- **PATNOTE Agent**: Update Manager & Conflict Resolution Specialist
|
|
74
|
+
- Update existing agents intelligently
|
|
75
|
+
- Merge agent versions with conflict detection
|
|
76
|
+
- Preserve user customizations during updates
|
|
77
|
+
- Generate detailed changelogs
|
|
78
|
+
- Backup/restore functionality
|
|
79
|
+
- Never loses data principle
|
|
80
|
+
|
|
81
|
+
- **CARMACK Agent**: Token Optimizer for BMAD/BYAN Agents
|
|
82
|
+
- Optimize agents for 40-50% token reduction
|
|
83
|
+
- Analyze token usage across agents
|
|
84
|
+
- Validate optimized agents maintain functionality
|
|
85
|
+
- Compare before/after metrics
|
|
86
|
+
- Batch optimize multiple agents
|
|
87
|
+
- Surgical precision in removing redundancy
|
|
88
|
+
|
|
89
|
+
- **BYAN-Test Agent**: Optimized version of BYAN
|
|
90
|
+
- 46% token reduction vs standard BYAN
|
|
91
|
+
- Same capabilities, reduced token cost
|
|
92
|
+
- Ideal for high-volume agent creation
|
|
93
|
+
|
|
94
|
+
### Changed
|
|
95
|
+
- **README.md**: Complete documentation overhaul
|
|
96
|
+
- Five specialized agents section (vs three)
|
|
97
|
+
- Detailed role descriptions for all agents
|
|
98
|
+
- Usage examples for each agent
|
|
99
|
+
- Version bumped to 1.1.0 in docs
|
|
100
|
+
|
|
101
|
+
- **package.json**: Enhanced metadata
|
|
102
|
+
- Description updated to reflect full ecosystem
|
|
103
|
+
- Keywords expanded: patnote, carmack, token-optimization, update-manager, conflict-resolution
|
|
104
|
+
- Version: 1.0.5 → 1.1.0
|
|
105
|
+
|
|
106
|
+
### Excluded
|
|
107
|
+
- **Franck Agent**: Client-specific (not part of BYAN core)
|
|
108
|
+
- **Expert-Merise-Agile Agent**: Client application (excluded from npm/git)
|
|
109
|
+
|
|
110
|
+
### Security
|
|
111
|
+
- npm audit: 0 vulnerabilities
|
|
112
|
+
- All dependencies up to date
|
|
113
|
+
- .npmignore and .gitignore configured for security
|
|
114
|
+
|
|
115
|
+
## [1.0.5] - 2026-02-02
|
|
116
|
+
|
|
117
|
+
### Added
|
|
118
|
+
- **GUIDE-INSTALLATION-SIMPLE.md**: Documentation utilisateur simplifiée (7 KB)
|
|
119
|
+
- Installation en 3 minutes
|
|
120
|
+
- Guide des 3 agents (BYAN, RACHID, MARC)
|
|
121
|
+
- Workflows typiques et cas d'usage
|
|
122
|
+
- Section dépannage rapide
|
|
123
|
+
|
|
124
|
+
- **Validation MARC Complète**: 6 documents de validation (55 KB)
|
|
125
|
+
- MARC-VALIDATION-REPORT.md (rapport détaillé)
|
|
126
|
+
- MARC-VALIDATION-SUMMARY.md (résumé exécutif)
|
|
127
|
+
- MARC-PRE-PUBLICATION-CHECKLIST.md (checklist interactive)
|
|
128
|
+
- MARC-COPILOT-CLI-TEST-GUIDE.md (guide test)
|
|
129
|
+
- MARC-COMMANDS-CHEAT-SHEET.md (commandes essentielles)
|
|
130
|
+
- MARC-INDEX.md (index documents)
|
|
131
|
+
|
|
132
|
+
### Changed
|
|
133
|
+
- Templates mis à jour avec 37 fichiers (vs 24 précédemment)
|
|
134
|
+
- YAML frontmatter aligné avec noms de fichiers pour Copilot CLI
|
|
135
|
+
- Structure .github/agents/ étendue à 44 agents
|
|
136
|
+
|
|
137
|
+
### Fixed
|
|
138
|
+
- Alignment YAML agent names avec convention bmad-agent-{name}
|
|
139
|
+
- Détection Copilot CLI améliorée
|
|
140
|
+
|
|
141
|
+
## [1.0.4] - 2026-02-02
|
|
142
|
+
|
|
143
|
+
### Changed
|
|
144
|
+
- Version intermédiaire avec corrections mineures
|
|
145
|
+
|
|
146
|
+
## [1.0.2] - 2026-02-02
|
|
147
|
+
|
|
148
|
+
### Added
|
|
149
|
+
- **RACHID Agent**: NPM/NPX deployment specialist
|
|
150
|
+
- Install BYAN via npx create-byan-agent
|
|
151
|
+
- Validate _byan directory structure
|
|
152
|
+
- Fix npm dependency conflicts
|
|
153
|
+
- Update package.json and scripts
|
|
154
|
+
- Publish to npm registry
|
|
155
|
+
- Test npx installations
|
|
156
|
+
- Security audits
|
|
157
|
+
- NPM best practices guidance
|
|
158
|
+
|
|
159
|
+
- **MARC Agent**: GitHub Copilot CLI integration specialist
|
|
160
|
+
- Validate .github/agents/ structure
|
|
161
|
+
- Test /agent detection in Copilot CLI
|
|
162
|
+
- Create agent stubs for new agents
|
|
163
|
+
- Fix YAML frontmatter issues
|
|
164
|
+
- Configure MCP servers
|
|
165
|
+
- Test agent invocation
|
|
166
|
+
- Optimize context loading
|
|
167
|
+
- Troubleshoot agent loading issues
|
|
168
|
+
|
|
169
|
+
- **Templates Directory**: All BYAN files now packaged
|
|
170
|
+
- Complete _byan/bmb/ structure
|
|
171
|
+
- All agent definitions (byan.md, rachid.md, marc.md)
|
|
172
|
+
- All workflows with steps
|
|
173
|
+
- Templates and data files
|
|
174
|
+
- .github/agents/ stubs for Copilot CLI
|
|
175
|
+
|
|
176
|
+
### Changed
|
|
177
|
+
- Installer now copies complete file structure from templates/
|
|
178
|
+
- Version bumped to 1.0.2
|
|
179
|
+
- Enhanced verification checks (10 checks total)
|
|
180
|
+
- Improved post-installation messages with usage for all 3 agents
|
|
181
|
+
- Updated README with RACHID and MARC documentation
|
|
182
|
+
|
|
183
|
+
### Fixed
|
|
184
|
+
- Template directory resolution in getTemplateDir()
|
|
185
|
+
- File copying logic for production npm packages
|
|
186
|
+
- GitHub agents directory creation
|
|
187
|
+
|
|
188
|
+
## [1.0.1] - 2026-02-01
|
|
189
|
+
|
|
190
|
+
### Changed
|
|
191
|
+
- Minor bug fixes
|
|
192
|
+
- Documentation updates
|
|
193
|
+
|
|
194
|
+
## [1.0.0] - 2026-02-01
|
|
195
|
+
|
|
196
|
+
### Added
|
|
197
|
+
- Initial release
|
|
198
|
+
- BYAN agent with intelligent interview workflow
|
|
199
|
+
- Multi-platform support (Copilot, VSCode, Claude, Codex)
|
|
200
|
+
- 64 Mantras methodology
|
|
201
|
+
- Merise Agile + TDD approach
|
|
202
|
+
- NPX installer scaffolding
|