Skip to content

Commit 745d347

Browse files
committed
docs: add HTTP request rule — use @socketsecurity/lib/http-request, not fetch()
1 parent c0d41ca commit 745d347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
100100
- Backward Compatibility: 🚨 FORBIDDEN to maintain - actively remove when encountered (see canonical CLAUDE.md)
101101
- Work Safeguards: MANDATORY commit + backup branch before bulk changes
102102
- Safe Deletion: Use `safeDelete()` from `@socketsecurity/lib/fs` (NEVER `fs.rm/rmSync` or `rm -rf`)
103+
- HTTP Requests: Use `httpJson`/`httpText`/`httpRequest` from `@socketsecurity/lib/http-request` (NEVER `fetch()`)
103104

104105
### Documentation Policy
105106

0 commit comments

Comments
 (0)