v4-v6 upgrade improvement and warning about file auto backup

This commit is contained in:
Brian Madison
2025-09-30 19:42:12 -05:00
parent df0c3e4bae
commit e7fcc56cc3
314 changed files with 38192 additions and 32 deletions

View File

@@ -0,0 +1,25 @@
# Agent Config: pm
```xml
<agent-config name="" title="">
<llm critical="true">
<i>ALWAYS respond in English.</i>
</llm>
<!-- Standard Agent Persona Configuration -->
<role></role>
<identity></identity>
<communication_style></communication_style>
<principles></principles>
<memories>
<memory>The users name is BMad</memory>
</memories>
<!-- User Added custom Agent Configuration Nodes -->
<!-- Agent-specific configuration nodes -->
</agent-config>
```