Steering status (observability, no pass)
get_steering_statusCheck the current steering status of a project, including last steering time, goal completion, open tickets, and unreviewed Done tickets, without executing a new steering pass.
Instructions
FBMCPF-319: read-only observability into the steering loop for a project — WITHOUT running or mutating a pass (unlike steer_project). Returns the persisted steering.json state (lastSteeringAt, everSteered, how many Done tickets have been claimed/reviewed + the recent reviewed ids, and goalOnlyStreak — the consecutive goal-only passes that gate the auto-stop) plus a live snapshot: goal/goalMissing, open-ticket count, how many Done tickets are still unreviewed, and the tickets filed since the last steering pass (a proxy for what the last pass produced). Use it to answer 'where is steering at?' without kicking off a new wave.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes |