mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-08-03 02:00:22 +03:00
Add stub-db-create script (.ps1/.py) that scans EPF XML sources for reference types (CatalogRef, DocumentRef, EnumRef, etc.) and generates a minimal 1C configuration with metadata stubs. Supports 14 metadata types including registers, charts, defined types. epf-build/erf-build: if no database specified, auto-create stub DB with matching metadata, build EPF, then cleanup temp DB. epf-dump/erf-dump: if no database specified, create empty DB with warning that reference types will be converted to strings. SKILL.md updated: prefer real database from .v8-project.json first, fall back to auto-created stub only when unavailable. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>