From 24c289376d872e09f2d1bbff4ddbe47ea6f37217 Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 20 Sep 2026 13:54:31 +0200 Subject: [PATCH] docs: clear write-good.Passive hits in docs/integrations/forge.md --- docs/integrations/forge.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integrations/forge.md b/docs/integrations/forge.md index 3604d609..0979081e 100644 --- a/docs/integrations/forge.md +++ b/docs/integrations/forge.md @@ -106,7 +106,8 @@ The crate builds a second, independent binary for a different host — see The host-specific calls — list unread, mark read, resolve own login — live behind `Source` in `hive-forge-notify/src/source.rs`; -classification, formatting, dedupe and todo delivery are shared. Todo +classification, formatting, dedupe and todo delivery live in `notify.rs`, +common to both binaries. Todo keys here are the bare thread ids, and must stay that way: renaming them would orphan every in-flight forge todo on the first restart after a deploy.