Files
our-claude-skills/custom-skills
Andrew Yim 9ba0748bf2 Fix arithmetic increment bug in installer causing silent exit
((var++)) returns exit code 1 when incrementing from 0, which
triggers set -e. Added || true to all 13 arithmetic operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 17:31:57 +09:00
..