Reliability + distribution polish.
Fixed
- Stop hook no longer loops with dynamic/background workflows. The old
prompt-type hook re-invoked the model on every Stop event — and background
workflow completions fire many of those, producing a wall of "Stopping…". The
hook is now advisory: it prints a one-line reminder when a turn leaves
uncommitted changes, but exits 0 always — never blocks, never re-invokes.
Verification discipline stays in the/shipandexecutorprompts.
(agentic-engineering 0.2.2)
Added
- README "Staying updated" section — third-party marketplaces don't
auto-update by default; documents enabling per-marketplace auto-update (hands-off
updates + a/reload-pluginsnotification) and the manual fallback. CHANGELOG.md(Keep a Changelog).- github-keeper
/opensourceplaybook now covers documenting a repo's
update/distribution story. (github-keeper 0.3.3)
Updating an existing install
The looping hook is still active wherever the plugin is already installed. To pick
up the fix:
```
/plugin marketplace update giusto-agentic
/plugin update agentic-engineering@giusto-agentic
```
then `/reload-plugins` (or restart).
Full changelog: v0.3.2...v0.3.3