Skip to content

Releases: himattm/minimap

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 May 17:40

Changed

  • Reframed Minimap as incremental from the start. minimap init now produces a useful empty graph; the graph fills in one screen at a time as the user (or an agent) navigates the app. The bulk "first-run mapping" survey is now optional, not a prerequisite.

Documentation

  • minimap-app-navigation skill now owns incremental mapping. Its description advertises growing the graph "even when no graph exists yet," and its body documents the lightweight observe → tap → layout → learn --stage loop, selector preference, and the rule that unknown-route navigation is a chance to record the route.
  • minimap-first-run-mapping skill description tightened to bulk-survey triggers only ("map the whole app", "do first-run mapping", etc.) and now explicitly redirects everyday triggers ("use minimap", "fresh repo", "navigate to X", "record this route") to minimap-app-navigation.
  • README "Basic Workflow" leads with minimap init + a "Grow the graph one screen at a time" subsection. First-Run Agent Mapping is now labeled optional with a "most users won't need it" note.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 07 May 19:18

Changed

  • Sharpened minimap --help output: every subcommand (and observe start/observe stop) now ships an instructive about string covering required flags, side effects, and which command mutates the committed graph.

Documentation

  • minimap-app-navigation and minimap-first-run-mapping skills now spell out that Claude Code plugins cannot install binaries and document the brew/cargo/source install paths to fall back on.
  • Bumped Claude Code plugin and marketplace metadata to match the release.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 May 18:23

Added

  • Rust minimap CLI for Android route recording, reuse, drift checks, and validation.
  • Repo-committed .minimap/ graph artifacts with ignored runtime state and run data.
  • Bounded first-run mapping workflow for agent-driven Android UI discovery.
  • Repo-local skills for normal route navigation and token-intensive first-run mapping.
  • Claude Code plugin marketplace metadata for installing Minimap skills.
  • GitHub release workflow for macOS, Linux, and Windows binaries.
  • crates.io publishing workflow and Homebrew tap formula template.