Skip to content

v0.4.0 — 2026-04-30

Choose a tag to compare

@ConnectivityChris ConnectivityChris released this 30 Apr 07:22
· 9 commits to main since this release
bcc3ee2

Changed

  • Plugin renamed from mobile-flow-runner to harbormaster. New install handle: /plugin install harbormaster@connectivity. The plugin's responsibilities, slash commands (/initflow, /buildsuite, /authorflow, /stabiliseflow), scripts, and references are unchanged — this is purely a name migration.
  • Marketplace renamed from connectivity-chris to connectivity in the same release; the -chris suffix was redundant once the owner field already credits the maintainer. Both renames land together so users only have to migrate once.
  • GitHub repository moved to ConnectivityChris/harbormaster. The old mobile-flow-runner URL redirects via GitHub for cloned-repo discovery, but pinned marketplace installs against ConnectivityChris/mobile-flow-runner@vX.Y.Z should be updated.
  • skills/mobile-flow-runner/skills/harbormaster/ (with git mv so history follows).
  • plugin.json name, repository, and skills paths updated to reflect the new identity.
  • marketplace.json plugin entry renamed.
  • README, CLAUDE.md, command files, scripts, and the project README template updated to use the new name. Historical CHANGELOG entries (v0.3.0 and earlier) intentionally retain the old name — they describe what shipped at the time.
  • JUnit --test-suite-name prefix in scripts/run-flows.sh updated from mobile-flow-runner-… to harbormaster-….

Migration notes

For existing users with the plugin pinned to a mobile-flow-runner version: remove the old install (/plugin uninstall mobile-flow-runner@connectivity-chris) and re-add via the new handle (/plugin marketplace add ConnectivityChris/harbormaster && /plugin install harbormaster@connectivity). Project-level .maestro/ directories created by /initflow are unaffected — they don't reference the plugin name.