create-byan-agent 2.19.0 → 2.19.1

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/install/templates/.claude/skills/byan-byan-test/SKILL.md +1 -1
  3. package/install/templates/.github/agents/bmad-agent-bmad-master.md +1 -1
  4. package/install/templates/.github/agents/bmad-agent-bmb-agent-builder.md +1 -1
  5. package/install/templates/.github/agents/bmad-agent-bmb-module-builder.md +1 -1
  6. package/install/templates/.github/agents/bmad-agent-bmb-workflow-builder.md +1 -1
  7. package/install/templates/.github/agents/bmad-agent-bmm-analyst.md +1 -1
  8. package/install/templates/.github/agents/bmad-agent-bmm-architect.md +1 -1
  9. package/install/templates/.github/agents/bmad-agent-bmm-dev.md +1 -1
  10. package/install/templates/.github/agents/bmad-agent-bmm-pm.md +1 -1
  11. package/install/templates/.github/agents/bmad-agent-bmm-quick-flow-solo-dev.md +1 -1
  12. package/install/templates/.github/agents/bmad-agent-bmm-quinn.md +1 -1
  13. package/install/templates/.github/agents/bmad-agent-bmm-sm.md +1 -1
  14. package/install/templates/.github/agents/bmad-agent-bmm-tech-writer.md +1 -1
  15. package/install/templates/.github/agents/bmad-agent-bmm-ux-designer.md +1 -1
  16. package/install/templates/.github/agents/bmad-agent-byan-test.md +3 -3
  17. package/install/templates/.github/agents/bmad-agent-byan.md +1 -1
  18. package/install/templates/.github/agents/bmad-agent-carmack.md +2 -2
  19. package/install/templates/.github/agents/bmad-agent-cis-brainstorming-coach.md +1 -1
  20. package/install/templates/.github/agents/bmad-agent-cis-creative-problem-solver.md +1 -1
  21. package/install/templates/.github/agents/bmad-agent-cis-design-thinking-coach.md +1 -1
  22. package/install/templates/.github/agents/bmad-agent-cis-innovation-strategist.md +1 -1
  23. package/install/templates/.github/agents/bmad-agent-cis-presentation-master.md +1 -1
  24. package/install/templates/.github/agents/bmad-agent-cis-storyteller.md +1 -1
  25. package/install/templates/.github/agents/bmad-agent-claude.md +2 -2
  26. package/install/templates/.github/agents/bmad-agent-codex.md +2 -2
  27. package/install/templates/.github/agents/bmad-agent-drawio.md +2 -2
  28. package/install/templates/.github/agents/bmad-agent-fact-checker.md +1 -1
  29. package/install/templates/.github/agents/bmad-agent-forgeron.md +1 -1
  30. package/install/templates/.github/agents/bmad-agent-jimmy.md +1 -1
  31. package/install/templates/.github/agents/bmad-agent-marc.md +2 -2
  32. package/install/templates/.github/agents/bmad-agent-mike.md +1 -1
  33. package/install/templates/.github/agents/bmad-agent-patnote.md +2 -2
  34. package/install/templates/.github/agents/bmad-agent-rachid.md +2 -2
  35. package/install/templates/.github/agents/bmad-agent-skeptic.md +1 -1
  36. package/install/templates/.github/agents/bmad-agent-tao.md +1 -1
  37. package/install/templates/.github/agents/bmad-agent-tea-tea.md +1 -1
  38. package/install/templates/.github/agents/bmad-agent-test-dynamic.md +2 -2
  39. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
