This file provides guidance to Claude Code when working with code in this repository.
Refer to:
- @docs/development.md
- @docs/schema.md
- @docs/style.md
Some tips:
- Any time you make something consistent, please document the decision in @docs/style.md.
- Always write in a terse, to the point style.
- The tests are fast and easy to run (
zig build test) - always run them after refactoring.