23 lines
468 B
YAML
23 lines
468 B
YAML
name: e2e-mock-no-match
|
|
description: Piece with a strict rule condition that will not match mock output
|
|
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
|
|
permission_mode: edit
|
|
instruction_template: |
|
|
{task}
|
|
rules:
|
|
- condition: SpecificMatchThatWillNotOccur
|
|
next: COMPLETE
|