Files
cc-1c-skills/tests/skills/cases/cf-edit/_skill.json
T
Nick Shirokov dcacecff7f feat: add cf-edit/validate/info, epf-init/validate/add-form, erf-init tests (batches 6+7)
7 new skills covered. All 28 tests across 16 skills passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 13:48:11 +03:00

13 lines
262 B
JSON

{
"script": "cf-edit/scripts/cf-edit",
"setup": "empty-config",
"args": [
{ "flag": "-ConfigPath", "from": "workDir" },
{ "flag": "-DefinitionFile", "from": "inputFile" }
],
"snapshot": {
"root": "workDir",
"normalizeUuids": true
}
}