Skip to content

v0.4.2 — Hooks fix

Latest

Choose a tag to compare

@vishalvshekkar vishalvshekkar released this 01 Jun 04:34

app-store-toolkit v0.4.2 — Hooks fix

Patch release fixing a plugin-loading error introduced by a manifest redundancy.

Fixed

  • Removed the hooks field from .claude-plugin/plugin.json. Claude Code auto-loads a plugin's standard hooks/hooks.json, so the explicit reference caused the file to load twice. Newer Claude Code versions reject this with "Duplicate hooks file detected", which prevented both of the plugin's hooks from registering:
    • the PostToolUse metadata validator (char-limit checks when you edit .appstore/ files), and
    • the SessionStart → Next: … recommendation added in v0.4.1.

Both hooks now load correctly. No change to hook behavior or to hooks/hooks.json itself.

Update

/plugin install app-store-toolkit@appcraft-tools

Anyone on v0.4.0 or v0.4.1 should update to clear the error and restore the hooks.

Full changelog: https://github.com/vishalvshekkar/app-store-toolkit/blob/main/docs/changelog.md