Cartograph v1.0.0
Cartograph 1.0.0 is the first public release of the repo-analysis package for coding agents.
Install:
npm install -g @anthony-maio/cartographThen run:
cartograph analyze <repo> --static --json
cartograph context <repo> --task "<task>" --json
cartograph wiki <repo>Highlights:
- Single package with a stable
cartographCLI 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 availablerepo-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, andwiki-writer - OpenClaw skill packs with bundled OpenProse templates
- User-cache artifact model with explicit export paths and
cartograph doctorhealth 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