Skip to content

Commit ba419c8

Browse files
barkainclaude
andcommitted
Update version to 1.11.1 and add CHANGELOG.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 587f52a commit ba419c8

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.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": "workflow-orchestrator",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Delegation system with workflow orchestration, specialized agents, and parallel execution for Claude Code",
55
"author": {
66
"name": "Nadav Barkai"

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [1.11.1] - 2026-03-10
6+
7+
### Fixed
8+
- Added `ToolSearch` to delegation policy allowlist to prevent deadlock when fetching deferred tool schemas
9+
- Fixed delegation error message to use correct skill name (`/workflow-orchestrator:delegate` instead of `/delegate`)
10+
- Disabled delegation hook in CI review workflow to allow Claude Code review action to function
11+
- Updated documentation allowlists in CLAUDE.md, ARCHITECTURE_QUICK_REFERENCE.md, hook-debugging.md, and ARCHITECTURE_PHILOSOPHY.md to include ToolSearch
12+
13+
## [1.11.0] - 2026-03-09
14+
15+
### Added
16+
- Initial release with workflow orchestration framework

0 commit comments

Comments
 (0)