mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 01:20:59 +03:00
- 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>
17 lines
558 B
JSON
17 lines
558 B
JSON
{
|
|
"name": "Обзор роли",
|
|
"preRun": [
|
|
{
|
|
"script": "meta-compile/scripts/meta-compile",
|
|
"input": { "type": "Catalog", "name": "Товары" },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
},
|
|
{
|
|
"script": "role-compile/scripts/role-compile",
|
|
"input": { "name": "Тест", "rights": [{ "object": "Catalog.Товары", "rights": ["Read"] }] },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
|
}
|
|
],
|
|
"params": { "rightsPath": "Тест/Ext/Rights.xml" }
|
|
}
|