mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
consolidate and remove some duplication
This commit is contained in:
@@ -8,7 +8,7 @@ What the compiler auto-injects. **DO NOT duplicate these in your YAML.**
|
||||
agent.yaml → Handlebars processing → XML generation → frontmatter.md
|
||||
```
|
||||
|
||||
Source: `tools/cli/lib/agent/compiler.js`
|
||||
Source: `tools/cli/lib/agent/yaml-xml-builder.js`
|
||||
|
||||
## File Naming Convention
|
||||
|
||||
|
||||
@@ -52,4 +52,4 @@ Agents are authored in YAML with Handlebars templating. The compiler auto-inject
|
||||
|
||||
**Critical:** See [Agent Compilation](./agent-compilation.md) to avoid duplicating auto-injected content.
|
||||
|
||||
Source: `tools/cli/lib/agent/compiler.js`
|
||||
Source: `tools/cli/lib/agent/yaml-xml-builder.js`
|
||||
|
||||
@@ -178,7 +178,7 @@ Content when false
|
||||
|
||||
## What Gets Injected at Compile Time
|
||||
|
||||
The `tools/cli/lib/agent/compiler.js` automatically adds:
|
||||
The `tools/cli/lib/agent/yaml-xml-builder.js` automatically adds:
|
||||
|
||||
1. **YAML Frontmatter**
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ Content when false
|
||||
|
||||
## What Gets Injected at Compile Time
|
||||
|
||||
The `tools/cli/lib/agent/compiler.js` automatically adds:
|
||||
The `tools/cli/lib/agent/yaml-xml-builder.js` automatically adds:
|
||||
|
||||
1. **YAML Frontmatter**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user