Skip to content

Commit de0bbbd

Browse files
committed
Add no-period reference for error messages in CLAUDE.md
1 parent 79954ab commit de0bbbd

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
@@ -69,6 +69,7 @@ CLI tool for Socket.dev security analysis - TypeScript with .mts extensions
6969
- **Input validation**: Use `InputError` from `src/utils/errors.mts`
7070
- **Authentication**: Use `AuthError` from `src/utils/errors.mts`
7171
- **Result pattern**: Use `CResult<T>` for fallible functions
72+
- **Messages**: NO periods at end (see canonical socket-registry/CLAUDE.md)
7273
- Examples:
7374
-`throw new InputError('No .socket directory found')`
7475
-`throw new AuthError('Invalid API token')`

0 commit comments

Comments
 (0)