Skip to content

Cartograph v1.0.0

Choose a tag to compare

@anthony-maio anthony-maio released this 14 Mar 23:45
· 26 commits to main since this release

Cartograph 1.0.0 is the first public release of the repo-analysis package for coding agents.

Install:

npm install -g @anthony-maio/cartograph

Then run:

cartograph analyze <repo> --static --json
cartograph context <repo> --task "<task>" --json
cartograph wiki <repo>

Highlights:

  • Single package with a stable cartograph CLI plus optional MCP server
  • Works against local repositories and GitHub repositories
  • User-scope install adapters for Claude Code, OpenClaw, and MCP via cartograph install <target>
  • Bundled agent assets for low-context documentation workflows
  • Two shipped skills with a shared output contract:
    • use-cartograph: tool-first path when the CLI or MCP is available
    • repo-surveyor: manual fallback path when the tool is unavailable or needs verification
  • Five Claude documentation agents: repo-scout, dependency-tracer, context-picker, api-surface-writer, and wiki-writer
  • OpenClaw skill packs with bundled OpenProse templates
  • User-cache artifact model with explicit export paths and cartograph doctor health checks

This release establishes the core hybrid distribution model:

  • CLI first
  • MCP optional
  • packaged skills and agents for host-specific workflows

Repository: https://github.com/anthony-maio/cartograph
npm package: https://www.npmjs.com/package/@anthony-maio/cartograph