Skip to content

docs: add Wave Planner specification#132

Open
mmorris35 wants to merge 1 commit intomainfrom
feat/wave-planner-spec
Open

docs: add Wave Planner specification#132
mmorris35 wants to merge 1 commit intomainfrom
feat/wave-planner-spec

Conversation

@mmorris35
Copy link
Copy Markdown
Owner

Adds specification for file-aware parallel agent orchestration.

Summary

When multiple agents within a wave work in parallel, they can create merge conflicts if touching the same files. This spec outlines a plan_waves MCP tool that:

  • Analyzes task-to-file dependencies
  • Assigns file ownership per agent
  • Generates orchestrated wave plans with explicit constraints

Files

  • docs/wave-planner-spec.md - Full specification

Closes #131

File-aware parallel agent orchestration to prevent merge conflicts
when multiple agents within a wave touch the same files.

Relates to #131
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Wave Planner - file-aware parallel agent orchestration

1 participant