mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 01:20:59 +03:00
Fixed IR List and AccumReg List PY generators: - columns: OrderedDict → list of OrderedDict (matching PS1 array format) - table element: use 'table' key (not 'element'), 'tableAutofill' (not 'autoCommandBar'), 'None' (not 'none') - elements: list (not OrderedDict wrapper) PY tests: 10/12 (2 remaining CoA failures — PY CoA Item generator needs deeper rewrite from dict to list format) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>