# Claude Code Instructions
Use the same project rules as [AGENTS.md](AGENTS.md).
Priority order:
1. Use `asr context "<task>" --repo <repo> --budget 4000 --json` before broad reads.
2. Read only ASR returned ranges first with `asr read`.
3. Use `asr search`, `asr deps`, `asr impact`, and `asr diff` to narrow further.
4. Use narrow `rg` searches only as a fallback for unregistered paths or direct local search.
5. Do not scan the whole repository unless ASR or narrow local search results are insufficient.