What problem does it solve? Understanding what a 1C:Enterprise configuration extension (CFE) actually contains — which objects are borrowed from the base configuration, which are original, and which method interceptors it defines — normally requires manually inspecting XML dumps. Verifying whether extension insertions were correctly transferred into the target configuration is equally tedious and error-prone. ## Core Features & Use Cases - Extension composition analysis: Lists every object with its kind, name, and status (borrowed, own, missing, or unknownKind), plus per-object counters for attributes, forms, and tabular sections. - Interceptor inspection: Shows each object's modules with their interceptors, including the intercepted method and interception kind. - Transfer verification: Checks whether &ИзменениеИКонтроль insertions were transferred into the configuration, reporting transferred, notTransferred, or needsReview status with reasons. - Use Case: Before merging a vendor extension, run the analysis against your configuration dump to confirm all interceptor insertions were carried over and to see exactly which configuration objects the extension borrows. ## Quick Start Ask the assistant to analyze the extension in src/cfe against the configuration dump in src/cf and report its composition and transfer status.