merge_manager_work
Merge a manager's work into a target branch using specified strategy and optional branch deletion.
Instructions
Coordinate merge of manager work back to main branch (Executive only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| managerId | Yes | ID of the manager whose work to merge | |
| targetBranch | No | Target branch for merge (default: main) | |
| strategy | No | Merge strategy to use | |
| deleteBranch | No | Delete manager branch after merge |