Skip to content

Cartograph v1.1.4

Latest

Choose a tag to compare

@anthony-maio anthony-maio released this 02 Apr 15:09
· 3 commits to main since this release

Cartograph 1.1.4

This patch turns the latest task-packet work into a more product-shaped release.

Highlights

  • analyze --static is now summary-first by default
    • surfaces what matters, dependency hubs, language mix, and recommended next commands
    • avoids dumping embedded file contents unless you explicitly ask for them
  • small repos stay compact in --json output unless --include-contents is requested
  • the public product surface now centers the primary workflow:
    • analyze to map the repo
    • packet to prepare the work
    • context to load the minimum files
  • added benchmark scorecards and public proof pages for real task packets on visible repos

Public surfaces updated

  • README
  • Quickstart site
  • Examples landing page
  • Benchmark scorecards page

Verification

  • npm test
  • npm run check
  • npm run build
  • npm run release:check

Links