v0.7.0 — Continuous Map Foundation
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/watchcommands.watchmonitors 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 | failedwith reason and timestamps),changes.json(what appeared/disappeared/changed, affected features, appeared/resolved diagnostics, triggering files), andreport.html; plushistory/<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.jsonand refreshes in place;report.htmlis a standalone interactive viewer over the embedded graph (static summary onfile://). - 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.