mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 09:30:59 +03:00
Add /meta-edit skill: point editing of 1C metadata objects
New skill for adding/removing/modifying attributes, tabular sections, dimensions, resources, enum values, forms, templates, commands in existing metadata XML. Supports Russian/English DSL synonyms, positional insertion, idempotent add, auto-validation via meta-validate. Also adds missing Source comment to meta-compile.ps1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
7c5700e40f
commit
cb4b5ec935
@@ -1,4 +1,5 @@
|
||||
# meta-compile v1.0 — Compile 1C metadata object from JSON
|
||||
# Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
|
||||
param(
|
||||
[Parameter(Mandatory)]
|
||||
[string]$JsonPath,
|
||||
|
||||
Reference in New Issue
Block a user