Skip to content

Commit cadfeda

Browse files
committed
docs(claude): add documentation standards reference
- Add docs/ folder location to quick references - Reference socket-registry for full documentation standards
1 parent 8a6fcda commit cadfeda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
2020
**Quick references**:
2121
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
2222
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
23+
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
2324

2425
---
2526

0 commit comments

Comments
 (0)