You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ Socket CLI integrates with various third-party tools and services:
182
182
-**Flags**: 🚨 MUST use `MeowFlags` type with descriptive help text
183
183
-**Error handling**: 🚨 REQUIRED - Use custom error types `AuthError` and `InputError`
184
184
-**Array destructuring**: Use object notation `{ 0: key, 1: data }` instead of array destructuring `[key, data]`
185
-
-**Comment periods**: End comments with periods
185
+
-**Comment periods**: 🚨 MANDATORY - ALL comments MUST end with periods. This includes single-line comments, multi-line comments, and inline comments. No exceptions
186
186
-**Comment placement**: Place comments on their own line, not to the right of code
187
187
-**Comment formatting**: Use fewer hyphens/dashes and prefer commas, colons, or semicolons for better readability
188
188
-**Await in loops**: When using `await` inside for-loops, add `// eslint-disable-next-line no-await-in-loop` to suppress the ESLint warning when sequential processing is intentional
0 commit comments