Skip to content

Commit 76ba059

Browse files
jpicklykclaude
andauthored
release: v2.0.1 — v3 architecture with circular parentId protection and BFS cycle fix (#33)
* refactor: remove session-start hook in favor of orchestrator mode Removed session-start hook from plugin architecture as it duplicates functionality provided by orchestrator-prompt.txt system prompt. Changes: - Removed hook files: session-start.js, session-start.sh, hooks.json - Updated plugin.json to remove hooks reference - Updated documentation to remove hook sections - Fixed project-setup-workflow.md with v2.0 tool syntax and template discovery - Updated initialize-task-orchestrator.md to guide plugin installation - Updated migration docs to document v2.1 hook removal Benefits: - Eliminates redundancy: single source of truth for orchestration guidance - Token savings: ~600 tokens when using orchestrator mode - Cleaner architecture: one comprehensive system prompt vs fragmented hooks - Easier maintenance: update one file instead of syncing multiple sources Orchestrator mode (via system prompt) is now the recommended approach, providing both orchestration logic and communication style in one file. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 631fc71 commit 76ba059

File tree

618 files changed

+73322
-89966
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

618 files changed

+73322
-89966
lines changed

.claude-plugin/marketplace.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
{
22
"name": "task-orchestrator-marketplace",
33
"owner": {
4-
"name": "Task Orchestrator",
5-
"url": "https://github.com/jpicklyk/task-orchestrator"
4+
"name": "Jeff Picklyk"
65
},
76
"metadata": {
87
"description": "MCP Task Orchestrator - Hierarchical task management with AI workflows",
98
"version": "2.0.0"
109
},
1110
"plugins": [
1211
{
13-
"name": "task-orchestrator",
12+
"name": "current",
13+
"version": "1.0.14",
14+
"description": "Skills, hooks, and workflows for Current (v3) MCP Task Orchestrator. Schema-aware context, note-driven workflow, and thin session hooks.",
15+
"author": {
16+
"name": "Jeff Picklyk",
17+
"url": "https://github.com/jpicklyk"
18+
},
19+
"homepage": "https://github.com/jpicklyk/task-orchestrator",
20+
"repository": "https://github.com/jpicklyk/task-orchestrator",
21+
"license": "MIT",
22+
"keywords": ["task-management", "project-management", "workflow", "mcp", "ai-orchestration"],
23+
"category": "productivity",
24+
"tags": ["tasks", "features", "projects", "dependencies", "workflows", "v3", "current"],
25+
"source": "./claude-plugins/current",
26+
"strict": true
27+
},
28+
{
29+
"name": "clockwork",
1430
"version": "2.0.0",
15-
"description": "Comprehensive task management with Projects → Features → Tasks hierarchy, dependency tracking, templates, and AI workflow automation",
31+
"description": "Skills, hooks, and workflows for Clockwork (v2) MCP Task Orchestrator. Legacy plugin — use current-task-orchestrator for new projects.",
1632
"author": {
1733
"name": "Jeff Picklyk",
1834
"url": "https://github.com/jpicklyk"
@@ -22,8 +38,8 @@
2238
"license": "MIT",
2339
"keywords": ["task-management", "project-management", "workflow", "mcp", "ai-orchestration"],
2440
"category": "productivity",
25-
"tags": ["tasks", "features", "projects", "dependencies", "templates", "workflows"],
26-
"source": "./claude-plugins/task-orchestrator",
41+
"tags": ["tasks", "features", "projects", "dependencies", "templates", "workflows", "v2", "clockwork"],
42+
"source": "./claude-plugins/clockwork",
2743
"strict": true
2844
}
2945
]

0 commit comments

Comments
 (0)