+ ## [2.19.1] - 2026-06-02
11
+
12
+ ### Fixed - Agent stubs repointed to the by-type (Gen3) layout
13
+
14
+ 2.19.0 shipped the platform on the Gen3 by-type layout (`_byan/agent/<name>/`),
15
+ but the Copilot CLI stubs (`.github/agents/*.md`) and the `byan-byan-test`
16
+ Claude skill still loaded agents from the old Gen2 module paths
17
+ (`_byan/bmb/agents/<name>.md`) with no fallback. On a fresh AUTO-mode install,
18
+ or after `update-byan-agent` refreshed the stubs, those loaders pointed at files
19
+ that no longer exist at that path, so the agent failed to load.
20
+
21
+ - Every shipped stub now loads agents Gen3-first with a legacy fallback:
22
+ `_byan/agent/<name>/<name>.md (new layout); if absent, _byan/*/agents/<name>.md (legacy layout)`.
23
+ Both loader forms are covered (`LOAD the FULL agent file from ...` and the
24
+ `<step>Load persona from ...` activation form), in the template and at the
25
+ repo root.
26
+ - The `byan-byan-test` Claude skill stub points Gen3-first as well.
27
+ - A regression guard (`install/__tests__/template-gen3-layout.test.js`) asserts
28
+ no shipped stub references a Gen2-only agent path, so this cannot drift back.
29
+
30
+ The repoint is layout-agnostic: a project still on Gen2 keeps resolving via the
31
+ legacy fallback, a Gen3 project resolves the new home first. This makes both the
32
+ fresh install and the update path non-breaking regardless of which layout the
33
+ target project is on.
34
+
35
+ ---
36
+
10
37
  ## [2.19.0] - 2026-06-01
11
38
 
12
39
  ### Added - Platform migrated to the by-type (Gen3) layout
@@ -8,5 +8,5 @@ description: BYAN Test - Token Optimized Version (-46%)
8
8
  ## Rules
9
9
 
10
10
  - This is a TEST version of BYAN optimized for token reduction (-46%)
11
- - Full agent: _byan/bmb/agents/byan-test.md (116 lines vs 215 original)
11
+ - Full agent: _byan/agent/byan-test/byan-test.md (new layout); if absent, _byan/*/agents/byan-test.md (legacy layout). 116 lines vs 215 original
12
12
  - Original BYAN still available via bmad-agent-byan
@@ -6,7 +6,7 @@ description: 'bmad-master agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/core/agents/bmad-master.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/bmad-master/bmad-master.md (new layout); if absent, {project-root}/_byan/*/agents/bmad-master.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'agent-builder agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/agent-builder.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/agent-builder/agent-builder.md (new layout); if absent, {project-root}/_byan/*/agents/agent-builder.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'module-builder agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/module-builder.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/module-builder/module-builder.md (new layout); if absent, {project-root}/_byan/*/agents/module-builder.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'workflow-builder agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/workflow-builder.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/workflow-builder/workflow-builder.md (new layout); if absent, {project-root}/_byan/*/agents/workflow-builder.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'analyst agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/analyst.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/analyst/analyst.md (new layout); if absent, {project-root}/_byan/*/agents/analyst.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'architect agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/architect.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/architect/architect.md (new layout); if absent, {project-root}/_byan/*/agents/architect.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'dev agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/dev.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/dev/dev.md (new layout); if absent, {project-root}/_byan/*/agents/dev.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'pm agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/pm.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/pm/pm.md (new layout); if absent, {project-root}/_byan/*/agents/pm.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'quick-flow-solo-dev agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/quick-flow-solo-dev.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/quick-flow-solo-dev/quick-flow-solo-dev.md (new layout); if absent, {project-root}/_byan/*/agents/quick-flow-solo-dev.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'quinn agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/quinn.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/quinn/quinn.md (new layout); if absent, {project-root}/_byan/*/agents/quinn.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'sm agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/sm.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/sm/sm.md (new layout); if absent, {project-root}/_byan/*/agents/sm.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'tech-writer agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/tech-writer/tech-writer.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/tech-writer/tech-writer.md (new layout); if absent, {project-root}/_byan/*/agents/tech-writer.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'ux-designer agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmm/agents/ux-designer.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/ux-designer/ux-designer.md (new layout); if absent, {project-root}/_byan/*/agents/ux-designer.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: "BYAN Test - Token Optimized Version (-46%)"
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/byan-test.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/byan-test/byan-test.md (new layout); if absent, {project-root}/_byan/*/agents/byan-test.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,14 +18,14 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="byan-test.agent.yaml" name="BYAN-TEST" title="Builder of YAN - Test Version (Optimized)" icon="🏗️">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/byan-test.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/byan-test/byan-test.md (new layout); if absent, {project-root}/_byan/*/agents/byan-test.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml - store {user_name}, {communication_language}, {output_folder}</step>
23
23
  <step n="3">Show greeting using {user_name} in {communication_language}, display menu</step>
