Skip to content

v0.7.0 — Continuous Map Foundation

Choose a tag to compare

@TheCrazyAnt TheCrazyAnt released this 27 Aug 07:23
· 80 commits to main since this release
6e066c9

The main line changes: install Agent Runtime Map into your project and it keeps the map current.

npm install --save-dev https://github.com/tangyishun9846/agent-runtime-map/releases/download/v0.7.0/agent-runtime-map-0.7.0.tgz
npx agent-runtime-map init
npx agent-runtime-map watch .

New

  • init / build / watch commands. watch monitors source, README, docs, PRD, prompts, and configuration (debounced ~800ms, output directory always ignored), re-analyzes fully, and serves the Viewer over the live map.
  • .agent-runtime-map/current/graph.json, raw-graph.json, manifest.json, status.json (updated | stale | failed with reason and timestamps), changes.json (what appeared/disappeared/changed, affected features, appeared/resolved diagnostics, triggering files), and report.html; plus history/<timestamp>/ snapshots.
  • Never lose the map: builds stage and promote atomically; a failed analysis keeps the last successful map and only updates status.json.
  • Live views: the open Viewer polls manifest.json and refreshes in place; report.html is a standalone interactive viewer over the embedded graph (static summary on file://).
  • Embedding references: examples/nextjs-embed (admin-panel <LogicMap /> with allow-list API route), examples/report-embed (static hosting / iframe / CI artifact).

Skill and MCP integrations remain available as optional agent integrations.

Full verification log in #30.