agent-report-viewer 0.2.0
The hook only opens markdown that is still uncommitted when a run ends, so a report the agent committed in the same turn never showed. This release adds an explicit entry point.
herdr plugin action invoke mado.agent-report-viewer.install-cli # once
sh "$(herdr plugin config-dir mado.agent-report-viewer)/show" docs/plan.mdshowopens the given files in the workspace's report pane regardless of git state, reusing the pane exactly like the hook does; no-op outside herdr or for missing filesinstall-cliwrites theshowshim into the plugin's config dir, so callers never need the plugin's install path- Pane routing is now shared between the hook and
show(open-report.sh)
Pairs with a Claude skill that runs show after writing a plan/spec/report or on 「mado で見せて」. See PR #7.