mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-26 06:54:38 +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>
14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"script": "epf-add-form/scripts/add-form",
|
|
"setup": "none",
|
|
"args": [
|
|
{ "flag": "-ProcessorName", "from": "case.processorName" },
|
|
{ "flag": "-FormName", "from": "case.formName" },
|
|
{ "flag": "-SrcDir", "from": "workDir" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": true
|
|
}
|
|
}
|