mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-19 17:19:42 +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>
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"name": "Минимальная роль (только name)",
|
|
"input": {
|
|
"name": "Пустая"
|
|
},
|
|
"expect": {
|
|
"files": [
|
|
"Roles/Пустая.xml",
|
|
"Roles/Пустая/Ext/Rights.xml"
|
|
]
|
|
}
|
|
}
|