2026-04-01 03:20:26 +00:00
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Detected stack
- Languages: Rust.
- Frameworks: none detected from the supported starter markers.
## Verification
2026-04-28 09:38:08 +00:00
- Run Rust verification from repo root: `scripts/fmt.sh --check` ; for formatting use `scripts/fmt.sh` . Run Rust clippy/tests from `rust/` : `cargo clippy --workspace --all-targets -- -D warnings` , `cargo test --workspace`
2026-04-01 03:20:26 +00:00
- `src/` and `tests/` are both present; update both surfaces together when behavior changes.
## Repository shape
- `rust/` contains the Rust workspace and active CLI/runtime implementation.
- `src/` contains source files that should stay consistent with generated guidance and tests.
- `tests/` contains validation surfaces that should be reviewed alongside code changes.
## Working agreement
- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.
- Keep shared defaults in `.claude.json` ; reserve `.claude/settings.local.json` for machine-local overrides.
- Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.