Files
cc-1c-skills/tests/skills/cases/role-compile/explicit-rights.json
T
Nick Shirokov 0d116863ec feat: role-compile OutputDir accepts config root (like meta-compile)
- 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>
2026-03-29 13:51:24 +03:00

30 lines
639 B
JSON

{
"name": "Роль с явными правами (без пресета)",
"preRun": [
{
"script": "meta-compile/scripts/meta-compile",
"input": {
"type": "InformationRegister",
"name": "Цены"
},
"args": {
"-JsonPath": "{inputFile}",
"-OutputDir": "{workDir}"
}
}
],
"input": {
"name": "ПравоЦен",
"synonym": "Право на цены",
"objects": [
"InformationRegister.Цены: Read, Update"
]
},
"expect": {
"files": [
"Roles/ПравоЦен.xml",
"Roles/ПравоЦен/Ext/Rights.xml"
]
}
}