20 lines
639 B
YAML
20 lines
639 B
YAML
name: minimax-planning
|
|
description: "MiniMax planning agent — specs, reviews, architecture docs"
|
|
model: minimax
|
|
harness: planning-minimax-repo/v1
|
|
requires_tags: [claude-code, planning-agent, git-access, project-repo]
|
|
required_params: [repo_url, agent_repo_url]
|
|
defaults:
|
|
timeout: 1800
|
|
pre_actions:
|
|
- type: clone
|
|
repo: "{{ repo_url }}"
|
|
branch: main
|
|
depth: 1
|
|
blocked_combinations:
|
|
- field: on_success
|
|
contains_type: commit_pr
|
|
message: "Use agent_repo instead of commit_pr — avoids F77 SSH alias URL bug"
|
|
warnings:
|
|
- "MiniMax agents work best with tightly scoped tasks — keep prompts directive and specific"
|