compose_advisory_bundle
Run the squad workflow, slice files for each selected agent, and validate the plan text to produce an advisory bundle ready for parallel review dispatch.
Instructions
End-to-end advisory dispatch bundle. Runs compose_squad_workflow, then slice_files_for_agent for each selected agent, then validate_plan_text on the supplied plan. Returns the union output ready for the host to dispatch parallel advisory reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes | ||
| user_prompt | Yes | ||
| plan | Yes | ||
| base_ref | No | ||
| staged_only | No | ||
| working_tree | No | ||
| read_content | No | ||
| mode | No | ||
| force_work_type | No | ||
| force_agents | No | ||
| risk_signals | No | ||
| include_hunks | No | ||
| max_hunk_bytes_per_file | No | ||
| include_language_supplements | No | ||
| min_files_per_secondary_language | No |