diff --git a/crates/stella-cli/src/daemon/boot.rs b/crates/stella-cli/src/daemon/boot.rs index 240ff8b9..75804c52 100644 --- a/crates/stella-cli/src/daemon/boot.rs +++ b/crates/stella-cli/src/daemon/boot.rs @@ -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