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
|
@@ -1,534 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Phase 2 Chat - Integrated conversation within the wizard
|
|
3
|
-
*
|
|
4
|
-
* Provides an in-wizard chat experience with the yanstaller-phase2 agent
|
|
5
|
-
* using copilot/codex CLI for AI responses.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
const { spawnSync } = require('child_process');
|
|
9
|
-
const path = require('path');
|
|
10
|
-
const os = require('os');
|
|
11
|
-
const fs = require('fs-extra');
|
|
12
|
-
const inquirer = require('inquirer');
|
|
13
|
-
const chalk = require('chalk');
|
|
14
|
-
const ora = require('ora');
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Cross-platform CLI command execution
|
|
18
|
-
* Uses spawnSync without shell on Unix (no character interpretation)
|
|
19
|
-
* Uses shell on Windows for .cmd file support
|
|
20
|
-
*/
|
|
21
|
-
function runCliCommand(cmd, args, cwd, stdinInput) {
|
|
22
|
-
const isWindows = process.platform === 'win32';
|
|
23
|
-
const opts = {
|
|
24
|
-
encoding: 'utf8',
|
|
25
|
-
cwd: cwd,
|
|
26
|
-
timeout: 60000,
|
|
27
|
-
maxBuffer: 1024 * 1024,
|
|
28
|
-
stdio: ['pipe', 'pipe', 'pipe']
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
if (stdinInput) opts.input = stdinInput;
|
|
32
|
-
if (isWindows) opts.shell = true;
|
|
33
|
-
|
|
34
|
-
const res = spawnSync(cmd, args, opts);
|
|
35
|
-
if (res.error) throw res.error;
|
|
36
|
-
|
|
37
|
-
// Check for non-zero exit code with stderr
|
|
38
|
-
if (res.status !== 0 && res.stderr) {
|
|
39
|
-
const stderr = res.stderr.toString().trim();
|
|
40
|
-
if (stderr) throw new Error(stderr);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
return (res.stdout || '').toString();
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/**
|
|
47
|
-
* Build the initial context prompt from Phase 1 answers
|
|
48
|
-
*/
|
|
49
|
-
function buildPhase1Context(interviewAnswers, detectedPlatforms, userName, language) {
|
|
50
|
-
const platformsDetected = [];
|
|
51
|
-
if (detectedPlatforms.copilot) platformsDetected.push('GitHub Copilot CLI');
|
|
52
|
-
if (detectedPlatforms.codex) platformsDetected.push('OpenAI Codex');
|
|
53
|
-
if (detectedPlatforms.claude) platformsDetected.push('Claude Code');
|
|
54
|
-
if (detectedPlatforms.vscode) platformsDetected.push('VSCode');
|
|
55
|
-
|
|
56
|
-
return {
|
|
57
|
-
user_name: userName || 'Developer',
|
|
58
|
-
communication_language: language || 'Francais',
|
|
59
|
-
project_type: interviewAnswers.projectType,
|
|
60
|
-
objectives: interviewAnswers.objectives,
|
|
61
|
-
team_size: interviewAnswers.teamSize,
|
|
62
|
-
experience: interviewAnswers.experience,
|
|
63
|
-
connectivity: interviewAnswers.connectivity,
|
|
64
|
-
gpu_available: interviewAnswers.gpu,
|
|
65
|
-
methodology: interviewAnswers.methodology,
|
|
66
|
-
domain: interviewAnswers.domain,
|
|
67
|
-
frequency: interviewAnswers.frequency,
|
|
68
|
-
quality_level: interviewAnswers.quality,
|
|
69
|
-
platforms_detected: platformsDetected,
|
|
70
|
-
platforms_string: platformsDetected.join(', ') || 'None'
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Generate the pre-prompt for Phase 2 agent
|
|
76
|
-
*/
|
|
77
|
-
function generatePhase2Preprompt(context) {
|
|
78
|
-
return `
|
|
79
|
-
## Profil Utilisateur Phase 1
|
|
80
|
-
|
|
81
|
-
- **Nom**: ${context.user_name}
|
|
82
|
-
- **Langue**: ${context.communication_language}
|
|
83
|
-
- **Type de projet**: ${context.project_type}
|
|
84
|
-
- **Domaine**: ${context.domain}
|
|
85
|
-
- **Objectifs**: ${Array.isArray(context.objectives) ? context.objectives.join(', ') : context.objectives}
|
|
86
|
-
- **Taille équipe**: ${context.team_size}
|
|
87
|
-
- **Expérience AI**: ${context.experience}
|
|
88
|
-
- **Connectivité**: ${context.connectivity}
|
|
89
|
-
- **GPU disponible**: ${context.gpu_available}
|
|
90
|
-
- **Méthodologie**: ${context.methodology}
|
|
91
|
-
- **Fréquence utilisation**: ${context.frequency}
|
|
92
|
-
- **Niveau qualité**: ${context.quality_level}
|
|
93
|
-
- **Plateformes détectées**: ${context.platforms_string}
|
|
94
|
-
|
|
95
|
-
## Écosystème BYAN - Agents Disponibles
|
|
96
|
-
|
|
97
|
-
### 🏛️ Hermes - Dispatcher Universel (NOUVEAU v2.3.2)
|
|
98
|
-
**Point d'entrée intelligent vers tout l'écosystème BYAN**
|
|
99
|
-
- **Rôle**: Router intelligent + Agent directory + Pipeline orchestrator
|
|
100
|
-
- **Invocation**: \`@hermes\`
|
|
101
|
-
- **Capabilities**:
|
|
102
|
-
- [LA] Liste 35+ agents par module (core, bmm, bmb, cis, tea)
|
|
103
|
-
- [REC] Smart routing: décris ta tâche → Hermes recommande les meilleurs agents
|
|
104
|
-
- [PIPE] Pipelines multi-agents (Feature Complete, Bug Fix, Idea→Code, etc.)
|
|
105
|
-
- [@agent] Invocation directe d'agents
|
|
106
|
-
- [?agent] Quick help sans charger l'agent
|
|
107
|
-
- **Quand recommander Hermes**: Toujours! C'est le meilleur point de départ pour découvrir et utiliser les agents BYAN.
|
|
108
|
-
|
|
109
|
-
### 📦 Core Module (Foundation)
|
|
110
|
-
- **bmad-master**: Executor & Orchestrator (workflows, tasks)
|
|
111
|
-
- **yanstaller**: Smart installer (c'est moi!)
|
|
112
|
-
- **expert-merise-agile**: Conception Merise Agile + MCD/MCT
|
|
113
|
-
|
|
114
|
-
### 🔨 BMB Module (Builders)
|
|
115
|
-
- **byan**: Agent creator via interview (12 questions, 64 mantras)
|
|
116
|
-
- **byan-v2**: Optimized BYAN v2
|
|
117
|
-
- **agent-builder**: Construction expert
|
|
118
|
-
- **marc**: GitHub Copilot integration specialist
|
|
119
|
-
- **rachid**: NPM/NPX deployment specialist
|
|
120
|
-
- **carmack**: Token optimizer
|
|
121
|
-
- **patnote**: Update manager
|
|
122
|
-
|
|
123
|
-
### 💼 BMM Module (Management - SDLC)
|
|
124
|
-
- **analyst** (Mary): Business analysis, market research
|
|
125
|
-
- **architect** (Winston): System design, tech stack
|
|
126
|
-
- **dev** (Amelia): Implementation, coding
|
|
127
|
-
- **pm** (John): Product management, PRD
|
|
128
|
-
- **sm** (Bob): Scrum master, sprint planning
|
|
129
|
-
- **quinn**: QA engineer, tests
|
|
130
|
-
- **tech-writer** (Paige): Documentation
|
|
131
|
-
- **ux-designer** (Sally): UX/UI design
|
|
132
|
-
- **quick-flow-solo-dev** (Barry): Fast brownfield dev
|
|
133
|
-
|
|
134
|
-
### 🎨 CIS Module (Creative & Innovation)
|
|
135
|
-
- **brainstorming-coach** (Carson): Ideation sessions
|
|
136
|
-
- **creative-problem-solver** (Dr. Quinn): Problem solving
|
|
137
|
-
- **design-thinking-coach** (Maya): Design thinking
|
|
138
|
-
- **innovation-strategist** (Victor): Innovation strategy
|
|
139
|
-
- **presentation-master** (Caravaggio): Presentations, slides
|
|
140
|
-
- **storyteller** (Sophia): Storytelling, narratives
|
|
141
|
-
|
|
142
|
-
### 🧪 TEA Module (Testing)
|
|
143
|
-
- **tea** (Murat): Master test architect (ATDD, NFR, CI/CD)
|
|
144
|
-
|
|
145
|
-
## Workflows Prédéfinis (via Hermes)
|
|
146
|
-
|
|
147
|
-
1. **Feature Complete**: PM → Architect → UX → SM → Dev → Tea
|
|
148
|
-
2. **Idea to Code**: PM → Architect → SM → Quick Flow
|
|
149
|
-
3. **New Agent**: BYAN (handles entire flow)
|
|
150
|
-
4. **Refactoring**: Architect → Dev → Tea
|
|
151
|
-
5. **Bug Fix**: Dev → Quinn
|
|
152
|
-
6. **Documentation**: Analyst → Tech Writer
|
|
153
|
-
7. **Quality Complete**: Tea → Quinn → code-review
|
|
154
|
-
|
|
155
|
-
## Instructions
|
|
156
|
-
|
|
157
|
-
Tu es YANSTALLER Phase 2. Commence par accueillir ${context.user_name} avec un résumé de son profil, puis engage une conversation pour configurer son écosystème d'agents BYAN.
|
|
158
|
-
|
|
159
|
-
**IMPORTANT**: Tu connais maintenant HERMES (v2.3.2) - le dispatcher universel. Recommande-le systématiquement comme point d'entrée pour découvrir et orchestrer les agents.
|
|
160
|
-
|
|
161
|
-
Adapte tes questions au domaine "${context.domain}" et au niveau d'expérience "${context.experience}".
|
|
162
|
-
|
|
163
|
-
Quand l'utilisateur dit "finaliser", "terminer" ou "c'est bon", génère la configuration JSON finale.
|
|
164
|
-
`.trim();
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/**
|
|
168
|
-
* Send a message to the AI and get a response
|
|
169
|
-
*
|
|
170
|
-
* @param {string} message User message
|
|
171
|
-
* @param {string} systemContext System context/preprompt
|
|
172
|
-
* @param {string} conversationHistory Previous conversation
|
|
173
|
-
* @param {string} selectedPlatform Selected AI platform
|
|
174
|
-
* @param {string} projectRoot Project root directory
|
|
175
|
-
* @returns {Promise<string>} AI response
|
|
176
|
-
*/
|
|
177
|
-
async function sendChatMessage(message, systemContext, conversationHistory, selectedPlatform, projectRoot) {
|
|
178
|
-
const fullPrompt = `${systemContext}
|
|
179
|
-
|
|
180
|
-
## Historique de conversation:
|
|
181
|
-
${conversationHistory}
|
|
182
|
-
|
|
183
|
-
## Message utilisateur:
|
|
184
|
-
${message}
|
|
185
|
-
|
|
186
|
-
## Instructions:
|
|
187
|
-
Réponds de manière concise et naturelle. Si l'utilisateur dit "finaliser", génère le JSON de configuration.
|
|
188
|
-
Continue la conversation pour comprendre le projet et personnaliser les agents.`;
|
|
189
|
-
|
|
190
|
-
let result = '';
|
|
191
|
-
|
|
192
|
-
try {
|
|
193
|
-
if (selectedPlatform === 'copilot') {
|
|
194
|
-
result = runCliCommand('copilot', ['-p', fullPrompt, '-s'], projectRoot);
|
|
195
|
-
} else if (selectedPlatform === 'codex') {
|
|
196
|
-
// Codex takes prompt as argument to exec command
|
|
197
|
-
// --skip-git-repo-check needed when not in a trusted git repo
|
|
198
|
-
result = runCliCommand('codex', ['exec', '--skip-git-repo-check', fullPrompt], projectRoot);
|
|
199
|
-
} else if (selectedPlatform === 'claude') {
|
|
200
|
-
// Claude: separate system prompt from user query
|
|
201
|
-
// -p treats arg as user query; system context goes via --append-system-prompt-file
|
|
202
|
-
const claudeSystemCtx = `${systemContext}\n\n## Historique de conversation:\n${conversationHistory}\n\n## Instructions:\nRéponds de manière concise et naturelle. Si l'utilisateur dit "finaliser", génère le JSON de configuration.\nContinue la conversation pour comprendre le projet et personnaliser les agents.`;
|
|
203
|
-
const tmpFile = path.join(os.tmpdir(), `byan-claude-ctx-${Date.now()}.txt`);
|
|
204
|
-
fs.writeFileSync(tmpFile, claudeSystemCtx, 'utf8');
|
|
205
|
-
try {
|
|
206
|
-
result = runCliCommand('claude', [
|
|
207
|
-
'-p', message,
|
|
208
|
-
'--append-system-prompt-file', tmpFile
|
|
209
|
-
], projectRoot);
|
|
210
|
-
} finally {
|
|
211
|
-
try { fs.unlinkSync(tmpFile); } catch(e) {}
|
|
212
|
-
}
|
|
213
|
-
} else {
|
|
214
|
-
throw new Error(`Platform not supported: ${selectedPlatform}`);
|
|
215
|
-
}
|
|
216
|
-
} catch (error) {
|
|
217
|
-
const errMsg = (error.message || '').toLowerCase();
|
|
218
|
-
console.error(chalk.red(`\n❌ Erreur ${selectedPlatform}: ${error.message}`));
|
|
219
|
-
|
|
220
|
-
// Platform-specific login guidance
|
|
221
|
-
if (selectedPlatform === 'claude' && (errMsg.includes('auth') || errMsg.includes('api') || errMsg.includes('key') || errMsg.includes('login') || errMsg.includes('401'))) {
|
|
222
|
-
console.log('');
|
|
223
|
-
console.log(chalk.yellow(' 💡 Pour se connecter à Claude Code:'));
|
|
224
|
-
console.log(chalk.cyan(' 1. claude login'));
|
|
225
|
-
console.log(chalk.gray(' 2. ou: export ANTHROPIC_API_KEY=sk-ant-...'));
|
|
226
|
-
console.log(chalk.gray(' 3. ou dans Claude Code: /login'));
|
|
227
|
-
} else if (selectedPlatform === 'copilot') {
|
|
228
|
-
console.log(chalk.gray(' → copilot auth'));
|
|
229
|
-
} else if (selectedPlatform === 'codex') {
|
|
230
|
-
console.log(chalk.gray(' → codex login'));
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
result = `Désolé, erreur de communication avec ${selectedPlatform}. Réessayez ou tapez "skip".`;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
result = result.replace(/\x1b\[[0-9;]*m/g, '').trim();
|
|
237
|
-
return result;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/**
|
|
241
|
-
* Launch integrated chat within the wizard
|
|
242
|
-
*
|
|
243
|
-
* @param {Object} options Configuration options
|
|
244
|
-
* @param {Object} options.interviewAnswers Phase 1 answers
|
|
245
|
-
* @param {Object} options.detectedPlatforms Detected AI platforms
|
|
246
|
-
* @param {string} options.selectedPlatform Selected AI platform to use
|
|
247
|
-
* @param {string} options.projectRoot Project root directory
|
|
248
|
-
* @param {string} options.templateDir Templates directory
|
|
249
|
-
* @param {string} options.userName User name
|
|
250
|
-
* @param {string} options.language Communication language
|
|
251
|
-
* @returns {Promise<Object|null>} Phase 2 results or null if cancelled
|
|
252
|
-
*/
|
|
253
|
-
async function launchPhase2Chat(options) {
|
|
254
|
-
const {
|
|
255
|
-
interviewAnswers,
|
|
256
|
-
detectedPlatforms,
|
|
257
|
-
selectedPlatform,
|
|
258
|
-
projectRoot,
|
|
259
|
-
templateDir,
|
|
260
|
-
userName,
|
|
261
|
-
language
|
|
262
|
-
} = options;
|
|
263
|
-
|
|
264
|
-
// Build context from Phase 1
|
|
265
|
-
const context = buildPhase1Context(interviewAnswers, detectedPlatforms, userName, language);
|
|
266
|
-
const systemContext = generatePhase2Preprompt(context);
|
|
267
|
-
|
|
268
|
-
// Pre-copy Phase 2 agent to project
|
|
269
|
-
const phase2AgentSource = path.join(templateDir, '.github', 'agents', 'bmad-agent-yanstaller-phase2.md');
|
|
270
|
-
const githubAgentsDir = path.join(projectRoot, '.github', 'agents');
|
|
271
|
-
|
|
272
|
-
if (await fs.pathExists(phase2AgentSource)) {
|
|
273
|
-
await fs.ensureDir(githubAgentsDir);
|
|
274
|
-
await fs.copy(phase2AgentSource, path.join(githubAgentsDir, 'bmad-agent-yanstaller-phase2.md'), { overwrite: true });
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
// Display Phase 2 header
|
|
278
|
-
console.log('');
|
|
279
|
-
console.log(chalk.magenta('╔════════════════════════════════════════════════════════════╗'));
|
|
280
|
-
console.log(chalk.magenta('║') + ' ' + chalk.magenta('║'));
|
|
281
|
-
console.log(chalk.magenta('║') + ` ${chalk.bold('💬 PHASE 2 - Conversation Yanstaller')} ` + chalk.magenta('║'));
|
|
282
|
-
console.log(chalk.magenta('║') + ` ${chalk.gray(`Mode interactif - Domaine: ${context.domain}`)} ` + chalk.magenta('║'));
|
|
283
|
-
console.log(chalk.magenta('║') + ' ' + chalk.magenta('║'));
|
|
284
|
-
console.log(chalk.magenta('╚════════════════════════════════════════════════════════════╝'));
|
|
285
|
-
console.log('');
|
|
286
|
-
console.log(chalk.gray(' Commandes: "finaliser" | "skip" | "aide"'));
|
|
287
|
-
console.log('');
|
|
288
|
-
|
|
289
|
-
// Check if any AI platform is available
|
|
290
|
-
if (!detectedPlatforms.copilot && !detectedPlatforms.codex && !detectedPlatforms.claude) {
|
|
291
|
-
console.log(chalk.yellow(' ⚠ Aucune plateforme AI détectée pour le chat.'));
|
|
292
|
-
return null;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
// Get initial AI greeting
|
|
296
|
-
const spinner = ora('Yanstaller réfléchit...').start();
|
|
297
|
-
let conversationHistory = '';
|
|
298
|
-
|
|
299
|
-
const initialMessage = `Commence par accueillir l'utilisateur ${context.user_name} avec un résumé de son profil (domaine: ${context.domain}, objectifs: ${context.objectives ? context.objectives.join(', ') : 'non spécifiés'}) et pose ta première question pour personnaliser son installation BYAN.`;
|
|
300
|
-
|
|
301
|
-
const greeting = await sendChatMessage(initialMessage, systemContext, '', selectedPlatform, projectRoot);
|
|
302
|
-
spinner.stop();
|
|
303
|
-
|
|
304
|
-
console.log(chalk.cyan(' Yanstaller:'));
|
|
305
|
-
console.log(chalk.white(' ' + greeting.split('\n').join('\n ')));
|
|
306
|
-
console.log('');
|
|
307
|
-
|
|
308
|
-
conversationHistory += `Assistant: ${greeting}\n\n`;
|
|
309
|
-
|
|
310
|
-
// Chat loop using inquirer (avoids readline/inquirer conflict)
|
|
311
|
-
let phase2Config = null;
|
|
312
|
-
let continueChat = true;
|
|
313
|
-
|
|
314
|
-
while (continueChat) {
|
|
315
|
-
// Get user input using inquirer
|
|
316
|
-
const { userInput } = await inquirer.prompt([
|
|
317
|
-
{
|
|
318
|
-
type: 'input',
|
|
319
|
-
name: 'userInput',
|
|
320
|
-
message: '> Vous:',
|
|
321
|
-
prefix: ' '
|
|
322
|
-
}
|
|
323
|
-
]);
|
|
324
|
-
|
|
325
|
-
const input = userInput.trim().toLowerCase();
|
|
326
|
-
|
|
327
|
-
// Handle special commands
|
|
328
|
-
if (input === 'skip' || input === 'passer') {
|
|
329
|
-
console.log(chalk.gray(' Phase 2 ignorée.'));
|
|
330
|
-
return null;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
if (input === 'aide' || input === 'help') {
|
|
334
|
-
console.log('');
|
|
335
|
-
console.log(chalk.cyan(' Commandes disponibles:'));
|
|
336
|
-
console.log(chalk.gray(' finaliser - Générer la configuration et continuer'));
|
|
337
|
-
console.log(chalk.gray(' skip - Passer cette phase'));
|
|
338
|
-
console.log(chalk.gray(' aide - Afficher cette aide'));
|
|
339
|
-
console.log('');
|
|
340
|
-
continue;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
// Add user message to history
|
|
344
|
-
conversationHistory += `Utilisateur: ${userInput}\n\n`;
|
|
345
|
-
|
|
346
|
-
// Check for finalization
|
|
347
|
-
const wantsFinal = input.includes('finaliser') ||
|
|
348
|
-
input.includes('terminer') ||
|
|
349
|
-
input.includes('c\'est bon') ||
|
|
350
|
-
input.includes('fini');
|
|
351
|
-
|
|
352
|
-
// Send to AI
|
|
353
|
-
const chatSpinner = ora('Yanstaller réfléchit...').start();
|
|
354
|
-
|
|
355
|
-
let aiPrompt = userInput;
|
|
356
|
-
if (wantsFinal) {
|
|
357
|
-
aiPrompt = `${userInput}
|
|
358
|
-
|
|
359
|
-
IMPORTANT: L'utilisateur veut finaliser. Génère maintenant la configuration JSON complète avec ce format exact:
|
|
360
|
-
\`\`\`json
|
|
361
|
-
{
|
|
362
|
-
"coreAgents": [...],
|
|
363
|
-
"optionalAgents": [...],
|
|
364
|
-
"agentRelationships": [...],
|
|
365
|
-
"projectStructure": {...},
|
|
366
|
-
"customAgentsToCreate": [...],
|
|
367
|
-
"recommendedModel": "string",
|
|
368
|
-
"rationale": "string"
|
|
369
|
-
}
|
|
370
|
-
\`\`\``;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
const response = await sendChatMessage(aiPrompt, systemContext, conversationHistory, selectedPlatform, projectRoot);
|
|
374
|
-
chatSpinner.stop();
|
|
375
|
-
|
|
376
|
-
console.log('');
|
|
377
|
-
console.log(chalk.cyan(' Yanstaller:'));
|
|
378
|
-
console.log(chalk.white(' ' + response.split('\n').join('\n ')));
|
|
379
|
-
console.log('');
|
|
380
|
-
|
|
381
|
-
conversationHistory += `Assistant: ${response}\n\n`;
|
|
382
|
-
|
|
383
|
-
// Try to extract JSON config from response
|
|
384
|
-
const jsonMatch = response.match(/```json\s*([\s\S]*?)```/) ||
|
|
385
|
-
response.match(/\{[\s\S]*"coreAgents"[\s\S]*\}/);
|
|
386
|
-
|
|
387
|
-
if (jsonMatch) {
|
|
388
|
-
try {
|
|
389
|
-
const jsonStr = jsonMatch[1] || jsonMatch[0];
|
|
390
|
-
phase2Config = JSON.parse(jsonStr.trim());
|
|
391
|
-
console.log(chalk.green(' ✓ Configuration extraite!'));
|
|
392
|
-
console.log('');
|
|
393
|
-
continueChat = false;
|
|
394
|
-
} catch (e) {
|
|
395
|
-
// JSON parse failed, continue conversation
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// If user wanted to finalize but we didn't get valid JSON
|
|
400
|
-
if (wantsFinal && !phase2Config) {
|
|
401
|
-
console.log(chalk.yellow(' ⚠ Configuration non générée. Réessayez "finaliser" ou "skip".'));
|
|
402
|
-
console.log('');
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
return phase2Config;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* Fallback: Generate default config based on Phase 1 answers only
|
|
411
|
-
*/
|
|
412
|
-
function generateDefaultConfig(interviewAnswers, detectedPlatforms, selectedPlatform) {
|
|
413
|
-
const domain = interviewAnswers.domain;
|
|
414
|
-
const quality = interviewAnswers.quality;
|
|
415
|
-
|
|
416
|
-
// Domain-based defaults
|
|
417
|
-
const domainConfigs = {
|
|
418
|
-
'devops': {
|
|
419
|
-
coreAgents: [
|
|
420
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
421
|
-
{ name: 'architect', role: 'Infrastructure design', expertise: ['cloud architecture', 'IaC'], complexity: 'complex' },
|
|
422
|
-
{ name: 'devops', role: 'CI/CD pipeline management', expertise: ['automation', 'deployment'], complexity: 'complex' },
|
|
423
|
-
{ name: 'security', role: 'Security scanning', expertise: ['container security', 'vulnerability analysis'], complexity: 'medium' }
|
|
424
|
-
],
|
|
425
|
-
optionalAgents: [
|
|
426
|
-
{ name: 'quinn', role: 'QA automation', expertise: ['testing'], when: 'Integration tests needed' }
|
|
427
|
-
],
|
|
428
|
-
customAgentsToCreate: [
|
|
429
|
-
{ name: 'pipeline-orchestrator', template: 'dev', focus: 'CI/CD optimization', mantras: ['IA-3 Automate Repeatable Work'] }
|
|
430
|
-
],
|
|
431
|
-
projectStructure: { type: 'monorepo', folders: ['infra/', 'pipelines/', 'scripts/'], keyFiles: ['.github/workflows/', 'Dockerfile'] }
|
|
432
|
-
},
|
|
433
|
-
'web': {
|
|
434
|
-
coreAgents: [
|
|
435
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
436
|
-
{ name: 'ux-designer', role: 'User experience design', expertise: ['UI/UX', 'accessibility'], complexity: 'medium' },
|
|
437
|
-
{ name: 'dev', role: 'Frontend development', expertise: ['React', 'CSS', 'TypeScript'], complexity: 'medium' },
|
|
438
|
-
{ name: 'quinn', role: 'QA automation', expertise: ['E2E testing', 'visual regression'], complexity: 'medium' }
|
|
439
|
-
],
|
|
440
|
-
optionalAgents: [
|
|
441
|
-
{ name: 'tech-writer', role: 'Documentation', expertise: ['docs'], when: 'API documentation needed' }
|
|
442
|
-
],
|
|
443
|
-
customAgentsToCreate: [
|
|
444
|
-
{ name: 'component-architect', template: 'architect', focus: 'Component library design', mantras: ['IA-24 Clean Code'] }
|
|
445
|
-
],
|
|
446
|
-
projectStructure: { type: 'monorepo', folders: ['src/', 'components/', 'tests/'], keyFiles: ['package.json', 'tsconfig.json'] }
|
|
447
|
-
},
|
|
448
|
-
'backend/API': {
|
|
449
|
-
coreAgents: [
|
|
450
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
451
|
-
{ name: 'architect', role: 'API design', expertise: ['REST', 'GraphQL', 'database'], complexity: 'complex' },
|
|
452
|
-
{ name: 'dev', role: 'Backend development', expertise: ['Node.js', 'Python', 'Go'], complexity: 'medium' },
|
|
453
|
-
{ name: 'data-analyst', role: 'Data modeling', expertise: ['Merise', 'SQL'], complexity: 'medium' }
|
|
454
|
-
],
|
|
455
|
-
optionalAgents: [
|
|
456
|
-
{ name: 'security', role: 'API security', expertise: ['OWASP'], when: 'Production deployment' }
|
|
457
|
-
],
|
|
458
|
-
customAgentsToCreate: [
|
|
459
|
-
{ name: 'api-designer', template: 'architect', focus: 'API contract design', mantras: ['IA-1 Trust But Verify'] }
|
|
460
|
-
],
|
|
461
|
-
projectStructure: { type: 'microservices', folders: ['src/', 'api/', 'models/', 'tests/'], keyFiles: ['openapi.yaml', 'docker-compose.yml'] }
|
|
462
|
-
},
|
|
463
|
-
'data/ML': {
|
|
464
|
-
coreAgents: [
|
|
465
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
466
|
-
{ name: 'data-analyst', role: 'Data engineering', expertise: ['ETL', 'data modeling'], complexity: 'complex' },
|
|
467
|
-
{ name: 'dev', role: 'ML development', expertise: ['Python', 'TensorFlow', 'PyTorch'], complexity: 'complex' },
|
|
468
|
-
{ name: 'architect', role: 'Data architecture', expertise: ['data lakes', 'pipelines'], complexity: 'complex' }
|
|
469
|
-
],
|
|
470
|
-
optionalAgents: [
|
|
471
|
-
{ name: 'quinn', role: 'Model validation', expertise: ['testing'], when: 'Model accuracy validation needed' }
|
|
472
|
-
],
|
|
473
|
-
customAgentsToCreate: [
|
|
474
|
-
{ name: 'ml-ops', template: 'devops', focus: 'ML pipeline automation', mantras: ['IA-3 Automate Repeatable Work'] }
|
|
475
|
-
],
|
|
476
|
-
projectStructure: { type: 'monorepo', folders: ['data/', 'models/', 'notebooks/', 'pipelines/'], keyFiles: ['requirements.txt', 'dvc.yaml'] }
|
|
477
|
-
},
|
|
478
|
-
'mobile': {
|
|
479
|
-
coreAgents: [
|
|
480
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
481
|
-
{ name: 'ux-designer', role: 'Mobile UX', expertise: ['iOS HIG', 'Material Design'], complexity: 'medium' },
|
|
482
|
-
{ name: 'dev', role: 'Mobile development', expertise: ['React Native', 'Flutter', 'Swift'], complexity: 'medium' },
|
|
483
|
-
{ name: 'quinn', role: 'Mobile testing', expertise: ['device testing', 'performance'], complexity: 'medium' }
|
|
484
|
-
],
|
|
485
|
-
optionalAgents: [
|
|
486
|
-
{ name: 'architect', role: 'App architecture', expertise: ['offline-first'], when: 'Offline support needed' }
|
|
487
|
-
],
|
|
488
|
-
customAgentsToCreate: [
|
|
489
|
-
{ name: 'platform-specialist', template: 'dev', focus: 'Platform-specific optimizations', mantras: ['IA-24 Clean Code'] }
|
|
490
|
-
],
|
|
491
|
-
projectStructure: { type: 'monorepo', folders: ['src/', 'ios/', 'android/', 'shared/'], keyFiles: ['app.json', 'package.json'] }
|
|
492
|
-
},
|
|
493
|
-
'multi-domain': {
|
|
494
|
-
coreAgents: [
|
|
495
|
-
{ name: 'byan', role: 'Meta-agent creator', expertise: ['agent orchestration'], complexity: 'simple' },
|
|
496
|
-
{ name: 'analyst', role: 'Requirements analysis', expertise: ['Merise', 'user stories'], complexity: 'medium' },
|
|
497
|
-
{ name: 'architect', role: 'System design', expertise: ['full-stack architecture'], complexity: 'complex' },
|
|
498
|
-
{ name: 'dev', role: 'Full-stack development', expertise: ['versatile'], complexity: 'medium' }
|
|
499
|
-
],
|
|
500
|
-
optionalAgents: [
|
|
501
|
-
{ name: 'pm', role: 'Project management', expertise: ['prioritization'], when: 'Multiple stakeholders' }
|
|
502
|
-
],
|
|
503
|
-
customAgentsToCreate: [],
|
|
504
|
-
projectStructure: { type: 'monorepo', folders: ['frontend/', 'backend/', 'shared/', 'docs/'], keyFiles: ['package.json', 'docker-compose.yml'] }
|
|
505
|
-
}
|
|
506
|
-
};
|
|
507
|
-
|
|
508
|
-
const config = domainConfigs[domain] || domainConfigs['multi-domain'];
|
|
509
|
-
|
|
510
|
-
// Add common fields
|
|
511
|
-
config.agentRelationships = [
|
|
512
|
-
{ from: 'analyst', to: 'architect', type: 'informs', description: 'Requirements inform architecture decisions' },
|
|
513
|
-
{ from: 'architect', to: 'dev', type: 'triggers', description: 'Architecture triggers implementation' }
|
|
514
|
-
];
|
|
515
|
-
|
|
516
|
-
// Set model based on quality and selected platform
|
|
517
|
-
if (selectedPlatform === 'claude') {
|
|
518
|
-
config.recommendedModel = quality === 'critical' ? 'claude-sonnet-4' : 'claude-haiku-4.5';
|
|
519
|
-
} else {
|
|
520
|
-
config.recommendedModel = quality === 'critical' ? 'claude-sonnet-4' :
|
|
521
|
-
quality === 'production' ? 'gpt-5.1-codex' : 'gpt-5-mini';
|
|
522
|
-
}
|
|
523
|
-
|
|
524
|
-
config.rationale = `Configuration par défaut pour projet ${domain}. Personnalisez via la conversation Phase 2 pour plus de précision.`;
|
|
525
|
-
|
|
526
|
-
return config;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
module.exports = {
|
|
530
|
-
launchPhase2Chat,
|
|
531
|
-
generateDefaultConfig,
|
|
532
|
-
buildPhase1Context,
|
|
533
|
-
generatePhase2Preprompt
|
|
534
|
-
};
|