mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
Improvements: 1. Add plan summary in confirmation question for quick review 2. Add previousExecutionResults tracking for multi-execution flows 3. Include execution result collection mechanism after each call 4. Update both Agent and Codex execution prompts with context continuity Benefits: - Subsequent executions can see what previous calls completed - Avoid duplicate work across multiple execution calls - Better dependency management and task flow - Clear context propagation: executionId, status, tasks, outputs, notes