Files
agent-runtime-framework/task-templates/airouter-code-repo.yaml

20 lines
594 B
YAML

name: airouter-code-repo
description: "Airouter Qwen3.6 code agent — agentic runner, repo clone via SSH"
harness: code-airouter-repo/v1
model: Qwen3.6
runtime_cli: agentic
requires_tags: [agentic-runner, coding-agent, git-access, project-repo, best-practices]
required_params: [repo_url, agent_repo_url]
labels: [airouter]
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"