What problem does it solve? Removing a form from a 1C:Enterprise configuration object (catalog, document, report, data processor) requires deleting the form's XML metadata and directory, plus manually cleaning up references in the object's root XML file. Doing this by hand is error-prone and can leave dangling registrations or broken default form slots. ## Core Features & Use Cases - Complete form removal: Deletes the form's XML metadata file and its entire directory recursively from the source tree. - Automatic registration cleanup: Removes the <Form> entry from ChildObjects in the object's root XML and clears any Default*Form or Auxiliary*Form slot that referenced the deleted form. - Safe mutation workflow: Runs through the unica MCP tool with a dry-run default, so changes are only applied when explicitly confirmed, and vendor support locks are respected. - Use Case: You are refactoring a 1C catalog and need to drop an obsolete form "СтараяФорма" from the "Номенклатура" object without manually editing XML files. ## Quick Start Ask the assistant to remove the form named СтараяФорма from the Номенклатура object in the src directory using the unica form removal tool.