mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +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
373 B
JSON
13 lines
373 B
JSON
{
|
|
"name": "Ошибка: ни DefinitionFile ни Operation не указаны",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": { "type": "Catalog", "name": "Тест" },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
}
|
|
],
|
|
"params": { "objectPath": "Catalogs/Тест" },
|
|
"expectError": true
|
|
}
|