This commit is contained in:
2026-03-07 19:50:41 -05:00
parent 177787e5f6
commit 328063f00f
6 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
---
description: Fast, read-only agent for exploring the codebase structure
mode: subagent
model: zai/glm-4-flash
model: MiniMax-M2.5
temperature: 0.0
steps: 8
permission:

View File

@@ -1,7 +1,7 @@
---
description: General-purpose agent for researching complex questions and executing multi-step tasks
mode: subagent
model: zai/glm-5
model: MiniMax-M2.5
temperature: 0.2
steps: 15
---

View File

@@ -1,11 +1,11 @@
---
description: Tier 1 Orchestrator for product alignment, high-level planning, and track initialization
mode: primary
model: zai/glm-5
temperature: 0.1
model: MiniMax-M2.5
temperature: 0.4
steps: 50
permission:
edit: deny
edit: ask
bash:
"*": ask
"git status*": allow

View File

@@ -1,7 +1,7 @@
---
description: Tier 2 Tech Lead for architectural design and track execution with persistent memory
mode: primary
model: zai/glm-5
model: MiniMax-M2.5
temperature: 0.2
steps: 100
permission:

View File

@@ -1,9 +1,9 @@
---
description: Stateless Tier 3 Worker for surgical code implementation and TDD
mode: subagent
model: zai/glm-4-flash
model: MiniMax-M2.5
temperature: 0.1
steps: 10
steps: 20
permission:
edit: allow
bash: allow

View File

@@ -1,7 +1,7 @@
---
description: Stateless Tier 4 QA Agent for error analysis and diagnostics
mode: subagent
model: zai/glm-4-flash
model: MiniMax-M2.5
temperature: 0.0
steps: 5
permission: