Skip to content

Cartograph v1.1.0

Choose a tag to compare

@anthony-maio anthony-maio released this 26 Mar 01:54
· 15 commits to main since this release

Cartograph 1.1.0 expands the core repo-analysis workflow with reusable task packets.

Install or update:

npm install -g @anthony-maio/cartograph

Then try:

cartograph packet <repo> --type bug-fix --task "fix auth refresh bug"
cartograph context <repo> --task "trace auth flow" --json
cartograph analyze <repo> --static --json

Highlights:

  • New cartograph packet CLI 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, and change-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:

Repository: https://github.com/anthony-maio/cartograph