From eee67ab38ff490d24c3926a75e13c52a44287e55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 04:05:51 +0000 Subject: [PATCH 1/2] release: prepare release v0.1.1 --- CHANGELOG.md | 6 ++++++ RELEASE_BODY.md | 6 +++--- RELEASE_NOTES.md | 14 +++++++------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e397b99..943e2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ 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.1 - 2026-05-10 + +### Bug Fixes + +- Avoid duplicate Claude hook load ## 0.1.0 - 2026-05-10 ### Features - Initial Claude Code loop +[0.1.1]: https://github.com///compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com///releases/tag/v0.1.0 --- *Generated by [git-cliff](https://git-cliff.org)* \ No newline at end of file diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 1d48e30..daec9e8 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,5 +1,5 @@ -## 0.1.0 - 2026-05-10 +## 0.1.1 - 2026-05-10 -### Features +### Bug Fixes -- Initial Claude Code loop \ No newline at end of file +- Avoid duplicate Claude hook load \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0b3e4ab..b99b7a2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +## 0.1.1 - 2026-05-10 + +### Bug Fixes + +- Avoid duplicate Claude hook load + ## 0.1.0 - 2026-05-10 ### Features @@ -20,10 +26,4 @@ ### Bug Fixes -- Release process - -## 0.1.1 - 2026-05-02 - -### Refactoring - -- Interpret command \ No newline at end of file +- Release process \ No newline at end of file From 8bef57c40ecdcf32a0566ae812608b864cfdf9fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 04:05:54 +0000 Subject: [PATCH 2/2] build: sync plugin metadata version --- .claude-plugin/marketplace.json | 10 ++++++++-- plugins/cc-loop/.claude-plugin/plugin.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d02da42..c79e8bc 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,9 +9,15 @@ "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.0", + "version": "0.1.1", "category": "Developer Tools", - "tags": ["claude-code", "hooks", "automation", "qa", "cli"] + "tags": [ + "claude-code", + "hooks", + "automation", + "qa", + "cli" + ] } ] } diff --git a/plugins/cc-loop/.claude-plugin/plugin.json b/plugins/cc-loop/.claude-plugin/plugin.json index 4c5d09b..1a6f94f 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.0", + "version": "0.1.1", "description": "Claude Code lifecycle loop hooks for minimum-duration, rounds-based, and goal-confirmed agent work.", "author": { "name": "Pedro Nauck",