1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-17 00:58:12 +02:00
dotfiles/opencode/agent/eval-runner.md

34 lines
864 B
Markdown

---
# OpenCode Agent Configuration
id: eval-runner
name: Eval Runner
description: "Test harness for evaluation framework - DO NOT USE DIRECTLY"
category: testing
type: utility
version: 1.0.0
author: opencode
mode: subagent
temperature: 0.2
---
# Eval Runner - Test Harness
**⚠️ DO NOT USE THIS AGENT DIRECTLY ⚠️**
This agent is a test harness used by the OpenCode evaluation framework.
## Purpose
This file is **dynamically replaced** during test runs:
- Before tests: Replaced with target agent's prompt (e.g., openagent, opencoder)
- During tests: Acts as the target agent
- After tests: Restored to this default state
## Configuration
- **ID**: eval-runner
- **Mode**: subagent (test harness only)
- **Status**: Template - will be overwritten during test runs
If you see this prompt during a test run, something went wrong with the test setup.