mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-10 16:14:54 +03:00
dcacecff7f
7 new skills covered. All 28 tests across 16 skills passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
262 B
JSON
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
|
|
}
|
|
}
|