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>
17 lines
501 B
JSON
17 lines
501 B
JSON
{
|
|
"name": "Добавление реквизита к справочнику",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": { "type": "Catalog", "name": "Контрагенты" },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
}
|
|
],
|
|
"params": { "objectPath": "Catalogs/Контрагенты" },
|
|
"input": {
|
|
"operations": [
|
|
{ "op": "add-attribute", "name": "ИНН", "type": "String", "length": 12 }
|
|
]
|
|
}
|
|
}
|