Release v0.3.1 - #7
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 93a3b24ebd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ] | ||
| } | ||
| }, | ||
| "hooks": "./hooks/hooks.json" |
There was a problem hiding this comment.
Remove the rejected top-level hooks field
When the staged v0.3.1 plugin is installed, Codex validates .codex-plugin/plugin.json, and the current ingestion schema rejects hooks as an unsupported top-level field. This addition therefore prevents the plugin from loading instead of explicitly declaring its hooks; omit it and continue relying on default hooks/ discovery.
Useful? React with 👍 / 👎.
Summary
Why
The plugin metadata was incomplete and its Productivity category did not reflect its developer-tooling purpose. The marketplace remains independently published as
codex-context-window; this release has no dependency on private repositories.Impact
Runtime hook behavior is unchanged. Users get clearer plugin details and more accurate marketplace classification after upgrading.
Validation
cargo fmt --checkcargo test --locked --all-targets(18 passed)cargo clippy --locked --all-targets -- -D warningscargo build --release --lockedgit diff --check