mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 08:24:57 +03:00
d3520a8945
Fix 3 bugs in modify-parameter: (1) first availableValue rendered as raw text when combined with other kv pairs in same batch entry, (2) presentation values with spaces truncated by \S+ regex, (3) denyIncompleteValues/use inserted without line breaks. Root cause: if/else on rest.startsWith missed availableValue when preceded by other keys. Also fix namespace-aware element lookup using LocalName/local_name instead of SelectSingleNode. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>