fix(agents): remove invalid 'model: inherit' configuration
OpenCode requires models to be either explicitly defined with valid IDs or omitted to inherit the default model.
This commit is contained in:
parent
4bd397cd28
commit
db731f6745
@ -5,7 +5,6 @@ description: |
|
|||||||
Works in TDD mode: receives test files, writes code to pass tests.
|
Works in TDD mode: receives test files, writes code to pass tests.
|
||||||
Also manages project environment using Conda + uv.
|
Also manages project environment using Conda + uv.
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: inherit
|
|
||||||
permission:
|
permission:
|
||||||
edit: allow
|
edit: allow
|
||||||
bash:
|
bash:
|
||||||
|
|||||||
@ -5,7 +5,6 @@ description: |
|
|||||||
Produces paper_structure.md (what the paper contains) and replication_plan.md (what to implement).
|
Produces paper_structure.md (what the paper contains) and replication_plan.md (what to implement).
|
||||||
Requires image_understanding.md as input for complete analysis.
|
Requires image_understanding.md as input for complete analysis.
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: inherit
|
|
||||||
permission:
|
permission:
|
||||||
edit: allow
|
edit: allow
|
||||||
bash: deny
|
bash: deny
|
||||||
|
|||||||
@ -10,7 +10,6 @@ description: |
|
|||||||
6. Dispatches test-runner for final verification
|
6. Dispatches test-runner for final verification
|
||||||
Use when: User wants to replicate a paper, or runs /replicate command.
|
Use when: User wants to replicate a paper, or runs /replicate command.
|
||||||
mode: primary
|
mode: primary
|
||||||
model: inherit
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Paper Replication Director
|
# Paper Replication Director
|
||||||
|
|||||||
@ -5,7 +5,6 @@ description: |
|
|||||||
Analyzes architecture diagrams, experiment plots, algorithm pseudocode, and equations.
|
Analyzes architecture diagrams, experiment plots, algorithm pseudocode, and equations.
|
||||||
Output is used by paper-analyzer to create complete replication plan.
|
Output is used by paper-analyzer to create complete replication plan.
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: inherit
|
|
||||||
permission:
|
permission:
|
||||||
edit: allow
|
edit: allow
|
||||||
bash:
|
bash:
|
||||||
|
|||||||
@ -4,7 +4,6 @@ description: |
|
|||||||
Subagent that runs tests, verifies code correctness, and generates replication reports.
|
Subagent that runs tests, verifies code correctness, and generates replication reports.
|
||||||
Compares results with paper's expected values and documents any differences.
|
Compares results with paper's expected values and documents any differences.
|
||||||
mode: subagent
|
mode: subagent
|
||||||
model: inherit
|
|
||||||
permission:
|
permission:
|
||||||
edit: allow
|
edit: allow
|
||||||
bash:
|
bash:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user