We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79954ab commit de0bbbdCopy full SHA for de0bbbd
CLAUDE.md
@@ -69,6 +69,7 @@ CLI tool for Socket.dev security analysis - TypeScript with .mts extensions
69
- **Input validation**: Use `InputError` from `src/utils/errors.mts`
70
- **Authentication**: Use `AuthError` from `src/utils/errors.mts`
71
- **Result pattern**: Use `CResult<T>` for fallible functions
72
+- **Messages**: NO periods at end (see canonical socket-registry/CLAUDE.md)
73
- Examples:
74
- ✅ `throw new InputError('No .socket directory found')`
75
- ✅ `throw new AuthError('Invalid API token')`
0 commit comments