read_squad_config
Read and resolve the .squad.yaml configuration at a given workspace root to retrieve effective weights, thresholds, and exclusion paths for custom workflow builds.
Instructions
Read and resolve .squad.yaml (or .squad.yml) at the given workspace_root. Returns effective weights (defaults merged), threshold, min_score, skip_paths, disable_agents, and the source path (or null if no file present). Composers (compose_squad_workflow, compose_advisory_bundle) read this automatically when they receive workspace_root; this tool is for explicit introspection and for clients that build their own bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_root | Yes |