mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
Merge pull request #405 from nano-step/add-eval-harness
docs: add eval-harness to projects — behavior-regression testing for OpenCode skills
This commit is contained in:
commit
c4ce695d04
1 changed files with 4 additions and 0 deletions
4
data/projects/eval-harness.yaml
Normal file
4
data/projects/eval-harness.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
name: eval-harness
|
||||
repo: https://github.com/nano-step/eval-harness
|
||||
tagline: Behavior-regression testing for OpenCode skills
|
||||
description: Detects when an OpenCode skill's behavior drifts from a baseline, attributes the cause across 4 classes (skill change / fixture stale / model change / unknown drift), and emits a 6-field FAIL schema with transcript-span and env-delta evidence. Ships a git pre-push hook, a composite GitHub Action, and a $-cost hard ceiling for CI safety. Bash + jq + python3 stdlib only; no daemon, no SaaS. MIT.
|
||||
Loading…
Add table
Add a link
Reference in a new issue