takt/e2e/fixtures/pieces/mock-single-step.yaml
nrs 2f268f6d43
[#320] move-allowed-tools-claude (#469)
* takt: move-allowed-tools-claude

* fix: E2Eフィクスチャの allowed_tools を provider_options.claude に移行

PR #469 で allowed_tools がムーブメント直下から provider_options.claude.allowed_tools に
移動されたが、E2Eフィクスチャとインラインピース定義が旧形式のままだった。
2026-03-05 11:27:48 +09:00

26 lines
527 B
YAML

name: e2e-mock-single
description: Minimal mock-only piece for CLI E2E
piece_config:
provider_options:
codex:
network_access: true
opencode:
network_access: true
max_movements: 3
movements:
- name: execute
edit: true
persona: ../agents/test-coder.md
provider_options:
claude:
allowed_tools:
- Read
- Write
- Edit
required_permission_mode: edit
instruction_template: |
{task}
rules:
- condition: Done
next: COMPLETE