fix(#2033): drop tracker tag from code comment (tracker-tag lint)

This commit is contained in:
damocles 2026-06-27 00:13:47 +02:00 committed by mara
commit 8aba2e5509

View file

@ -592,7 +592,7 @@ async fn main() -> Result<()> {
// "daemon still coming up" (token present → keep serving). When the
// token exists we serve regardless of socket state: tool calls
// `connect()` per-call and simply error until the daemon is up, but
// the tools stay registered for the session. (#2033)
// the tools stay registered for the session.
let token_file = paths::token_file();
if !tokio::fs::try_exists(&token_file).await.unwrap_or(false) {
tracing::warn!(