Releases: himattm/minimap
Releases · himattm/minimap
Release list
v0.1.3
Changed
- Reframed Minimap as incremental from the start.
minimap initnow 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-navigationskill now owns incremental mapping. Its description advertises growing the graph "even when no graph exists yet," and its body documents the lightweightobserve → tap → layout → learn --stageloop, selector preference, and the rule that unknown-route navigation is a chance to record the route.minimap-first-run-mappingskill 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") tominimap-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
Changed
- Sharpened
minimap --helpoutput: every subcommand (andobserve start/observe stop) now ships an instructiveaboutstring covering required flags, side effects, and which command mutates the committed graph.
Documentation
minimap-app-navigationandminimap-first-run-mappingskills 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
Added
- Rust
minimapCLI 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.