skill-v3.9.1
BasedHardware/omiskill-v3.9.1Jul 1, 2026by pbakaus
AI Summary
This release fixes a plugin loading issue in Codex where a top-level 'description' field in the hook manifest was rejected by the parser, preventing the design check from registering.
Key Highlights
- Codex loads the plugin design hook again
- Removed top-level 'description' field from plugin artifact to comply with Codex's strict hook parser
- Hook now loads cleanly on Codex while remaining identical 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.