Skip to content

v0.3.0 — loop-dash

Choose a tag to compare

@hidekingerz hidekingerz released this 24 Aug 14:05
· 13 commits to main since this release
v0.3.0
387a8bb

loop-dash 0.1.0 (new plugin)

Keep a single-agent loop's state docs on screen in a mado pane that follows the files as the loop rewrites them.

herdr plugin install hidekingerz/herdr-plugin-mado/loop-dash
  • User-invoked action mado.loop-dash.show — bind a key, or run herdr plugin action invoke mado.loop-dash.show
  • Opens the loop/ state docs it finds in the focused pane's cwd, as tabs, watched via -watch: MEMORY.md (the live memory), VISION.md (goal/DoD), ARCHITECTURE.md (verify command), RULES.md (prohibitions)
  • One dashboard pane per workspace, reused via mado -remote open; when no known files exist, nothing happens

Pairs with the single-agent-loop workflow, whose per-iteration state lives in loop/MEMORY.md.

Requires herdr 0.8.0+ and mado v1.2.0+ (-remote/-watch). See PR #2.