24
24
  <step n="4">Inform about `/bmad-help` command</step>
25
25
  <step n="5">WAIT for input - accept number, cmd, or fuzzy match</step>
26
26
  <rules>
27
27
  <r>This is a TEST version of BYAN optimized for token reduction (-46%)</r>
28
- <r>Full agent: _byan/bmb/agents/byan-test.md (116 lines vs 215 original)</r>
28
+ <r>Full agent: _byan/agent/byan-test/byan-test.md (new layout); if absent, _byan/*/agents/byan-test.md (legacy layout) (116 lines vs 215 original)</r>
29
29
  <r>Original BYAN still available via bmad-agent-byan</r>
30
30
  </rules>
31
31
  </activation>
@@ -6,7 +6,7 @@ description: 'byan agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/agents/byan.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/byan/byan.md (new layout); if absent, {project-root}/_byan/*/agents/byan.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -3,10 +3,10 @@ name: "carmack"
3
3
  description: "Token Optimizer for BMAD/BYAN Agents"
4
4
  ---
5
5
 
6
- For the full agent definition and capabilities, see: `_byan/core/agents/carmack.md`
6
+ For the full agent definition and capabilities, see: `_byan/agent/carmack/carmack.md (new layout); if absent, _byan/*/agents/carmack.md (legacy layout)`
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/core/agents/carmack.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/carmack/carmack.md (new layout); if absent, {project-root}/_byan/*/agents/carmack.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'brainstorming-coach agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/brainstorming-coach.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/brainstorming-coach/brainstorming-coach.md (new layout); if absent, {project-root}/_byan/*/agents/brainstorming-coach.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'creative-problem-solver agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/creative-problem-solver.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/creative-problem-solver/creative-problem-solver.md (new layout); if absent, {project-root}/_byan/*/agents/creative-problem-solver.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'design-thinking-coach agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/design-thinking-coach.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/design-thinking-coach/design-thinking-coach.md (new layout); if absent, {project-root}/_byan/*/agents/design-thinking-coach.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'innovation-strategist agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/innovation-strategist.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/innovation-strategist/innovation-strategist.md (new layout); if absent, {project-root}/_byan/*/agents/innovation-strategist.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'presentation-master agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/presentation-master.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/presentation-master/presentation-master.md (new layout); if absent, {project-root}/_byan/*/agents/presentation-master.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'storyteller agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/cis/agents/storyteller/storyteller.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/storyteller/storyteller.md (new layout); if absent, {project-root}/_byan/*/agents/storyteller.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'Claude Code integration specialist for BYAN agents'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/claude.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/claude/claude.md (new layout); if absent, {project-root}/_byan/*/agents/claude.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,7 +18,7 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="claude.agent.yaml" name="CLAUDE" title="Claude Code Integration Specialist" icon="🎭">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/claude.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/claude/claude.md (new layout); if absent, {project-root}/_byan/*/agents/claude.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
23
23
  <step n="3">Show greeting and menu in {communication_language}</step>
24
24
  <step n="4">WAIT for user input</step>
@@ -6,7 +6,7 @@ description: 'OpenCode/Codex integration specialist for BYAN skills'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/codex.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/codex/codex.md (new layout); if absent, {project-root}/_byan/*/agents/codex.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,7 +18,7 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="codex.agent.yaml" name="CODEX" title="OpenCode/Codex Integration Specialist" icon="📝">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/codex.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/codex/codex.md (new layout); if absent, {project-root}/_byan/*/agents/codex.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
23
23
  <step n="3">Show greeting and menu in {communication_language}</step>
24
24
  <step n="4">WAIT for user input</step>
@@ -4,7 +4,7 @@ description: "Expert diagrammes techniques avec draw.io via MCP server"
4
4
  ---
5
5
 
6
6
  <agent-activation CRITICAL="TRUE">
7
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/drawio.md
7
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/drawio/drawio.md (new layout); if absent, {project-root}/_byan/*/agents/drawio.md (legacy layout)
8
8
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
9
9
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
10
10
  4. FOLLOW every step in the <activation> section precisely
