Skip to content

Commit aec0283

Browse files
committed
Rename 'Three-Tier Approach for Application Code' to 'Three-Tier Approach'
Six pointers across SKILL.md, CLAUDE.md, basic-setup.md, and setup-workflow.md cite the section as "Three-Tier Approach" (quoted exact form). The heading had the longer "...for Application Code" suffix. Rename the heading to match the pointers rather than update all six callers. The Gemfile version-pin case is already under its own section ("The Canonical Case: Gemfile Version Pin") so the "for Application Code" qualifier was redundant.
1 parent a3f47dd commit aec0283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dual-boot/references/code-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This is genuinely two-sided — the `7.1.0` pin fails resolution on the 7.0 side
2929

3030
---
3131

32-
## Three-Tier Approach for Application Code
32+
## Three-Tier Approach
3333

3434
When a version gap affects application code (not the Gemfile), pick the **lowest tier that works**. Lower tiers are cheaper to read, cheaper to clean up, and do not leave dead branches behind. Climb tiers only when the lower option actually breaks.
3535

0 commit comments

Comments
 (0)