mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-18 23:55:53 +03:00
Layer 1 of the skd-decompile plan: SKILL.md with disable-model-invocation, ps1 skeleton with XML→JSON pipeline, namespace probe for non-DCS root, sentinel/warnings accumulator, and DataSetQuery extraction (query only). Test case minimal-query demonstrates round-trip via skd-compile preRun. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"script": "skd-decompile/scripts/skd-decompile",
|
|
"setup": "none",
|
|
"args": [
|
|
{ "flag": "-TemplatePath", "from": "workPath", "field": "templatePath" }
|
|
],
|
|
"snapshot": {
|
|
"root": "workDir",
|
|
"normalizeUuids": false
|
|
}
|
|
}
|