Skip to main content

Module go_ralph

Module go_ralph 

Source
Expand description

Bridge between /go OKR approval gate and Ralph PRD execution loop.

Flow:

  1. OKR is approved (caller responsibility)
  2. LLM generates a PRD from the task + key results
  3. PRD is saved to disk and audit-logged
  4. Ralph loop executes the PRD with quality gates
  5. Story pass/fail maps back to KR outcomes on the OkrRun

Structs§

GoRalphResult
Result of a /go execution via Ralph.
StoryResult

Functions§

execute_go_ralph
Run Ralph loop for a /go task, mapping results back to OKR.
format_go_ralph_result
Format a GoRalphResult for display.
generate_prd_from_task
Generate a PRD from a task description and OKR key results using an LLM.