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 description: Fast, read-only agent for exploring the codebase structure
mode: subagent mode: subagent
model: zai/glm-4-flash model: MiniMax-M2.5
temperature: 0.0 temperature: 0.0
steps: 8 steps: 8
permission: permission:

View File

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

View File

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

View File

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

View File

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

View File

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