mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: retire legacy command shims from default surface
This commit is contained in:
parent
affbd33485
commit
06f9eca8e2
40 changed files with 135 additions and 102 deletions
|
|
@ -392,11 +392,11 @@ function getRepoChecks(rootDir) {
|
|||
id: 'eval-commands',
|
||||
category: 'Eval Coverage',
|
||||
points: 4,
|
||||
scopes: ['repo', 'commands'],
|
||||
path: 'commands/eval.md',
|
||||
description: 'Eval and verification commands exist',
|
||||
pass: fileExists(rootDir, 'commands/eval.md') && fileExists(rootDir, 'commands/verify.md') && fileExists(rootDir, 'commands/checkpoint.md'),
|
||||
fix: 'Add eval/checkpoint/verify commands to standardize verification loops.',
|
||||
scopes: ['repo', 'commands', 'skills'],
|
||||
path: 'commands/checkpoint.md',
|
||||
description: 'Checkpoint command and eval/verification skills exist',
|
||||
pass: fileExists(rootDir, 'commands/checkpoint.md') && fileExists(rootDir, 'skills/eval-harness/SKILL.md') && fileExists(rootDir, 'skills/verification-loop/SKILL.md'),
|
||||
fix: 'Add checkpoint command plus eval-harness and verification-loop skills to standardize verification loops.',
|
||||
},
|
||||
{
|
||||
id: 'eval-tests-presence',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue