5 Commits
Author SHA1 Message Date
4cc3332bd7 chore(sqlite): bump hanzoai/sqlite v0.2.4 → v0.3.2, drop modernc from the graph (#18)
s3's SQLite filer already imports github.com/hanzoai/sqlite on main. v0.3.2 is
self-contained (vendored pure-Go engine), so modernc.org/{sqlite,libc,memory,
mathutil} are no longer needed and are dropped from go.mod (verified: go build ./...
stays green, cgo + nocgo, without them). csqlite + sqlcipher (v0.3.2's cgo backend)
enter as indirect.

modernc removal is done via go mod edit rather than go mod tidy: a pre-existing,
unrelated go.sum re-tag drift on github.com/luxfi/pq@v1.0.3 blocks full-graph ops
on this branch's base (origin/main) — out of scope for the sqlite migration.

Co-authored-by: hanzo-dev <dev@hanzo.ai>
2026-07-18 09:15:14 -07:00
zandGitHub 98c3134b6f Merge: drop gRPC/build cruft (macOS artifact + unused deps + stale doc)
Remove a 32MB macOS Mach-O binary junk-committed at repo root, 2 unused
indirect deps, and correct the stale gRPC section in LLM.md. Zero Go source
change. Red-verified: grpc-free ZAP stubs kept load-bearing, grpc//indirect
structural to the GCP client family, full-tag build green, go-sdk retained.
2026-07-17 22:33:55 -07:00
z c7627d0568 docs(brand): add hero banner 2026-06-28 20:08:15 -07:00
z 9d04c0eb0a chore(brand): dynamic hero banner 2026-06-28 20:08:14 -07:00
Zach Kelling d75edff95a Add README 2026-01-19 17:55:32 -08:00