Count
Run node .claude/scripts/count.js to check character counts and limits.
Usage
node .claude/scripts/count.js # defaults to tabs/
node .claude/scripts/count.js ./tabs/ # explicit path
node .claude/scripts/count.js --json # JSON output for programmatic use
Output
Shows usage for each section with limits:
- 🟢 OK - Under limit
- 🟡 WARNING - Approaching limit (>80%)
- 🔴 OVER - Exceeds limit
Reference
For detailed limits, see count-reference.md.