Skip to content

Commit 8fe5b33

Browse files
committed
docs(claude): simplify SHARED STANDARDS section
- Make references more concise and direct - Add quick reference bullets for commits and scripts - Remove verbose explanations
1 parent 2ecb1b5 commit 8fe5b33

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CLAUDE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313

1414
## 📚 SHARED STANDARDS
1515

16-
**See canonical reference:** `../socket-registry/CLAUDE.md`
16+
**Canonical reference**: `../socket-registry/CLAUDE.md`
1717

18-
For all shared Socket standards (git workflow, testing, code style, imports, sorting, error handling, cross-platform, CI, etc.), refer to socket-registry/CLAUDE.md.
18+
All shared standards (git, testing, code style, cross-platform, CI) defined in socket-registry/CLAUDE.md.
1919

20-
**Git Workflow Reminder**: When user says "commit changes" → create actual commits, use small atomic commits, follow all CLAUDE.md rules:
21-
- Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) style: `<type>(<scope>): <description>`
22-
- NO AI attribution in commit messages
23-
24-
**Package.json Scripts**: Prefer `pnpm run foo --<flag>` over multiple `foo:bar` scripts (see socket-registry/CLAUDE.md)
20+
**Quick references**:
21+
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
22+
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
2523

2624
---
2725

0 commit comments

Comments
 (0)