Documentation
¶
Overview ¶
Package review manages reviewer session lifecycle for PR review.
It spawns a new tmux window running a coding agent configured as a PR reviewer, builds the review prompt from config templates, and handles re-review requests by sending updated instructions to the existing window. Reviewers run in the worker plane using the team's worker_model.
Plane: worker
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestReReview ¶
RequestReReview sends a re-review message to the existing reviewer window. If full is true, requests a full re-review of all PR changes. If full is false, requests a delta re-review of only new changes. coderComment, if non-empty, is best-effort written to a temp file. If write succeeds, its path is included in the message so the reviewer can read the coder's triage update.
func ResolveSessionName ¶
ResolveSessionName returns the name of the current tmux session.
Types ¶
This section is empty.