Demonstrates the dependency + fan-out + aggregation pattern:
1. Generator agent writes a Node.js HTTP handler from a spec
2. Three review agents run in parallel (security, performance, style)
3. Synthesizer merges all feedback into a prioritized report
Follows the same structure as 07-fan-out-aggregate.ts.
Fixes#75