Skip to content

Commit 05c1fc4

Browse files
jpicklykclaude
andauthored
release: bump to v3.2.0 (#115)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 31e9337 commit 05c1fc4

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"metadata": {
77
"description": "Server-enforced workflow discipline for AI agents — persistent work items, dependency graphs, note-gated transitions, and actor attribution",
8-
"version": "3.1.0"
8+
"version": "3.2.0"
99
},
1010
"plugins": [
1111
{

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.0] - 2026-04-15 (Plugin v3.1.0)
9+
10+
### Added
11+
- Added actor attribution to `advance_item` and `manage_notes` -- optional `actor` object tracks who made each transition and note update, persisted via new database columns (V4 migration)
12+
- Added config-driven auditing enforcement -- when `auditing.enabled: true` in config.yaml, the PreToolUse hook blocks `advance_item` calls that lack actor claims
13+
- Added JWKS-based actor verification as a public beta (`auditing.verifier.type: jwks`) -- validates JWT bearer tokens against JWKS key sets with support for OIDC discovery, direct URI, local file sources, algorithm allowlists, and configurable claim validation
14+
- Added MCP registry metadata and Smithery configuration for marketplace discovery
15+
- Bumped plugin version to 3.1.0 -- new `enforce-actor-attribution` hook and updated auditing docs
16+
17+
### Fixed
18+
- Patched dependency CVEs and updated all dependencies to current stable versions
19+
20+
---
21+
822
## [3.1.0] - 2026-04-13 (Plugin v3.0.1)
923

1024
### Added

claude-plugins/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ removing and re-adding the marketplace in Claude Code. No version bump is needed
1010

1111
| Plugin | Directory | Current Version |
1212
|--------|-----------|-----------------|
13-
| `task-orchestrator` | `claude-plugins/task-orchestrator/` | `3.0.1` |
13+
| `task-orchestrator` | `claude-plugins/task-orchestrator/` | `3.1.0` |
1414

1515
> Updated automatically by `/prepare-release`. Do not bump manually.
1616

claude-plugins/task-orchestrator/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-orchestrator",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Claude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow",
55
"skills": "./skills",
66
"hooks": "./hooks/hooks-config.json",

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR=3
2-
VERSION_MINOR=1
2+
VERSION_MINOR=2
33
VERSION_PATCH=0

0 commit comments

Comments
 (0)