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 eb3b024 commit 564b1caCopy full SHA for 564b1ca
1 file changed
CLAUDE.md
@@ -117,6 +117,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
117
- Backward Compatibility: 🚨 FORBIDDEN to maintain - actively remove when encountered (see canonical CLAUDE.md)
118
- Work Safeguards: MANDATORY commit + backup branch before bulk changes
119
- Safe Deletion: Use `safeDelete()` from `@socketsecurity/lib/fs` (NEVER `fs.rm/rmSync` or `rm -rf`)
120
+- HTTP Requests: NEVER use `fetch()` — use `httpJson`/`httpText`/`httpRequest` from `@socketsecurity/lib/http-request`
121
122
---
123
0 commit comments