mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
- Add executeBatch dispatcher to route batches to Agent/Codex - Update executeBatchAgent to use batch.tasks instead of planObject.tasks - Update executeBatchCodex to use batch.tasks instead of planObject.tasks - Each parallel batch now dispatches to separate concurrent agent Before: All batches → single agent with ALL tasks (no parallelism) After: P1 → Agent 1, P2 → Agent 2 (true concurrent execution) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>