Skip to content

release: Release v0.1.2#3

Merged
pedronauck merged 2 commits into
mainfrom
release/v0.1.2
May 10, 2026
Merged

release: Release v0.1.2#3
pedronauck merged 2 commits into
mainfrom
release/v0.1.2

Conversation

@pedronauck
Copy link
Copy Markdown
Member

@pedronauck pedronauck commented May 10, 2026

Release v0.1.2

This PR prepares the release of version v0.1.2.

Changelog

0.1.2 - 2026-05-10

Bug Fixes

  • Handle Claude structured goal verdicts

Summary by CodeRabbit

  • Chores
    • Released cc-loop plugin version 0.1.2 with updated plugin manifests.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 10, 2026

Walkthrough

The PR bumps the cc-loop plugin version from 0.1.1 to 0.1.2 in two configuration files: the plugin manifest at plugins/cc-loop/.claude-plugin/plugin.json and the marketplace registry at .claude-plugin/marketplace.json. Both version fields are synchronized.

Changes

Version 0.1.2 Release

Layer / File(s) Summary
Plugin Manifest and Registry Update
plugins/cc-loop/.claude-plugin/plugin.json, .claude-plugin/marketplace.json
Version field incremented from 0.1.1 to 0.1.2 in both the plugin manifest and marketplace registry.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • compozy/cc-loop#2: Both PRs perform version bumps to the same plugin metadata files using the same update pattern.
  • compozy/cc-loop#1: Both PRs update the version field in the plugin manifest and related configuration files.

Poem

🐰 Hop-hop, version's on the rise,
0.1.2 under the skies,
Manifests sync, all in a line,
Each release is mine, so fine!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'release: Release v0.1.2' clearly describes the main change — bumping the plugin version from 0.1.1 to 0.1.2 as part of a release process.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.2

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1778428349
  • Commit: 9bace12

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.claude-plugin/marketplace.json:
- Line 11: The "description" string in the marketplace manifest is missing the
word "loop" and should exactly match the cc-loop plugin's description; update
the "description" value in .claude-plugin/marketplace.json to include "loop" so
it reads "Claude Code loop lifecycle hooks for minimum-duration, rounds-based,
and goal-confirmed agent work." Ensure you modify the "description" JSON
property (key: "description") to match the cc-loop plugin's manifest text
exactly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: c83af586-90e7-41b6-a20c-90a7ab02b9fa

📥 Commits

Reviewing files that changed from the base of the PR and between 119bae9 and b62232e.

⛔ Files ignored due to path filters (3)
  • CHANGELOG.md is excluded by !**/*.md
  • RELEASE_BODY.md is excluded by !**/*.md
  • RELEASE_NOTES.md is excluded by !**/*.md
📒 Files selected for processing (2)
  • .claude-plugin/marketplace.json
  • plugins/cc-loop/.claude-plugin/plugin.json

@@ -9,7 +9,7 @@
"name": "cc-loop",
"source": "./plugins/cc-loop",
"description": "Claude Code lifecycle hooks for minimum-duration, rounds-based, and goal-confirmed agent work.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Description inconsistency with plugin manifest.

The description is missing the word "loop" compared to plugins/cc-loop/.claude-plugin/plugin.json line 4. For consistency, both descriptions should match.

📝 Proposed fix to align descriptions
-      "description": "Claude Code lifecycle hooks for minimum-duration, rounds-based, and goal-confirmed agent work.",
+      "description": "Claude Code lifecycle loop hooks for minimum-duration, rounds-based, and goal-confirmed agent work.",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"description": "Claude Code lifecycle hooks for minimum-duration, rounds-based, and goal-confirmed agent work.",
"description": "Claude Code lifecycle loop hooks for minimum-duration, rounds-based, and goal-confirmed agent work.",
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In @.claude-plugin/marketplace.json at line 11, The "description" string in the
marketplace manifest is missing the word "loop" and should exactly match the
cc-loop plugin's description; update the "description" value in
.claude-plugin/marketplace.json to include "loop" so it reads "Claude Code loop
lifecycle hooks for minimum-duration, rounds-based, and goal-confirmed agent
work." Ensure you modify the "description" JSON property (key: "description") to
match the cc-loop plugin's manifest text exactly.

@github-actions
Copy link
Copy Markdown

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1778428356
  • Commit: b62232e

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck pedronauck merged commit 39b3d93 into main May 10, 2026
5 checks passed
@pedronauck pedronauck deleted the release/v0.1.2 branch May 10, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant