Skip to content

Commit ed1074e

Browse files
committed
docs: standardize HTTP request rule format in CLAUDE.md
1 parent 745d347 commit ed1074e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +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()`)
103+
- HTTP Requests: NEVER use `fetch()` — use `httpJson`/`httpText`/`httpRequest` from `@socketsecurity/lib/http-request`
104104

105105
### Documentation Policy
106106

0 commit comments

Comments
 (0)