go-proxy/CODEX.md
Virgil 22d3cd9c09 docs(ax): add codex conventions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 14:12:59 +00:00

22 lines
417 B
Markdown

# 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>`