docs: add LLM.md project guide

This commit is contained in:
Hanzo Dev
2026-03-11 10:34:03 -07:00
parent 97be7706e2
commit 7aa5d8f08f
+38
View File
@@ -0,0 +1,38 @@
# LLM.md - Hanzo Traces
## Overview
Go module: github.com/grafana/tempo
## Tech Stack
- **Language**: Go
## Build & Run
```bash
go build ./...
go test ./...
```
## Structure
```
traces/
ADOPTERS.md
CHANGELOG.md
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
LICENSING.md
MAINTAINERS.md
Makefile
README.md
RELEASES.MD
WORKFLOW.md
buf/
cmd/
```
## Key Files
- `README.md` -- Project documentation
- `go.mod` -- Go module definition
- `Makefile` -- Build automation