What problem does it solve?
Eliminates error-prone manual editing of 1C:Enterprise 8.3 subsystem metadata by providing a targeted way to add/remove content, manage child subsystems, and update subsystem properties directly in the subsystem XML.
Core Features & Use Cases
- Point edits to subsystem XML: update the subsystem’s
<Properties> and <ChildObjects> sections without rewriting everything.
- Content list operations: add or remove objects from the subsystem’s
<Content> (supports single item or a JSON array).
- Child subsystem operations: add or remove entries from
<ChildObjects>, and auto-create a stub XML for newly added child subsystems.
- Property updates: set subsystem properties via
set-property, including boolean flags, multilingual fields like Synonym / Explanation, Comment, and Picture.
- Works with batch definitions: perform multiple operations from a single JSON file (or JSON array) using
-DefinitionFile.
Quick Start
Use the subsystem-edit skill to add a Catalog object to the subsystem content by giving it the path to the subsystem XML and the desired operation and value.