skill-v3.9.1

JoshuaC215/agent-service-toolkitskill-v3.9.1Jul 1, 2026by pbakaus

AI Summary

Fixes the plugin design hook loading issue on Codex by removing a rejected `description` field from the hook manifest, ensuring compatibility with both Codex and Claude Code.

Key Highlights

  • Codex design hook now loads cleanly after removing the rejected `description` field.
  • Hook manifest corrected to prevent parser rejection.
  • Maintains identical behavior for Claude Code.

Full Release Notes

- **Codex loads the plugin design hook again.** The plugin-packaged hook manifest carried a top-level `description` field that Codex's strict hook parser rejected, so the post-edit design check failed to register. That field is gone from the plugin artifact, and the hook now loads cleanly on Codex while staying identical for Claude Code.