44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
# Auto-generated from passthrough.yaml by tools/generate-hybrid-codex.mjs
|
|
# Do not edit manually. Edit the source piece and re-run the generator.
|
|
|
|
name: passthrough-hybrid-codex
|
|
description: Single-agent thin wrapper. Pass task directly to coder as-is.
|
|
max_iterations: 10
|
|
stances:
|
|
coding: ../stances/coding.md
|
|
testing: ../stances/testing.md
|
|
personas:
|
|
coder: ../personas/coder.md
|
|
initial_movement: execute
|
|
movements:
|
|
- name: execute
|
|
edit: true
|
|
persona: coder
|
|
provider: codex
|
|
stance:
|
|
- coding
|
|
- testing
|
|
report:
|
|
- Summary: summary.md
|
|
allowed_tools:
|
|
- Read
|
|
- Glob
|
|
- Grep
|
|
- Edit
|
|
- Write
|
|
- Bash
|
|
- WebSearch
|
|
- WebFetch
|
|
permission_mode: edit
|
|
rules:
|
|
- condition: タスク完了
|
|
next: COMPLETE
|
|
- condition: 進行できない
|
|
next: ABORT
|
|
- condition: ユーザー入力が必要
|
|
next: execute
|
|
requires_user_input: true
|
|
interactive_only: true
|
|
instruction_template: |
|
|
タスクをこなしてください。
|