File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ You are a **Principal Software Engineer** responsible for:
128128- ** 🚨 FORBIDDEN** : Do NOT include "Generated with Claude Code" or similar AI attribution in commit messages
129129- ** Commit messages** : Should be written as if by a human developer, focusing on the what and why of changes
130130- ** Professional commits** : Write clear, concise commit messages that describe the actual changes made
131+ - ** Pithy messages** : Keep commit messages concise and to the point - avoid lengthy explanations
131132- ** Commit without tests** : ` git commit --no-verify ` (skips pre-commit hooks including tests)
132133
133134### Package Management
@@ -427,6 +428,7 @@ These are patterns and instructions that should be consistently applied across a
4274283. ** Object Mappings** : Use ` { __proto__: null, ...mapping }` for static string- to- string mappings to prevent prototype pollution
4284294. ** Import Separation** : ALWAYS separate type imports (` import type` ) from runtime imports
4294305. ** Node .js Imports** : ALWAYS use ` node:` prefix for Node .js built- in modules
431+ 6. ** 🚨 TSGO PRESERVATION ** : NEVER replace tsgo with tsc - tsgo provides enhanced performance and should be maintained across all Socket projects
430432
431433### 🧪 Test Patterns & Cleanup
4324341. ** Remove Duplicate Tests** : Eliminate tests that verify the same functionality across multiple files
You can’t perform that action at this time.
0 commit comments