Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 8 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*
6 changes: 3 additions & 3 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 0.1.0 - 2026-05-10
## 0.1.1 - 2026-05-10

### Features
### Bug Fixes

- Initial Claude Code loop
- Avoid duplicate Claude hook load
14 changes: 7 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1 - 2026-05-10

### Bug Fixes

- Avoid duplicate Claude hook load

## 0.1.0 - 2026-05-10

### Features
Expand All @@ -20,10 +26,4 @@

### Bug Fixes

- Release process

## 0.1.1 - 2026-05-02

### Refactoring

- Interpret command
- Release process
2 changes: 1 addition & 1 deletion plugins/cc-loop/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading