Skip to content

Commit c5b225c

Browse files
Brian MadisonBrian Madison
authored andcommitted
a few more minor doc updates
1 parent 74ef4c2 commit c5b225c

4 files changed

Lines changed: 6 additions & 98 deletions

File tree

docs/tutorials/create-custom-agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BMad uses **one agent type** with a `hasSidecar` boolean configuration:
3434
hasSidecar: false # or true
3535
```
3636
37-
The difference is not capability — all agents have equal power. The difference is in **memory and state management**.
37+
When this is true, it means it contains a folder along with the agent template, that can include memory that persists sessions once installed, and may also contain its own data files or workflows and skills.
3838
3939
### Decision Guide
4040
@@ -224,7 +224,8 @@ _bmad/
224224
## Common Questions
225225

226226
**Should I use hasSidecar true or false?**
227-
Use `false` for focused, one-off tasks. Use `true` when you need memory across sessions or restricted file access.
227+
- Use `false` for focused, one-off simple agents that can house all their commands in the agent file or utilize other external workflow or skills - and not NOT require to remember across sessions.
228+
- Use `true` when you need memory across sessions or restricted file access.
228229

229230
**How do I add more commands later?**
230231
Edit the agent YAML directly or use the customization file in `_bmad/_config/agents/`. Then rebuild.

samples/sample-custom-modules/sample-unitary-module/module.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
code: bmad-custom
2-
name: "BMAD-Custom: Sample Stand Alone Custom Agents and Workflows"
1+
code: my-custom-1
2+
name: "my-custom-1: Sample Stand Alone Custom Agents and Workflows"
33
default_selected: true
4-
type: unitary
4+
55
# Variables from Core Config inserted:
66
## user_name
77
## communication_language

samples/sample-custom-modules/sample-wellness-module/module.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
code: mwm
22
name: "MWM: Mental Wellness Module"
33
default_selected: false
4-
type: module
54

65
header: "MWM™: Custom Wellness Module"
76
subheader: "Demo of Potential Non Coding Custom Module Use case"

your-first-workflow-will-suck.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)