mirror of
https://github.com/Donchitos/Claude-Code-Game-Studios.git
synced 2026-06-27 04:51:46 +00:00
* Fix architecture-decision skill: duplicate ## 0. heading + broken step numbering Resolves #44. Renumbers the duplicate '## 0. Load Engine Context' to '## 1.', shifts all subsequent H2 headings (1→2, 2→3, 3→4, 4→5), renames '## 7. Closing Next Steps' to '## 6.', and updates all inline cross-references (sub-step labels 4.5/4.6/4.7 → 5.5/5.6/5.7, section refs '### 2a' → '### 3a', 'Step 3' → 'Step 4'). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix three stale Step 0 cross-references missed in #45 Lines 51, 61, and 69 still pointed to "Step 0" after Load Engine Context was renumbered to ## 1. in the previous fix — updated all three to Step 1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>