Skip to content

Commit 4ef0af2

Browse files
robercanoclaude
andcommitted
chore(harness): bump plugin version 0.1.2 -> 0.1.3
Ships the #63 fix (plugin-root vs consumer-root split) — the change that makes the scripts actually work when run from the plugin install cache. Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01NTZEsfFT4mrZpv8CY67Frd
1 parent 75ebb6c commit 4ef0af2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.claude/.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"name": "Roberto Cano"
55
},
66
"description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.",
7-
"version": "0.1.2",
7+
"version": "0.1.3",
88
"plugins": [
99
{
1010
"name": "orchestrator",
1111
"source": "./",
1212
"description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.",
13-
"version": "0.1.2",
13+
"version": "0.1.3",
1414
"author": {
1515
"name": "Roberto Cano"
1616
}

.claude/.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": "orchestrator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Multi-agent orchestration harness: fan out sub-tasks to isolated worktree implementers, gate them, and route results through reviewers.",
55
"author": { "name": "Roberto Cano" }
66
}

0 commit comments

Comments
 (0)