We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f446e commit 4d316edCopy full SHA for 4d316ed
1 file changed
CLAUDE.md
@@ -100,6 +100,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
100
- Backward Compatibility: 🚨 FORBIDDEN to maintain - actively remove when encountered (see canonical CLAUDE.md)
101
- Work Safeguards: MANDATORY commit + backup branch before bulk changes
102
- Safe Deletion: Use `safeDelete()` from `@socketsecurity/lib/fs` (NEVER `fs.rm/rmSync` or `rm -rf`)
103
+- HTTP Requests: NEVER use `fetch()` — use `httpJson`/`httpText`/`httpRequest` from `@socketsecurity/lib/http-request`
104
105
### Documentation Policy
106
0 commit comments