docs: add LLM.md project guide
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user