Skip to content

fix: correct CLAUDE.md tip count (7→8) and total tips count (69→70)#44

Open
octo-patch wants to merge 1 commit intoshanraisshan:mainfrom
octo-patch:fix/tip-count-discrepancy-claude-md
Open

fix: correct CLAUDE.md tip count (7→8) and total tips count (69→70)#44
octo-patch wants to merge 1 commit intoshanraisshan:mainfrom
octo-patch:fix/tip-count-discrepancy-claude-md

Conversation

@octo-patch
Copy link
Copy Markdown

Problem

The CLAUDE.md tips section header shows (7) but contains 8 tips, and the overall tip counter shows (69) instead of (70).

This discrepancy was introduced in commit c451a72 ("added tip related to settings.json"), which added a new tip about using settings.json for harness-enforced behavior (attributed to davila7) to the CLAUDE.md section, but did not update either the section count or the total count.

Solution

  • Updated ■ **CLAUDE.md (7)**■ **CLAUDE.md (8)**
  • Updated ## 💡 TIPS AND TRICKS (69) → `## 💡 TIPS AND TRICKS (70)**

Testing

Verified by manually counting all tips in every section:

Section Declared Actual
Prompting 3 3 ✓
Planning/Specs 6 6 ✓
CLAUDE.md 7 8 ← was wrong
Agents 4 4 ✓
Commands 3 3 ✓
Skills 9 9 ✓
Hooks 5 5 ✓
Workflows 7 7 ✓
Workflows Advanced 6 6 ✓
Git / PR 5 5 ✓
Debugging 7 7 ✓
Utilities 5 5 ✓
Daily 2 2 ✓
Total 69 70 ← was wrong

Commit c451a72 added a settings.json tip to the CLAUDE.md section but did
not update the section header count or the overall tip counter. The CLAUDE.md
section contains 8 tips (not 7), and the total should be 70 (not 69).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants