Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/stella-cli/src/daemon/boot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub(super) struct BootCandidate {
/// Whether the workspace the turn must continue in still exists.
pub(super) workspace_exists: bool,
/// Whether the run left an unanswered approval request in its sidecar
/// ([`supervised::APPROVAL_REQUEST`]).
/// ([`stella_store::supervised::APPROVAL_REQUEST`]).
///
/// Such a run does not fail on resume — it *parks*, waiting for a human
/// who is not there. The sweep resumes one run at a time and streams each
Expand Down