You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Martin Vogel
committed
Remove Go-era cruft, update THIRD_PARTY.md for pure C project
- Delete cmd/codebase-memory-mcp/assets/ — skills and codex instructions
are embedded as C string literals in src/cli/cli.c since v0.5.0
- Move BENCHMARK.md to docs/ to reduce root clutter
- Fix setup scripts: replace stale go build with scripts/build.sh
- THIRD_PARTY.md: replace Go module dependencies with vendored C
libraries (sqlite3, mimalloc, mongoose, yyjson, xxhash, tre),
fix CGo reference to static compilation
@@ -84,16 +84,18 @@ Each grammar is the work of its upstream authors; we vendor only the generated
84
84
| yaml |[tree-sitter/tree-sitter-yaml](https://github.com/tree-sitter/tree-sitter-yaml)| MIT | (c) Max Brunsfeld |
85
85
| zig |[tree-sitter/tree-sitter-zig](https://github.com/tree-sitter/tree-sitter-zig)| MIT | (c) Max Brunsfeld |
86
86
87
-
## Go Module Dependencies
87
+
## Vendored C Libraries
88
88
89
-
| Module | License | Project |
90
-
|--------|---------|---------|
91
-
| github.com/mattn/go-sqlite3 | MIT |[mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)|
92
-
| github.com/modelcontextprotocol/go-sdk | MIT |[modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk)|
0 commit comments