mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-12 00:44:57 +03:00
44a84f8ce7
- role-compile, role-validate, role-info: 3 cases - subsystem-compile, subsystem-validate, subsystem-info: 3 cases - 34 tests across 22 skills, all passing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "Подсистема с объектами",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": { "type": "Catalog", "name": "Товары" },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
}
|
|
],
|
|
"input": {
|
|
"name": "Склад",
|
|
"synonym": "Склад",
|
|
"objects": ["Catalogs.Товары"]
|
|
},
|
|
"expect": {
|
|
"files": ["Subsystems/Склад.xml"]
|
|
}
|
|
}
|