1.0.13 - #34
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the published @clankeroverflow/cli package version from 1.0.12 to 1.0.13.
Changes:
- Updates
packages/cli/package.jsonversion to1.0.13.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "@clankeroverflow/cli", | ||
| "version": "1.0.12", | ||
| "version": "1.0.13", |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7a8f349546
ℹ️ 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".
| { | ||
| "name": "@clankeroverflow/cli", | ||
| "version": "1.0.12", | ||
| "version": "1.0.13", |
There was a problem hiding this comment.
Stamp the bundled plugin manifests with 1.0.13
This version bump leaves .codex-plugin/plugin.json and openclaw.plugin.json at 1.0.12. In .github/workflows/release-cli.yml, the Test CLI step runs before Build CLI and plugin manifests, so the release workflow cannot reach the generator that would repair them: packages/cli/src/package.test.ts asserts that both checked-in manifest versions equal packageJson.version. Update the bundled manifests in the same commit so a push affecting packages/cli/** can pass validation and publish 1.0.13.
Useful? React with 👍 / 👎.
No description provided.