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.