mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-25 14:11:02 +03:00
Smart wait polling showed no measurable speedup in benchmarks (31.8s vs 32.0s baseline). 1C backend response time (~1.5-2s per autocomplete) is the real bottleneck, not client-side delay calibration. Reverted all 5 replacements to original fixed delays to reduce complexity. Kept waitForCondition() utility for potential future use. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>