Skip to content

Commit fde7776

Browse files
jpicklykclaude
andauthored
release: bump to v2.2.0 (#48)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 834d063 commit fde7776

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"plugins": [
1111
{
1212
"name": "task-orchestrator",
13-
"version": "2.4.1",
13+
"version": "2.5.0",
1414
"description": "Skills, hooks, and workflows for MCP Task Orchestrator. Schema-aware context, note-driven workflow, and session hooks.",
1515
"author": {
1616
"name": "Jeff Picklyk",

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ 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+
## [2.2.0] - 2026-03-05
9+
10+
### New Features
11+
- Added `schema-workflow` skill to the plugin — guides items through schema-defined lifecycle with gate-enforced phase transitions
12+
- Added shared tool helper utilities in `BaseToolDefinition` — reduces boilerplate across all MCP tool implementations
13+
14+
### Improvements
15+
- Improved `complete_tree` with BFS-based traversal — handles deep hierarchies more efficiently and fixes edge cases with dependency ordering
16+
- Improved `query_dependencies` response format — clearer structure for dependency chain visualization
17+
- Overhauled `work-summary`, `batch-complete`, and `create-item` plugin skills — better prompts and more reliable behavior
18+
- Restructured `workflow-orchestrator` output style — cleaner zone separation between shared core and extensions
19+
20+
### Performance
21+
- Parallelized sequential `findByRole` queries in `get_context` — reduces latency when loading items across multiple workflow phases
22+
23+
### Changed
24+
- Automated releases via tag push (`v*` triggers Docker + GitHub Release, `plugin-v*` triggers plugin-only release) — replaces manual `workflow_dispatch`
25+
- Bumped plugin version to 2.5.0 (new skill, skill improvements)
26+
27+
---
28+
829
## [2.1.0] - 2026-03-04
930

1031
### 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/` | `2.4.1` |
13+
| `task-orchestrator` | `claude-plugins/task-orchestrator/` | `2.5.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": "2.4.1",
3+
"version": "2.5.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=2
2-
VERSION_MINOR=1
2+
VERSION_MINOR=2
33
VERSION_PATCH=0

0 commit comments

Comments
 (0)