CLAUDE.md@examples/plugins/skillsaw-example-plugin/tests/fixture · git:20260701.a39da50 · 2026-07-01 · sha256 5cf506462c0891ba

CLAUDE.md@examples/plugins/skillsaw-example-plugin/tests/fixture git:20260701.a39da50A

Immutable. This exact content is served forever at /api/v1/blob/5cf506462c0891ba.

# Project Standards

This repository contains the billing service. Follow these instructions when
making changes.

## Build and test

- Build with `make build`; run unit tests with `make test`.
- TODO: describe how to run the contract tests.

## Code conventions

- Handlers live in `internal/api/`; one file per resource.
- Database access goes through the repository layer in `internal/store/`.