mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-13 01:14:56 +03:00
347722ef0d
- cf-init: 3 cases (basic, with-vendor, error-already-exists) - runner: args_extra for optional CLI params per case - runner: params.field takes priority over caseData.field in case.<field> mapping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"script": "cf-init/scripts/cf-init",
|
|
"setup": "none",
|
|
"args": [
|
|
{ "flag": "-Name", "from": "case.name" },
|
|
{ "flag": "-OutputDir", "from": "workDir" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": true
|
|
}
|
|
}
|