Muster v0.1.4
Muster becomes an installable Claude Code plugin, and the homepage becomes a product page.
Added
- plugin: Muster is now an installable Claude Code plugin (#19). Two commands from a clean machine:
/plugin marketplace add AnalogElk/musterthen/plugin install muster@muster. Ships four commands (/muster:connect,/muster:board,/muster:up,/muster:doctor), the muster-protocol skill (claim, work, verify, close), a SessionStart board snapshot hook, and an MCP server wired to the live demo board by default, so/muster:connectneeds zero arguments. The install and the no-Docker loop proof were verified empirically on Claude Code 2.1.211 and recorded in docs/plugin-install-verified.md. - site: the homepage now leads with why, not how (#20). It names the problem (agents forget between sessions, clobber each other in parallel, and leave no durable answer to "what's done"), gives the verified two-command install, shows the live board, and states the honest catch: it does not make the model smarter, there is a real token premium, and your own stack needs Docker while the demo needs none. The 2.5-hour build log moved intact to /about; the whitepaper stays at /paper.html.
Fixed
- caddy: app.musterr.dev root now redirects to /login instead of serving the portal image's marketing page (#18).
Full changelog: v0.1.3...v0.1.4