init: seed framework reference content from agent-runtimes main repo
This commit is contained in:
21
task-templates/minimax-tdd-impl.yaml
Normal file
21
task-templates/minimax-tdd-impl.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: minimax-tdd-impl
|
||||
description: "MiniMax TDD implementation agent — tests locked read-only, cannot be modified by agent"
|
||||
model: minimax
|
||||
harness: minimax-tdd-impl/v1
|
||||
requires_tags: [claude-code, coding-agent, git-access, project-repo]
|
||||
required_params: [repo_url, agent_repo_url]
|
||||
defaults:
|
||||
timeout: 3600
|
||||
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"
|
||||
- "Test files are locked read-only at the OS level — agent cannot modify them"
|
||||
- "After task completes, run scripts/verify-tdd-compliance.sh <branch> to confirm test integrity"
|
||||
Reference in New Issue
Block a user