Cartograph v1.1.0
Cartograph 1.1.0 expands the core repo-analysis workflow with reusable task packets.
Install or update:
npm install -g @anthony-maio/cartographThen try:
cartograph packet <repo> --type bug-fix --task "fix auth refresh bug"
cartograph context <repo> --task "trace auth flow" --json
cartograph analyze <repo> --static --jsonHighlights:
- New
cartograph packetCLI command for typed task packets - New MCP tool:
build_task_packet - Shared packet builder across CLI and MCP, so both surfaces return the same contract
- Typed packet overlays for
task,bug-fix,pr-review,trace-flow, andchange-request - Packet outputs include key files, dependency hubs, minimal context, validation targets, risks, recommended next steps, and task-specific details
- Cached task-packet artifacts and markdown rendering for downstream handoff workflows
- README and quickstart site updated to surface task packets across the public docs
This release is already live on npm and continues to publish through the official MCP Registry:
- npm package: https://www.npmjs.com/package/@anthony-maio/cartograph
- MCP Registry: https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.anthony-maio/cartograph
- Quickstart: https://cartograph.making-minds.ai
Repository: https://github.com/anthony-maio/cartograph