forked from HAL9000/cleveragents-core
3dfbbbf059
- Updated product-builder to launch 17 supervisors instead of 16 - Added pr-merge-pool-supervisor to all supervisor lists and tracking - Updated all numeric references from 16 to 17 throughout the agent - Added AUTO-MERGE tag detection for monitoring - Clarified that pr-merge-pool-supervisor handles PR merging (not implementation-worker) - Updated coordination flow to show pr-merge's role in the workflow The pr-merge-pool-supervisor will continuously monitor for merge-ready PRs and merge them automatically when all criteria are met (approvals, CI passing, no conflicts), ensuring smooth integration of approved work.