go-proxy/CODEX.md

23 lines
417 B
Markdown
Raw Permalink Normal View History

# CODEX.md
This repository uses the same conventions as `CLAUDE.md`.
## Source Of Truth
- RFC: `docs/RFC.md`
- AX principles: `.core/reference/RFC-025-AGENT-EXPERIENCE.md`
- Package conventions: `CLAUDE.md`
## Quick Commands
```bash
go test ./...
go test -race ./...
go vet ./...
```
## Commit Style
- Use conventional commits: `type(scope): description`
- Include `Co-Authored-By: Virgil <virgil@lethean.io>`