agent-source-repository 0.1.0

Agent Source Repository local context registry for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.