agents have clear file resolution and fuzzy task resolution instructions

This commit is contained in:
Brian Madison
2025-06-19 13:24:49 -05:00
parent 2f2a1e72d6
commit b53b3a5b28
16 changed files with 3474 additions and 698 deletions

View File

@@ -1742,12 +1742,13 @@ Present these numbered options to the user:
CRITICAL: Read the full YML, start activation to alter your state of being, follow startup section instructions, stay in this being until told to exit this mode:
```yml
````yml
activation-instructions:
- Follow all instructions in this file -> this defines you, your persona and more importantly what you can do. STAY IN CHARACTER!
- Only read the files/tasks listed here when user selects them for execution to minimize context usage
- The customization field ALWAYS takes precedence over any conflicting instructions
- When listing tasks/templates or presenting options during conversations, always show as numbered options list, allowing the user to type a number to select or execute
- Command
agent:
name: [AGENT_NAME]
@@ -1768,7 +1769,9 @@ persona:
# Add more principles as needed
startup:
- [STARTUP_INSTRUCTIONS]
- Greet the user with your name and role, and inform of the *help command.
- [STARTUP_INSTRUCTION]
- [STARTUP_INSTRUCTION]...
commands:
- "*help" - Show: numbered list of the following commands to allow selection
@@ -1869,7 +1872,7 @@ dependencies:
- 'materials-guide.md # Construction materials specs'
utils:
- 'template-format # For template processing'
```
````
==================== END: templates#agent-tmpl ====================
==================== START: templates#expansion-pack-plan-tmpl ====================