This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
rust/: cargo fmt, cargo clippy --workspace --all-targets -- -D warnings, cargo test --workspacesrc/ and tests/ are both present; update both surfaces together when behavior changes.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..claude.json; reserve .claude/settings.local.json for machine-local overrides.CLAUDE.md content automatically; update it intentionally when repo workflows change.