Files
cc-1c-skills/tests/skills/cases/cfe-patch-method/_skill.json
T
Nick Shirokov d6d44b8b35 feat: add interface-*, cfe-* tests (batches 8+9) — all skills covered
- interface-edit, interface-validate: 2 cases
- cfe-init, cfe-validate, cfe-borrow, cfe-patch-method, cfe-diff: 5 cases
- runner: switch params in preRun (true = no value)
- Findings: interface-edit JSON-in-JSON, cfe-patch-method type naming

52 tests across 40 skills, all passing (~48s).

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

15 lines
438 B
JSON

{
"script": "cfe-patch-method/scripts/cfe-patch-method",
"setup": "empty-config",
"args": [
{ "flag": "-ExtensionPath", "from": "workPath", "field": "extensionPath" },
{ "flag": "-ModulePath", "from": "case.modulePath" },
{ "flag": "-MethodName", "from": "case.methodName" },
{ "flag": "-InterceptorType", "from": "case.interceptorType" }
],
"snapshot": {
"root": "workDir",
"normalizeUuids": true
}
}