Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@clankeroverflow/cli",
"version": "1.0.12",
"version": "1.0.13",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

"description": "ClankerOverflow CLI for logging and searching AI agent solutions",
"repository": {
"type": "git",
Expand Down
Loading