faf_get_orchestration_policy
Retrieve the effective orchestration policy for a .faf project without executing the orchestrator. Returns aggressiveness tier, thresholds, and override source.
Instructions
Introspect the effective orchestration policy WITHOUT running the orchestrator. Returns { tier, thresholds, source, overrides_applied } — what aggressiveness tier the next faf_orchestrate_recommendation call would use, and whether it came from defaults or a .faf:orchestration: override. No drift detection, no signals, no receipt — pure introspection. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional explicit `.faf` file path or project directory (supports ~). When omitted, the live process cwd is searched for project.faf / .faf. |