get_config
Retrieve a project's layered configuration: CLI flags, global spec, repo overrides, and the effective result, optionally scoped to a branch.
Instructions
The configuration for a project, layer by layer: CLI flags, the global spec (applies to every repo), this repo's override, and the effective result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to scope to (optional; the backend decides its use). | |
| project | No | The project id — an opaque, supplied string, never derived. Omit to use the server's --project-id default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| flags | Yes | ||
| global | Yes | ||
| effective | Yes |