Cartograph now ships a public benchmark suite plus tracked example artifacts. Use the commands below to
generate your own, then compare them to the linked `llama.cpp` packet and DeepWiki-style brief.
Local repo orientation
cartograph analyze ./my-project --static --json
Use this to get the first ranked map of a repo before touching code.
Task-scoped handoff
cartograph context ./my-project --task "trace the auth flow" --json
Use this when the next agent needs the smallest useful file set for a specific change.
Typed task packet
cartograph packet ./my-project --type bug-fix --task "fix auth refresh bug"
Use this when the next agent needs a reusable packet with likely edit points, exact validation targets, and shared dependency hubs instead of peripheral utility files.
Documentation output
cartograph wiki ./my-project --static
Use this to generate a structured docs pass without rereading the entire tree by hand.
Public benchmark suite
npm run benchmark:task-packets -- --list
npm run benchmark:task-packets -- --output benchmarks/task-packets/output
Use this to compare packet quality across `llama.cpp`, `vscode`, `next.js`, `fastapi`, `open-webui`, `kubernetes`, `home-assistant`, and `pytorch`.
Showcase artifacts
See a real bug-fix packet, curated repo brief, and benchmark scorecards directly on this site: