From 761c5603af3fbc79262deaf686c688053e3d938f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 15:52:00 +0000 Subject: [PATCH 1/2] release: prepare release v0.1.2 --- CHANGELOG.md | 6 ++++++ RELEASE_BODY.md | 4 ++-- RELEASE_NOTES.md | 14 +++++++------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943e2d5..74222b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.1.2 - 2026-05-10 + +### Bug Fixes + +- Handle Claude structured goal verdicts ## 0.1.1 - 2026-05-10 ### Bug Fixes @@ -14,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features - Initial Claude Code loop +[0.1.2]: https://github.com///compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com///compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com///releases/tag/v0.1.0 --- diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index daec9e8..855cea1 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,5 +1,5 @@ -## 0.1.1 - 2026-05-10 +## 0.1.2 - 2026-05-10 ### Bug Fixes -- Avoid duplicate Claude hook load \ No newline at end of file +- Handle Claude structured goal verdicts \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b99b7a2..25e2594 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## 0.1.2 - 2026-05-10 + +### Bug Fixes + +- Handle Claude structured goal verdicts + ## 0.1.1 - 2026-05-10 ### Bug Fixes @@ -20,10 +26,4 @@ - Fix readme ### Features -- Scoped config - -## 0.1.2 - 2026-05-02 - -### Bug Fixes - -- Release process \ No newline at end of file +- Scoped config \ No newline at end of file From b62232e432a3b5dc06f07c0217a39c452c1a9669 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 15:52:04 +0000 Subject: [PATCH 2/2] build: sync plugin metadata version --- .claude-plugin/marketplace.json | 2 +- plugins/cc-loop/.claude-plugin/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index c79e8bc..2d34ea9 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.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.", - "version": "0.1.1", + "version": "0.1.2", "category": "Developer Tools", "tags": [ "claude-code", diff --git a/plugins/cc-loop/.claude-plugin/plugin.json b/plugins/cc-loop/.claude-plugin/plugin.json index 1a6f94f..3d97da3 100644 --- a/plugins/cc-loop/.claude-plugin/plugin.json +++ b/plugins/cc-loop/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "cc-loop", - "version": "0.1.1", + "version": "0.1.2", "description": "Claude Code lifecycle loop hooks for minimum-duration, rounds-based, and goal-confirmed agent work.", "author": { "name": "Pedro Nauck",