Contributing
Development
bash
git clone https://github.com/scott-walker/kraube-api.git
cd kraube-api
go build ./...
go test ./...Testing
bash
go vet ./...
go test ./... -race -count=1Release
Use the /release command in Claude Code or follow the release guide.
Project Rules
- OAuth-only — no API key support
- Stateless authentication via TokenProvider
- Product name is "Kraube API" in prose,
kraubein code - Module path:
github.com/scott-walker/kraube-api
License
MIT
