without code intelligence, agents navigate by loading full source files. a typical refactoring task burns 8,000–12,000 tokens on navigation before writing a single line.
scope builds a local structural graph — call hierarchies, type relationships, dependency chains. agents query exactly what they need. source loads only when they're ready to edit.
an agent runs scope sketch and knows class structure, caller counts,
and type signatures — without reading a single source file.
scope refs processPayment before touching the signature.designed for agents. terse, labelled, consistent. every output is structured for immediate action.
everything lives in .scope/ in your project root. no server, no docker, no api key required.
single binary. installs from source.
run once. incremental from then on.
paste the snippet. scope works for every agent session from that point.
TypeScript and C# are production-ready. Python through Rust are planned next.