mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-14 09:54:56 +03:00
0a1f8888dc
Add Resolve-TypeStr/resolve_type_str to form-compile and form-edit (PS+PY) that silently normalizes Russian type names (Строка→string, Число→decimal, Булево→boolean, etc.), Number→decimal alias, and Russian reference prefixes (СправочникСсылка→CatalogRef, etc.). Also accept + as composite type separator alongside |. This makes form skills more forgiving when the model uses meta-compile DSL conventions instead of form-specific ones. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>