This file provides guidance to Claw Code when working with code in this repository.
- Languages: Rust.
- Frameworks: none detected from the supported starter markers.
- Run Rust verification from
rust/:cargo fmt,cargo clippy --workspace --all-targets -- -D warnings,cargo test --workspace src/andtests/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.
- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.
- Keep shared defaults in
.claw.json; reserve.claw/settings.local.jsonfor machine-local overrides. - Do not overwrite existing
CLAW.mdcontent automatically; update it intentionally when repo workflows change.