mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 08:24:57 +03:00
8b38f8f78d
- mxl-compile, mxl-validate, mxl-info, mxl-decompile: 4 cases - runner: cwd option in _skill.json and preRun steps for skills that resolve OutputPath relative to current directory - Finding: mxl-compile only accepts relative OutputPath 21 tests across 9 skills, all passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
407 B
JSON
13 lines
407 B
JSON
{
|
|
"name": "Корректный макет проходит валидацию",
|
|
"preRun": [
|
|
{
|
|
"script": "mxl-compile/scripts/mxl-compile",
|
|
"input": { "columns": 3, "areas": [{ "name": "Test", "rows": [["A", "B", "C"]] }] },
|
|
"args": { "-JsonPath": "{inputFile}", "-OutputPath": "Template.xml" },
|
|
"cwd": "{workDir}"
|
|
}
|
|
],
|
|
"params": { "templatePath": "Template.xml" }
|
|
}
|