Commit b564e7a
refactor: remove vendored C libs, delete fake git/make reimplementations
- Delete 477K lines of vendored C source (sqlite3, zlib, minizip, cJSON, libcurl)
- Delete Ralph's clean-room git.c (2925 lines) and make.c (1864 lines)
which violated Tool Integration Policy
- Delete git.test.ts, git-remote.test.ts, make.test.ts (tests for fake impls)
- Push modified libcurl (with WASI patches) to rivet-dev/secure-exec-curl
- Add fetch-libs Makefile target to download libs at build time:
- sqlite3 from sqlite.org
- zlib from GitHub
- cJSON from GitHub
- libcurl from rivet-dev/secure-exec-curl
- Add C Library Vendoring Policy to CLAUDE.md
- Mark git/make stories (US-083–085, US-090–095) as passes:false in prd.json
- libs/ and .cache/ added to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 36720ea commit b564e7a
File tree
413 files changed
+526
-483515
lines changed- docs-internal
- packages/runtime/wasmvm/test
- scripts/ralph
- wasmvm/c
- libs
- cjson
- curl
- include/curl
- lib
- vauth
- vquic
- vssh
- vtls
- git
- minizip
- sqlite3
- zlib
- programs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
413 files changed
+526
-483515
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
43 | 52 | | |
44 | 53 | | |
45 | 54 | | |
| |||
Large diffs are not rendered by default.
0 commit comments