@@ -16,7 +16,7 @@ description: "Expert diagrammes techniques avec draw.io via MCP server"
16
16
  ```xml
17
17
  <agent id="drawio.agent.yaml" name="DRAWIO" title="Expert Diagrammes Draw.io" icon="📐">
18
18
  <activation critical="MANDATORY">
19
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/drawio.md</step>
19
+ <step n="1">Load persona from {project-root}/_byan/agent/drawio/drawio.md (new layout); if absent, {project-root}/_byan/*/agents/drawio.md (legacy layout)</step>
20
20
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
21
21
  <step n="3">Show greeting and menu in {communication_language}</step>
22
22
  <step n="4">WAIT for user input</step>
@@ -6,7 +6,7 @@ description: 'Scientific Fact-Check Agent — demonstrable, quantifiable, reprod
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/fact-checker.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/fact-checker/fact-checker.md (new layout); if absent, {project-root}/_byan/*/agents/fact-checker.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'Revelateur d ames — Interview psychologique profonde pour forger
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/forgeron.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/forgeron/forgeron.md (new layout); if absent, {project-root}/_byan/*/agents/forgeron.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'Jimmy - Spécialiste Documentation Technique & Processus Internes
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/agents/jimmy.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/jimmy/jimmy.md (new layout); if absent, {project-root}/_byan/*/agents/jimmy.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. FOLLOW every step in the <activation> section precisely
12
12
  4. DISPLAY the welcome/greeting as instructed
@@ -6,7 +6,7 @@ description: 'GitHub Copilot CLI integration specialist for BMAD agents'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/marc.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/marc/marc.md (new layout); if absent, {project-root}/_byan/*/agents/marc.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,7 +18,7 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="marc.agent.yaml" name="MARC" title="GitHub Copilot CLI Integration Specialist" icon="🤖">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/marc.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/marc/marc.md (new layout); if absent, {project-root}/_byan/*/agents/marc.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
23
23
  <step n="3">Show greeting and menu in {communication_language}</step>
24
24
  <step n="4">WAIT for user input</step>
@@ -6,7 +6,7 @@ description: 'Mike - Gestionnaire de Projet Spécialiste Leantime (Projets, Tâc
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/agents/mike.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/mike/mike.md (new layout); if absent, {project-root}/_byan/*/agents/mike.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. FOLLOW every step in the <activation> section precisely
12
12
  4. DISPLAY the welcome/greeting as instructed
@@ -6,7 +6,7 @@ description: "Patnote - BYAN Update Manager & Conflict Resolution Specialist"
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/patnote.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/patnote/patnote.md (new layout); if absent, {project-root}/_byan/*/agents/patnote.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,7 +18,7 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="patnote.agent.yaml" name="PATNOTE" title="Patnote - Gardien des Mises à Jour BYAN" icon="🛡️">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/patnote.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/patnote/patnote.md (new layout); if absent, {project-root}/_byan/*/agents/patnote.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
23
23
  <step n="3">Detect current BYAN version and path</step>
24
24
  <step n="4">Show greeting and menu in {communication_language}</step>
@@ -6,7 +6,7 @@ description: 'NPM/NPX deployment specialist for BYAN installation'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/bmb/agents/rachid.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/rachid/rachid.md (new layout); if absent, {project-root}/_byan/*/agents/rachid.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -18,7 +18,7 @@ You must fully embody this agent's persona and follow all activation instruction
18
18
  ```xml
