mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-31 08:47:45 +03:00
- OutputDir now accepts config root dir — creates Roles/ subdirectory - Back-compat: if OutputDir ends with "Roles", uses it as-is - Configuration.xml lookup adjusted accordingly - Updated SKILL.md, PS1, PY scripts (v1.3) - Updated test cases and snapshots for new Roles/ path Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
42 lines
985 B
JSON
42 lines
985 B
JSON
{
|
||
"name": "Роль с пресетом @view",
|
||
"preRun": [
|
||
{
|
||
"script": "meta-compile/scripts/meta-compile",
|
||
"input": {
|
||
"type": "Catalog",
|
||
"name": "Номенклатура"
|
||
},
|
||
"args": {
|
||
"-JsonPath": "{inputFile}",
|
||
"-OutputDir": "{workDir}"
|
||
}
|
||
},
|
||
{
|
||
"script": "meta-compile/scripts/meta-compile",
|
||
"input": {
|
||
"type": "DataProcessor",
|
||
"name": "Загрузка"
|
||
},
|
||
"args": {
|
||
"-JsonPath": "{inputFile}",
|
||
"-OutputDir": "{workDir}"
|
||
}
|
||
}
|
||
],
|
||
"input": {
|
||
"name": "ЧтениеНоменклатуры",
|
||
"synonym": "Чтение номенклатуры",
|
||
"objects": [
|
||
"Catalog.Номенклатура: @view",
|
||
"DataProcessor.Загрузка: @view"
|
||
]
|
||
},
|
||
"expect": {
|
||
"files": [
|
||
"Roles/ЧтениеНоменклатуры.xml",
|
||
"Roles/ЧтениеНоменклатуры/Ext/Rights.xml"
|
||
]
|
||
}
|
||
}
|