faf_get_orchestration_policy
Check the effective orchestration policy to determine the aggressiveness tier and thresholds for the next orchestration call, without running the orchestrator.
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. |