Skip to content

v0.9.2

Latest

Choose a tag to compare

@TheCrazyAnt TheCrazyAnt released this 03 Sep 14:13
928b6a7

Patch release: a new install is pointed at the map, not at CI.

Changed

  • init now ends by naming the one command that puts the map on screen — on both the plain and --github paths, in both languages:

    To see the map right now, without committing or waiting for CI:
      npx agent-runtime-map watch .
    

    Every route out of init previously 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 suggested package.json script, 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