Skip to main content

Module okr_gate

Module okr_gate 

Source
Expand description

OKR Approval Gate for /go command

Provides the interactive OKR approval flow: /go drafts an OKR via the model, shows it for approval (A/D keys), then starts autochat execution on approval.

Structs§

PendingOkrApproval
Pending OKR approval gate state for PRD-gated relay commands.

Functions§

ensure_okr_repository
Initialize the OKR repository on AppState if not already present.
is_easy_go_command
Check whether the input is a /go or /team easy command.
next_go_model
Rotate between available models for the /go command. Alternates between MiniMax and GLM-5 based on the current model.