mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-13 09:24:55 +03:00
95776a4248
- meta-edit: 3 cases (add-attribute, add-tabpart, error-no-definition) - runner: preRun steps for creating prerequisite objects before test - runner: workPath arg mapping (workDir + case field) for path-based skills Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
290 B
JSON
13 lines
290 B
JSON
{
|
|
"script": "meta-edit/scripts/meta-edit",
|
|
"setup": "empty-config",
|
|
"args": [
|
|
{ "flag": "-DefinitionFile", "from": "inputFile" },
|
|
{ "flag": "-ObjectPath", "from": "workPath", "field": "objectPath" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": true
|
|
}
|
|
}
|