docs: add LLM.md project guide

This commit is contained in:
Hanzo Dev
2026-03-11 11:05:27 -07:00
parent 0844dcde22
commit ed91a93c82
+38
View File
@@ -0,0 +1,38 @@
# LLM.md - Hanzo Zapdb
## Overview
Go module: github.com/luxfi/zapdb/v4
## Tech Stack
- **Language**: Go
## Build & Run
```bash
go build ./...
go test ./...
```
## Structure
```
zapdb/
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
VERSIONING.md
backup.go
backup_test.go
badger/
batch.go
batch_test.go
changes.sh
compaction.go
```
## Key Files
- `README.md` -- Project documentation
- `go.mod` -- Go module definition
- `Makefile` -- Build automation