Patch release: a new install is pointed at the map, not at CI.
Changed
-
initnow ends by naming the one command that puts the map on screen — on both the plain and--githubpaths, in both languages:To see the map right now, without committing or waiting for CI: npx agent-runtime-map watch .Every route out of
initpreviously ended in a CI round trip — commit, push, wait for the run, download the artifact, unzip it, serve the folder. The command that opens the viewer in one step was mentioned only as a suggestedpackage.jsonscript, where nothing says it opens anything. Someone could install the tool, finish setup, and never see the map it exists to draw. (#63) -
The README (both languages) opens its usage section with that same one-command run and links to it from the header. The GitHub Action keeps its section directly below — it answers "keep this current", not "show me the thing".
Install
npx agent-runtime-map@latest .That analyzes the current project and opens the interactive map. For continuous updates, see the README's Action section. No registry access? The three CI-validated tarballs below install directly.
Upgrading
Nothing to change. v1 points at this release, so repositories using the GitHub Action pick it up on their next run.
Full diff: v0.9.1...v0.9.2