Skip to main content

rt runs

rt › runs

Pipeline run state: list, show, and the pipeline's write verbs

Usage

rt runs [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
--repotextScope to one registry repo

Subcommands

CommandDescription
showOne run: stages, fields, decisions
abandonMark a wedged run abandoned (the run died with its session and the DB still says running)
findRuns whose claude-session field matches; read-side, no daemon
run-startPipeline: open a run DB and print its runId and runDb
run-statusPipeline: close the run (reads RT_RUN_DB)
stage-startPipeline: start a stage attempt (reads RT_RUN_DB)
stage-donePipeline: finish the latest attempt of a stage (reads RT_RUN_DB)
stage-failPipeline: fail the latest attempt of a stage (reads RT_RUN_DB)
stage-redirectPipeline: leave the latest running attempt of a stage as redirected (reads RT_RUN_DB)
fieldPipeline: field set KEY VALUE --stage NAME | field get KEY (reads RT_RUN_DB)
decisionPipeline: decision record --contract C --scope S --selection JSON --decided-by W (reads RT_RUN_DB)
snapshotPipeline: the full run document as JSON (reads RT_RUN_DB)

See code: commands/runs.ts › runsList