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,319 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* FiveWhysAnalyzer - Root cause analysis through 5 WHYs technique
|
|
3
|
-
*
|
|
4
|
-
* MANTRAS: KISS, DRY, SOLID, Zero Emoji (IA-23)
|
|
5
|
-
*
|
|
6
|
-
* Features:
|
|
7
|
-
* - Pain point detection in user responses
|
|
8
|
-
* - Sequential WHY questioning (1-5 depth)
|
|
9
|
-
* - Root cause extraction
|
|
10
|
-
* - Analysis export with metadata
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
const Logger = require('../observability/logger');
|
|
14
|
-
|
|
15
|
-
class FiveWhysAnalyzer {
|
|
16
|
-
constructor(sessionState, logger, factChecker = null) {
|
|
17
|
-
this.sessionState = sessionState;
|
|
18
|
-
this.logger = logger || new Logger({ logDir: 'logs', logFile: 'five-whys.log' });
|
|
19
|
-
this.factChecker = factChecker;
|
|
20
|
-
|
|
21
|
-
this.depth = 0;
|
|
22
|
-
this.maxDepth = 5;
|
|
23
|
-
this.responses = [];
|
|
24
|
-
this.painPoints = [];
|
|
25
|
-
this.rootCause = null;
|
|
26
|
-
this.active = false;
|
|
27
|
-
|
|
28
|
-
this.painKeywords = [
|
|
29
|
-
'problem', 'issue', 'challenge', 'difficult', 'slow', 'complex',
|
|
30
|
-
'error', 'fail', 'break', 'bug', 'struggle', 'hard', 'confusing',
|
|
31
|
-
'frustrating', 'annoying', 'painful', 'blocking', 'stuck'
|
|
32
|
-
];
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
start(initialResponse) {
|
|
36
|
-
if (!initialResponse || typeof initialResponse !== 'string') {
|
|
37
|
-
return { needsWhys: false, reason: 'Invalid response' };
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
const detected = this._detectPainPoints(initialResponse);
|
|
41
|
-
|
|
42
|
-
if (!detected.hasPainPoints) {
|
|
43
|
-
this.logger.info('No pain points detected', { response: initialResponse.substring(0, 100) });
|
|
44
|
-
return { needsWhys: false, reason: 'No pain points detected' };
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
this.active = true;
|
|
48
|
-
this.painPoints = detected.painPoints;
|
|
49
|
-
this.responses.push({
|
|
50
|
-
depth: 0,
|
|
51
|
-
question: 'initial',
|
|
52
|
-
answer: initialResponse,
|
|
53
|
-
painPoints: detected.painPoints
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
this.logger.info('5 Whys started', { painPoints: detected.painPoints });
|
|
57
|
-
|
|
58
|
-
return {
|
|
59
|
-
needsWhys: true,
|
|
60
|
-
painPoints: detected.painPoints,
|
|
61
|
-
firstQuestion: this.askNext()
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
_detectPainPoints(text) {
|
|
66
|
-
const lowerText = text.toLowerCase();
|
|
67
|
-
const foundPoints = [];
|
|
68
|
-
|
|
69
|
-
for (const keyword of this.painKeywords) {
|
|
70
|
-
if (lowerText.includes(keyword)) {
|
|
71
|
-
const index = lowerText.indexOf(keyword);
|
|
72
|
-
const context = text.substring(Math.max(0, index - 20), Math.min(text.length, index + 50));
|
|
73
|
-
foundPoints.push({ keyword, context: context.trim() });
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
return {
|
|
78
|
-
hasPainPoints: foundPoints.length > 0,
|
|
79
|
-
painPoints: foundPoints,
|
|
80
|
-
confidence: Math.min(1.0, foundPoints.length / 3)
|
|
81
|
-
};
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
askNext() {
|
|
85
|
-
if (!this.active) {
|
|
86
|
-
return null;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
if (this.depth >= this.maxDepth) {
|
|
90
|
-
return null;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
this.depth++;
|
|
94
|
-
|
|
95
|
-
const questions = [
|
|
96
|
-
'Why is this a problem for you?',
|
|
97
|
-
'Why does this happen?',
|
|
98
|
-
'Why is that the case?',
|
|
99
|
-
'Why does that matter?',
|
|
100
|
-
'What is the underlying reason?'
|
|
101
|
-
];
|
|
102
|
-
|
|
103
|
-
const question = this.depth === 1
|
|
104
|
-
? 'Why is this a problem for you?'
|
|
105
|
-
: questions[Math.min(this.depth - 1, questions.length - 1)];
|
|
106
|
-
|
|
107
|
-
return {
|
|
108
|
-
depth: this.depth,
|
|
109
|
-
question,
|
|
110
|
-
prompt: `${question} (${this.depth}/5)`
|
|
111
|
-
};
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
processAnswer(answer) {
|
|
115
|
-
if (!this.active) {
|
|
116
|
-
return { valid: false, reason: 'Analyzer not active' };
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
if (!answer || typeof answer !== 'string' || answer.trim().length < 10) {
|
|
120
|
-
return { valid: false, reason: 'Answer too short or invalid' };
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
this.responses.push({
|
|
124
|
-
depth: this.depth,
|
|
125
|
-
question: `Why #${this.depth}`,
|
|
126
|
-
answer: answer.trim(),
|
|
127
|
-
timestamp: new Date().toISOString(),
|
|
128
|
-
assertionType: 'HYPOTHESIS'
|
|
129
|
-
});
|
|
130
|
-
|
|
131
|
-
if (this.factChecker) {
|
|
132
|
-
const claims = this.factChecker.parse(answer);
|
|
133
|
-
if (claims.length > 0) {
|
|
134
|
-
this.logger.info('Fact-check triggered on WHY answer', { depth: this.depth, patterns: claims.map(c => c.matched) });
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
const rootCauseAnalysis = this._analyzeForRootCause(answer);
|
|
139
|
-
|
|
140
|
-
if (rootCauseAnalysis.isRootCause && this.depth >= 3) {
|
|
141
|
-
this.rootCause = rootCauseAnalysis;
|
|
142
|
-
this.active = false;
|
|
143
|
-
this.logger.info('Root cause identified early', {
|
|
144
|
-
depth: this.depth,
|
|
145
|
-
rootCause: rootCauseAnalysis.statement
|
|
146
|
-
});
|
|
147
|
-
|
|
148
|
-
return {
|
|
149
|
-
valid: true,
|
|
150
|
-
rootCauseFound: true,
|
|
151
|
-
analysis: rootCauseAnalysis,
|
|
152
|
-
nextQuestion: null
|
|
153
|
-
};
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
if (this.depth >= this.maxDepth) {
|
|
157
|
-
this.rootCause = this._extractRootCause();
|
|
158
|
-
this.active = false;
|
|
159
|
-
this.logger.info('5 Whys completed', {
|
|
160
|
-
depth: this.depth,
|
|
161
|
-
rootCause: this.rootCause.statement
|
|
162
|
-
});
|
|
163
|
-
|
|
164
|
-
return {
|
|
165
|
-
valid: true,
|
|
166
|
-
completed: true,
|
|
167
|
-
rootCause: this.rootCause,
|
|
168
|
-
nextQuestion: null
|
|
169
|
-
};
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
return {
|
|
173
|
-
valid: true,
|
|
174
|
-
nextQuestion: this.askNext()
|
|
175
|
-
};
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
_analyzeForRootCause(answer) {
|
|
179
|
-
const lowerAnswer = answer.toLowerCase();
|
|
180
|
-
|
|
181
|
-
const rootCauseIndicators = [
|
|
182
|
-
'because', 'fundamental', 'core', 'underlying', 'root',
|
|
183
|
-
'lack of', 'missing', 'no process', 'no system', 'unclear',
|
|
184
|
-
'not defined', 'never', 'always', 'since beginning'
|
|
185
|
-
];
|
|
186
|
-
|
|
187
|
-
let indicatorCount = 0;
|
|
188
|
-
for (const indicator of rootCauseIndicators) {
|
|
189
|
-
if (lowerAnswer.includes(indicator)) {
|
|
190
|
-
indicatorCount++;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
const isRootCause = indicatorCount >= 2 || (indicatorCount >= 1 && answer.length > 100);
|
|
195
|
-
const confidence = Math.min(1.0, (indicatorCount * 0.3) + (answer.length / 500));
|
|
196
|
-
|
|
197
|
-
return {
|
|
198
|
-
isRootCause,
|
|
199
|
-
confidence,
|
|
200
|
-
statement: answer.trim(),
|
|
201
|
-
depth: this.depth,
|
|
202
|
-
indicators: indicatorCount
|
|
203
|
-
};
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
_extractRootCause() {
|
|
207
|
-
if (this.responses.length < 2) {
|
|
208
|
-
return {
|
|
209
|
-
statement: 'Insufficient data for root cause analysis',
|
|
210
|
-
confidence: 0.0,
|
|
211
|
-
category: 'unknown',
|
|
212
|
-
actionItems: []
|
|
213
|
-
};
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
const lastResponses = this.responses.slice(-2);
|
|
217
|
-
const deepestAnswer = lastResponses[lastResponses.length - 1].answer;
|
|
218
|
-
|
|
219
|
-
const category = this._categorizeRootCause(deepestAnswer);
|
|
220
|
-
const actionItems = this._extractActionItems(deepestAnswer);
|
|
221
|
-
const confidence = this._calculateConfidence(this.depth, deepestAnswer);
|
|
222
|
-
|
|
223
|
-
return {
|
|
224
|
-
statement: deepestAnswer,
|
|
225
|
-
confidence,
|
|
226
|
-
category,
|
|
227
|
-
actionItems,
|
|
228
|
-
depth: this.depth
|
|
229
|
-
};
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
_categorizeRootCause(statement) {
|
|
233
|
-
const lowerStatement = statement.toLowerCase();
|
|
234
|
-
|
|
235
|
-
const categories = {
|
|
236
|
-
technical: ['code', 'system', 'software', 'hardware', 'infrastructure', 'api', 'database'],
|
|
237
|
-
process: ['process', 'workflow', 'procedure', 'method', 'approach', 'way we'],
|
|
238
|
-
resource: ['time', 'money', 'budget', 'people', 'team', 'resource', 'capacity'],
|
|
239
|
-
knowledge: ['know', 'understand', 'learn', 'training', 'documentation', 'experience', 'skill']
|
|
240
|
-
};
|
|
241
|
-
|
|
242
|
-
for (const [category, keywords] of Object.entries(categories)) {
|
|
243
|
-
for (const keyword of keywords) {
|
|
244
|
-
if (lowerStatement.includes(keyword)) {
|
|
245
|
-
return category;
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
return 'general';
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
_extractActionItems(statement) {
|
|
254
|
-
const actionKeywords = [
|
|
255
|
-
'need to', 'should', 'must', 'have to', 'require',
|
|
256
|
-
'implement', 'create', 'build', 'fix', 'improve'
|
|
257
|
-
];
|
|
258
|
-
|
|
259
|
-
const sentences = statement.split(/[.!?]+/).filter(s => s.trim().length > 0);
|
|
260
|
-
const actions = [];
|
|
261
|
-
|
|
262
|
-
for (const sentence of sentences) {
|
|
263
|
-
const lowerSentence = sentence.toLowerCase();
|
|
264
|
-
for (const keyword of actionKeywords) {
|
|
265
|
-
if (lowerSentence.includes(keyword)) {
|
|
266
|
-
actions.push(sentence.trim());
|
|
267
|
-
break;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
return actions.slice(0, 3);
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
_calculateConfidence(depth, statement) {
|
|
276
|
-
let confidence = 0.5;
|
|
277
|
-
|
|
278
|
-
confidence += (depth / this.maxDepth) * 0.3;
|
|
279
|
-
|
|
280
|
-
if (statement.length > 50) confidence += 0.1;
|
|
281
|
-
if (statement.length > 100) confidence += 0.1;
|
|
282
|
-
|
|
283
|
-
return Math.min(1.0, confidence);
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
isComplete() {
|
|
287
|
-
return !this.active;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
getRootCause() {
|
|
291
|
-
return this.rootCause;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
getDepth() {
|
|
295
|
-
return this.depth;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
getResponses() {
|
|
299
|
-
return [...this.responses];
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export() {
|
|
303
|
-
return {
|
|
304
|
-
version: '1.0.0',
|
|
305
|
-
createdAt: new Date().toISOString(),
|
|
306
|
-
painPoints: this.painPoints,
|
|
307
|
-
depth: this.depth,
|
|
308
|
-
responses: this.responses,
|
|
309
|
-
rootCause: this.rootCause,
|
|
310
|
-
metadata: {
|
|
311
|
-
completed: this.isComplete(),
|
|
312
|
-
maxDepth: this.maxDepth,
|
|
313
|
-
responseCount: this.responses.length
|
|
314
|
-
}
|
|
315
|
-
};
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
module.exports = FiveWhysAnalyzer;
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* challenge-evaluator.js — Decides HOW to challenge a claim based on ELO context
|
|
3
|
-
*
|
|
4
|
-
* Does NOT decide if a claim is true or false (that's the LLM's job).
|
|
5
|
-
* Returns challenge configuration: scaffold level, style, flags, LLM instructions.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
const config = require('./domain-config');
|
|
9
|
-
|
|
10
|
-
class ChallengeEvaluator {
|
|
11
|
-
/**
|
|
12
|
-
* Build the challenge context for a given domain/rating.
|
|
13
|
-
* Called BEFORE the LLM evaluates the claim.
|
|
14
|
-
*
|
|
15
|
-
* @param {string} domain
|
|
16
|
-
* @param {object} domainProfile - from EloStore.getDomain()
|
|
17
|
-
* @returns {ChallengeContext}
|
|
18
|
-
*/
|
|
19
|
-
evaluateContext(domain, domainProfile) {
|
|
20
|
-
const rating = domainProfile.rating ?? config.INITIAL_RATING;
|
|
21
|
-
const scaffold = config.getScaffoldLevel(rating);
|
|
22
|
-
const style = config.getChallengeStyle(rating);
|
|
23
|
-
const inDeadZone = config.isInDeadZone(rating);
|
|
24
|
-
const firstBlood = !domainProfile.first_claim_made;
|
|
25
|
-
const tiltDetected = (domainProfile.blocked_streak ?? 0) >= config.TILT_THRESHOLD;
|
|
26
|
-
const shouldSoftChallenge = rating < 500 || inDeadZone;
|
|
27
|
-
|
|
28
|
-
return {
|
|
29
|
-
domain,
|
|
30
|
-
rating,
|
|
31
|
-
rd: domainProfile.rd ?? config.INITIAL_RD,
|
|
32
|
-
scaffoldLevel: scaffold.level,
|
|
33
|
-
scaffoldIncludes: scaffold.includes,
|
|
34
|
-
challengeStyle: style,
|
|
35
|
-
shouldSoftChallenge,
|
|
36
|
-
firstBlood,
|
|
37
|
-
inDeadZone,
|
|
38
|
-
tiltDetected,
|
|
39
|
-
promptInstructions: this._buildPromptInstructions({
|
|
40
|
-
scaffoldLevel: scaffold.level,
|
|
41
|
-
scaffoldIncludes: scaffold.includes,
|
|
42
|
-
style,
|
|
43
|
-
shouldSoftChallenge,
|
|
44
|
-
firstBlood,
|
|
45
|
-
inDeadZone,
|
|
46
|
-
tiltDetected,
|
|
47
|
-
domain,
|
|
48
|
-
rating
|
|
49
|
-
})
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* Map a raw LLM evaluation outcome to a canonical result.
|
|
55
|
-
* @param {'validated'|'blocked'|'partial'|'soft'} outcome
|
|
56
|
-
* @returns {'VALIDATED'|'BLOCKED'|'PARTIALLY_VALID'|'SOFT_CHALLENGED'}
|
|
57
|
-
*/
|
|
58
|
-
normalizeResult(outcome) {
|
|
59
|
-
const map = {
|
|
60
|
-
validated: 'VALIDATED',
|
|
61
|
-
blocked: 'BLOCKED',
|
|
62
|
-
partial: 'PARTIALLY_VALID',
|
|
63
|
-
soft: 'SOFT_CHALLENGED'
|
|
64
|
-
};
|
|
65
|
-
return map[outcome?.toLowerCase()] ?? 'SOFT_CHALLENGED';
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
/**
|
|
69
|
-
* Convert a canonical result to a numeric Glicko score.
|
|
70
|
-
* @param {'VALIDATED'|'BLOCKED'|'PARTIALLY_VALID'|'SOFT_CHALLENGED'} result
|
|
71
|
-
* @returns {number} 0 | 0.5 | 1
|
|
72
|
-
*/
|
|
73
|
-
resultToScore(result) {
|
|
74
|
-
switch (result) {
|
|
75
|
-
case 'VALIDATED': return 1;
|
|
76
|
-
case 'PARTIALLY_VALID': return 0.5;
|
|
77
|
-
case 'BLOCKED': return 0;
|
|
78
|
-
default: return 0.5; // neutral for soft challenges
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
// --- Private ---
|
|
83
|
-
|
|
84
|
-
_buildPromptInstructions({ scaffoldLevel, scaffoldIncludes, style, shouldSoftChallenge,
|
|
85
|
-
firstBlood, inDeadZone, tiltDetected, domain, rating }) {
|
|
86
|
-
const lines = [];
|
|
87
|
-
|
|
88
|
-
if (tiltDetected) {
|
|
89
|
-
lines.push(`TILT_DETECTED: User has ${3}+ consecutive BLOCKED in ${domain}. Use maximum empathy. Suggest a pause before continuing.`);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
if (firstBlood) {
|
|
93
|
-
lines.push(`FIRST_BLOOD: This is the user's first claim in ${domain}. Always challenge regardless of global ELO. Zero Trust per domain.`);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
if (shouldSoftChallenge) {
|
|
97
|
-
lines.push(`SOFT_CHALLENGE: Do not BLOCK immediately. Ask "what led you to this conclusion?" first. Only BLOCK if the explanation reveals a real gap.`);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
if (inDeadZone) {
|
|
101
|
-
lines.push(`DEAD_ZONE: User is at ${rating} (450–550 Dunning-Kruger peak). Maximum nuance required. Challenge precisely.`);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
lines.push(`CHALLENGE_STYLE: ${style.toUpperCase()}`);
|
|
105
|
-
lines.push(`SCAFFOLD_LEVEL: ${scaffoldLevel} — include: [${scaffoldIncludes.join(', ')}]`);
|
|
106
|
-
|
|
107
|
-
if (style === 'guide') {
|
|
108
|
-
lines.push('TONE: Encourage and simplify. User is significantly below benchmark.');
|
|
109
|
-
} else if (style === 'learner') {
|
|
110
|
-
lines.push('TONE: Adopt learner mode. User may exceed your benchmark — ask questions.');
|
|
111
|
-
} else if (style === 'peer') {
|
|
112
|
-
lines.push('TONE: Peer-to-peer. Be technically precise and nuanced.');
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
lines.push('INVARIANT: Tone is always curious, never accusatory. No "That\'s wrong." Use "What led you to think...?" or "You\'re on the right track — the nuance is..."');
|
|
116
|
-
|
|
117
|
-
return lines.join('\n');
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
module.exports = ChallengeEvaluator;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* domain-config.js — Static configuration for the ELO Trust System
|
|
3
|
-
*
|
|
4
|
-
* All thresholds, multipliers and routing rules live here.
|
|
5
|
-
* Pure data — no side effects.
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
// K-factor multipliers per domain.
|
|
9
|
-
// Base K = 32. Final K = BASE_K × multiplier.
|
|
10
|
-
const BASE_K = 32;
|
|
11
|
-
|
|
12
|
-
const K_FACTOR_MULTIPLIERS = {
|
|
13
|
-
security: 1.5, // high stakes — errors are costly
|
|
14
|
-
compliance: 1.5,
|
|
15
|
-
performance: 1.2,
|
|
16
|
-
general: 1.0, // neutral reference
|
|
17
|
-
javascript: 1.0,
|
|
18
|
-
typescript: 1.0,
|
|
19
|
-
nodejs: 1.0,
|
|
20
|
-
algorithms: 0.8, // fundamentals are stable — mistakes are normal
|
|
21
|
-
cryptography:1.2,
|
|
22
|
-
devops: 1.0,
|
|
23
|
-
react: 1.0
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
// Dunning-Kruger dead zone: maximum challenge intensity here
|
|
27
|
-
const DEAD_ZONE = { min: 450, max: 550 };
|
|
28
|
-
|
|
29
|
-
// LLM routing thresholds (max rating across active domains)
|
|
30
|
-
const LLM_ROUTING = [
|
|
31
|
-
{ maxRating: 200, model: 'claude-opus-4.5', label: 'Apprenti' },
|
|
32
|
-
{ maxRating: 600, model: 'claude-sonnet-4.5', label: 'Praticien' },
|
|
33
|
-
{ maxRating: Infinity, model: 'claude-haiku-4.5', label: 'Expert' }
|
|
34
|
-
];
|
|
35
|
-
|
|
36
|
-
// Scaffold levels: how much help is provided with a challenge
|
|
37
|
-
const SCAFFOLD_LEVELS = [
|
|
38
|
-
{ maxRating: 200, level: 3, label: 'full', includes: ['challenge', 'hint', 'analogy', 'concept_link'] },
|
|
39
|
-
{ maxRating: 500, level: 2, label: 'guided', includes: ['challenge', 'hint'] },
|
|
40
|
-
{ maxRating: 700, level: 1, label: 'standard',includes: ['challenge'] },
|
|
41
|
-
{ maxRating: Infinity, level: 0, label: 'adversarial', includes: ['challenge'] }
|
|
42
|
-
];
|
|
43
|
-
|
|
44
|
-
// Challenge style based on ELO gap (user rating - domain baseline 500)
|
|
45
|
-
const CHALLENGE_STYLES = [
|
|
46
|
-
{ minGap: -Infinity, maxGap: -400, style: 'guide' }, // beginner vs expert
|
|
47
|
-
{ minGap: -400, maxGap: -100, style: 'standard' },
|
|
48
|
-
{ minGap: -100, maxGap: 100, style: 'peer' },
|
|
49
|
-
{ minGap: 100, maxGap: Infinity, style: 'learner' } // user exceeds BYAN benchmark
|
|
50
|
-
];
|
|
51
|
-
|
|
52
|
-
// The 6 root causes of a BLOCKED claim
|
|
53
|
-
const BLOCKED_REASONS = {
|
|
54
|
-
TERMINOLOGY_GAP: 'terminology_gap',
|
|
55
|
-
PREREQUISITE_GAP: 'prerequisite_gap',
|
|
56
|
-
CONTEXT_MISMATCH: 'context_mismatch',
|
|
57
|
-
OUTDATED_KNOWLEDGE: 'outdated_knowledge',
|
|
58
|
-
LAZY_CLAIM: 'lazy_claim',
|
|
59
|
-
OVERCONFIDENCE: 'overconfidence'
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
// Adapted label for BLOCKED result based on user rating
|
|
63
|
-
const BLOCKED_LABELS = [
|
|
64
|
-
{ maxRating: 300, label: "Moment d'apprentissage" },
|
|
65
|
-
{ maxRating: 600, label: 'Point de precision' },
|
|
66
|
-
{ maxRating: Infinity, label: 'Claim non valide' }
|
|
67
|
-
];
|
|
68
|
-
|
|
69
|
-
// Tilt threshold: consecutive BLOCKs in same domain triggering soft intervention
|
|
70
|
-
const TILT_THRESHOLD = 3;
|
|
71
|
-
|
|
72
|
-
// Intervention mode threshold: total rating at 0 across N sessions
|
|
73
|
-
const INTERVENTION_RATING = 0;
|
|
74
|
-
|
|
75
|
-
// Initial rating for a new domain
|
|
76
|
-
const INITIAL_RATING = 0;
|
|
77
|
-
const INITIAL_RD = 200; // high uncertainty at start
|
|
78
|
-
|
|
79
|
-
// Provisional ELO when user self-declares expertise level
|
|
80
|
-
const DECLARED_EXPERTISE_RATINGS = {
|
|
81
|
-
beginner: 100,
|
|
82
|
-
intermediate: 400,
|
|
83
|
-
advanced: 650,
|
|
84
|
-
expert: 800,
|
|
85
|
-
principal: 900
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
function getKFactor(domain) {
|
|
89
|
-
const multiplier = K_FACTOR_MULTIPLIERS[domain] ?? K_FACTOR_MULTIPLIERS.general;
|
|
90
|
-
return Math.round(BASE_K * multiplier);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
function getScaffoldLevel(rating) {
|
|
94
|
-
return SCAFFOLD_LEVELS.find(s => rating <= s.maxRating) ?? SCAFFOLD_LEVELS[SCAFFOLD_LEVELS.length - 1];
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
function getChallengeStyle(rating, byanBaseline = 500) {
|
|
98
|
-
const gap = rating - byanBaseline;
|
|
99
|
-
return CHALLENGE_STYLES.find(s => gap >= s.minGap && gap < s.maxGap)?.style ?? 'standard';
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
function getBlockedLabel(rating) {
|
|
103
|
-
return BLOCKED_LABELS.find(b => rating <= b.maxRating)?.label ?? 'Claim non valide';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
function isInDeadZone(rating) {
|
|
107
|
-
return rating >= DEAD_ZONE.min && rating <= DEAD_ZONE.max;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
module.exports = {
|
|
111
|
-
BASE_K,
|
|
112
|
-
K_FACTOR_MULTIPLIERS,
|
|
113
|
-
DEAD_ZONE,
|
|
114
|
-
LLM_ROUTING,
|
|
115
|
-
SCAFFOLD_LEVELS,
|
|
116
|
-
CHALLENGE_STYLES,
|
|
117
|
-
BLOCKED_REASONS,
|
|
118
|
-
BLOCKED_LABELS,
|
|
119
|
-
TILT_THRESHOLD,
|
|
120
|
-
INTERVENTION_RATING,
|
|
121
|
-
INITIAL_RATING,
|
|
122
|
-
INITIAL_RD,
|
|
123
|
-
DECLARED_EXPERTISE_RATINGS,
|
|
124
|
-
getKFactor,
|
|
125
|
-
getScaffoldLevel,
|
|
126
|
-
getChallengeStyle,
|
|
127
|
-
getBlockedLabel,
|
|
128
|
-
isInDeadZone
|
|
129
|
-
};
|