16 lines
718 B
Markdown
16 lines
718 B
Markdown
# CLAUDE.md
|
|
|
|
This file provides guidance to Claw Code (clawcode.dev) when working with code in this repository.
|
|
|
|
## Detected stack
|
|
- Languages: Rust.
|
|
- Frameworks: none detected from the supported starter markers.
|
|
|
|
## Verification
|
|
- Run Rust verification from the repo root: `cargo fmt`, `cargo clippy --workspace --all-targets -- -D warnings`, `cargo test --workspace`
|
|
|
|
## Working agreement
|
|
- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.
|
|
- Keep shared defaults in `.claw.json`; reserve `.claw/settings.local.json` for machine-local overrides.
|
|
- Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.
|