mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34: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>
12 lines
237 B
JSON
12 lines
237 B
JSON
{
|
|
"script": "mxl-validate/scripts/mxl-validate",
|
|
"setup": "none",
|
|
"args": [
|
|
{ "flag": "-TemplatePath", "from": "workPath", "field": "templatePath" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": false
|
|
}
|
|
}
|