You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom-content-installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ The sidecar folder location is configured during BMAD core installation:
160
160
1. **Agent Declaration**: Agents declare `hasSidecar: true` in their metadata
161
161
2. **Sidecar Detection**: The installer automatically detects folders with "sidecar" in the name
162
162
3. **Installation**: Sidecar content is copied to the configured location
163
-
4. **Path Replacement**: The `{agent_sidecar_folder}` placeholder in agent configurations is replaced with the actual path to the installed instance of the sidecar folder. Now when you use the agent, depending on its design, will use the content in sidecar to record interactions, remember things you tell it, or serve a host of many other issues.
163
+
4. **Path Replacement**: The `{bmad_memory}` placeholder in agent configurations is replaced with the actual path to the installed instance of the sidecar folder. Now when you use the agent, depending on its design, will use the content in sidecar to record interactions, remember things you tell it, or serve a host of many other issues.
164
164
165
165
### Example Structure
166
166
@@ -232,7 +232,7 @@ Custom content can be distributed:
232
232
233
233
- Ensure the agent has `hasSidecar: true` in metadata
234
234
- Check that sidecar folders contain "sidecar" in the name
235
-
- Verify the agent_sidecar_folder configuration
235
+
- Verify the bmad_memory configuration
236
236
- Ensure the custom agent has proper language in it to actually use the sidecar content, including loading memories on agent load.
0 commit comments