Commit 8263768
committed
docs(bootstrap): document repo-convention exceptions in file header
Bugbot flagged 3 repo-convention violations on this file:
- raw fetch() instead of httpJson
- raw rmSync instead of safeDelete
- inline e.message instead of errorMessage()
All three are intentional. The script runs BEFORE pnpm install, so
it cannot import @socketsecurity/lib (the very package it
bootstraps). Document the exceptions explicitly in the file header
so future readers (and bots) can see the constraint without
re-deriving it from the code.1 parent 0e55721 commit 8263768
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
17 | 36 | | |
18 | 37 | | |
19 | 38 | | |
| |||
0 commit comments