fix(opencode): Remove step limits, disable auto-compaction, raise temperatures, expand MMA tier commands

- Remove steps limits from all 6 agent files
- Disable auto-compaction (auto: false, prune: false)
- Raise temperatures (tier1: 0.5, tier2: 0.4, tier3: 0.3, tier4: 0.2, general: 0.3, explore: 0.2)
- Add Context Management sections to tier1/tier2
- Add Pre-Delegation Checkpoint to tier2
- Expand all 4 MMA tier commands with full protocol documentation
This commit is contained in:
2026-03-10 13:00:44 -04:00
parent e0a69154ad
commit 02abfc410a
14 changed files with 377 additions and 107 deletions

View File

@@ -2,8 +2,7 @@
description: Fast, read-only agent for exploring the codebase structure
mode: subagent
model: MiniMax-M2.5
temperature: 0.0
steps: 8
temperature: 0.2
permission:
edit: deny
bash:
@@ -22,6 +21,7 @@ You are a fast, read-only agent specialized for exploring codebases. Use this wh
You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable.
### Read-Only MCP Tools (USE THESE)
| Native Tool | MCP Tool |
|-------------|----------|
| `read` | `manual-slop_read_file` |
@@ -34,12 +34,14 @@ You MUST use Manual Slop's MCP tools. Native OpenCode tools are unreliable.
| - | `manual-slop_get_tree` (directory structure) |
## Capabilities
- Find files by name patterns or glob
- Search code content with regex
- Navigate directory structures
- Summarize file contents
## Limitations
- **READ-ONLY**: Cannot modify any files
- **NO EXECUTION**: Cannot run tests or scripts
- **EXPLORATION ONLY**: Use for discovery, not implementation
@@ -62,7 +64,9 @@ Use: `manual-slop_get_tree` or `manual-slop_list_directory`
Use: `manual-slop_get_file_summary` for heuristic summary
## Report Format
Return concise findings with file:line references:
```
## Findings
@@ -74,4 +78,4 @@ Return concise findings with file:line references:
### Summary
[One-paragraph summary of findings]
```
```