mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-07 20:20:20 +03:00
feat: add form-*, skd-*, misc tests (batches 1, 2, 10)
New skills covered: - form-add, form-compile, form-validate, form-info (batch 1) - skd-compile, skd-validate, skd-info (batch 2) - help-add, template-add, template-remove, meta-remove (batch 10) Findings: form-add/form-info path resolution inconsistency, meta-remove self-reference requires -Force. 45 tests across 33 skills, all passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
44a84f8ce7
commit
b480fa0b49
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Удаление макета из обработки",
|
||||
"preRun": [
|
||||
{
|
||||
"script": "epf-init/scripts/init",
|
||||
"args": { "-Name": "МояОбработка", "-SrcDir": "{workDir}" }
|
||||
},
|
||||
{
|
||||
"script": "template-add/scripts/add-template",
|
||||
"args": { "-ObjectName": "МояОбработка", "-TemplateName": "Макет", "-TemplateType": "SpreadsheetDocument", "-SrcDir": "{workDir}" }
|
||||
}
|
||||
],
|
||||
"params": { "objectName": "МояОбработка", "templateName": "Макет" }
|
||||
}
|
||||
Reference in New Issue
Block a user