feat: implement hierarchical dispatch workflows#100
Open
Conversation
Made-with: Cursor
Add version and name to dispatch-workflow activity (required by ActivitySchema). Add YAML frontmatter with id and version to 6 meta resource files (00, 05-09) so parseFrontmatter can extract structured metadata. Made-with: Cursor
- Remove non-schema orchestrator block from 02-dispatch-workflow.toon - Use activity-level rules, problem, recognition, and outcome fields - Replace step 'instruction' with schema-compliant 'description' - Add skills reference (primary: orchestrator-management) - Use condition object in transitions instead of free-text - Update meta workflow executionModel to declare orchestrator and client roles - Add client_workflow_completed variable for transition evaluation Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
- Split single sub-agent model into activity-orchestrator and activity-worker - Update dispatch-workflow to delegate full workflow execution to activity-orchestrator - Rename orchestrator-management to workflow-orchestrator - Define explicit checkpoint bubbling rules in client-dispatch-protocol - Update workflow references and downstream templates Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
…orkflow-orchestrator Made-with: Cursor
Made-with: Cursor
…heckpoints Made-with: Cursor
…its id Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
… sub-agent loops Made-with: Cursor
…heckpoint Made-with: Cursor
Corrects the array length specifier for the `yield-checkpoint` block from 3 to 4, resolving a TOON parser schema validation error. Made-with: Cursor
Updates `remediate-vuln` to correctly adopt changes in `work-package` including fixing the `strategic-review` unsigned commit variables, updating the `start` transition to `design-philosophy` directly, and correctly importing the local `start`, `strategic-review` and `submit` activities instead of importing `11-strategic-review.toon` from `work-package`. Made-with: Cursor
Updates the array length specifier for `activities` from 12 to 14. This resolves a TOON parsing error that prevented the `remediate-vuln` workflow from being discovered or started by the server. Made-with: Cursor
The discover tool no longer returns the list of available workflows. Updated the bootstrap documentation to state that discover returns the server info and bootstrap procedure, and that agents should use list_workflows to match the user's goal. Made-with: Cursor
…ng blocking checkpoints Made-with: Cursor
…confusion Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
02-dispatch-workflow.toonactivity05-worker-prompt-template.mdto support independent client agent sessions09-client-dispatch-protocol.mdresource documenting the dispatch lifecycleTest plan
workflow-serverrepository