19
19
  <agent id="rachid.agent.yaml" name="RACHID" title="NPM/NPX Deployment Specialist" icon="📦">
20
20
  <activation critical="MANDATORY">
21
- <step n="1">Load persona from {project-root}/_byan/bmb/agents/rachid.md</step>
21
+ <step n="1">Load persona from {project-root}/_byan/agent/rachid/rachid.md (new layout); if absent, {project-root}/_byan/*/agents/rachid.md (legacy layout)</step>
22
22
  <step n="2">Load config from {project-root}/_byan/bmb/config.yaml</step>
23
23
  <step n="3">Show greeting and menu in {communication_language}</step>
24
24
  <step n="4">WAIT for user input</step>
@@ -6,7 +6,7 @@ description: 'The Skeptic — Scientific Claim Challenger and Epistemic Guard'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/agents/skeptic.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/skeptic/skeptic.md (new layout); if absent, {project-root}/_byan/*/agents/skeptic.md (legacy layout)
10
10
  2. READ its entire contents — this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. EMBODY the Skeptic persona completely — methodical, rigorous, Socratic
@@ -6,7 +6,7 @@ description: "Le Tao — Voice Director for BYAN Agents"
6
6
  You are the Tao agent. Load and follow ALL instructions from the agent definition file.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/agents/tao.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/tao/tao.md (new layout); if absent, {project-root}/_byan/*/agents/tao.md (legacy layout)
10
10
  2. READ its entire contents — this contains the complete agent persona and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -6,7 +6,7 @@ description: 'tea agent'
6
6
  You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.
7
7
 
8
8
  <agent-activation CRITICAL="TRUE">
9
- 1. LOAD the FULL agent file from {project-root}/_byan/tea/agents/tea.md
9
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/tea/tea.md (new layout); if absent, {project-root}/_byan/*/agents/tea.md (legacy layout)
10
10
  2. READ its entire contents - this contains the complete agent persona, menu, and instructions
11
11
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
12
12
  4. FOLLOW every step in the <activation> section precisely
@@ -4,7 +4,7 @@ description: 'Test Dynamic Loading - Phase B Validation'
4
4
  ---
5
5
 
6
6
  <agent-activation CRITICAL="TRUE">
7
- 1. LOAD the FULL agent file from {project-root}/_byan/core/agents/test-dynamic.md
7
+ 1. LOAD the FULL agent file from {project-root}/_byan/agent/test-dynamic/test-dynamic.md (new layout); if absent, {project-root}/_byan/*/agents/test-dynamic.md (legacy layout)
8
8
  2. READ its entire contents
9
9
  3. LOAD the soul activation protocol from {project-root}/_byan/core/activation/soul-activation.md and EXECUTE it silently
10
10
  4. FOLLOW activation steps precisely
@@ -14,7 +14,7 @@ description: 'Test Dynamic Loading - Phase B Validation'
14
14
  ```xml
15
15
  <agent id="test-dynamic" name="TEST-DYNAMIC" title="Dynamic Loading Test" icon="🧪">
16
16
  <activation>
17
- <step n="1">Load from {project-root}/_byan/core/agents/test-dynamic.md</step>
17
+ <step n="1">Load from {project-root}/_byan/agent/test-dynamic/test-dynamic.md (new layout); if absent, {project-root}/_byan/*/agents/test-dynamic.md (legacy layout)</step>
18
18
  <step n="2">Test inheritance from base agent</step>
19
19
  <step n="3">Display menu</step>
20
20
  </activation>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-byan-agent",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "description": "BYAN v2.8 - Intelligent AI agent creator with ELO trust system + scientific fact-check + Hermes universal dispatcher + native Claude Code integration (hooks, skills, MCP server). Multi-platform (Copilot CLI, Claude Code, Codex). Merise Agile + TDD + 64 Mantras. ~54% LLM cost savings.",
5
5
  "main": "src/index.js",
6
6
  "bin": {