What problem does it solve?
This Skill solves the need to restore or roll back an 1C configuration by loading it from a binary CF file into an information base, avoiding time-consuming manual configuration recreation.
Core Features & Use Cases
- Binary CF import into 1C: Loads configuration from a CF (and optionally extension CF/CFE) into the target information base, using the 1cv8 execution path.
- Safe target selection & connection resolution: Selects platform
v8path and resolves the target base from .v8-project.json by connection parameters, name mapping, or the current Git branch fallback to default.
- Guardrails for correctness: Enforces validation of required inputs (platform path, target base selection, and input file existence) and logs execution results to a temporary file.
Use case example: You have a production incident and receive a recovered config.cf backup; you use this Skill to replace the current configuration in the specified base with the restored one and then verify results from the produced log.
Quick Start
Ask the AI to load the restored configuration into the target database by running /db-load-cf with the path to config.cf and the intended database alias or name.