{"owner":"ultraworkers","repo":"claw-code","hasSkills":true,"hasMcp":false,"mcpConfig":null,"found":["CLAUDE.md"],"files":{"CLAUDE.md":"# CLAUDE.md\n\nThis file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.\n\n## Detected stack\n- Languages: Rust.\n- Frameworks: none detected from the supported starter markers.\n\n## Verification\n- 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`\n- `src/` and `tests/` are both present; update both surfaces together when behavior changes.\n\n## Repository shape\n- `rust/` contains the Rust workspace and active CLI/runtime implementation.\n- `src/` contains source files that should stay consistent with generated guidance and tests.\n- `tests/` contains validation surfaces that should be reviewed alongside code changes.\n\n## Working agreement\n- Prefer small, reviewable changes and keep generated bootstrap files aligned with actual repo workflows.\n- Keep shared defaults in `.claude.json`; reserve `.claude/settings.local.json` for machine-local overrides.\n- Do not overwrite existing `CLAUDE.md` content automatically; update it intentionally when repo workflows change.\n"}}