forge_notify: flip keepSubscriptions default — agents keep, manager auto-unsubs
This commit is contained in:
parent
d58a3a3303
commit
03fec39405
2 changed files with 11 additions and 10 deletions
|
|
@ -2,9 +2,9 @@
|
|||
{
|
||||
imports = [ ./harness-base.nix ];
|
||||
|
||||
# Manager keeps broad repo watch subscriptions — needs full visibility.
|
||||
# Sub-agents default to false and auto-unsubscribe from firehose repos.
|
||||
hyperhive.forge.keepSubscriptions = true;
|
||||
# Manager auto-unsubscribes from repo watches (uses mention-only filtering
|
||||
# via HIVE_FORGE_NOTIFY_REASONS). Sub-agents default to keepSubscriptions=true.
|
||||
hyperhive.forge.keepSubscriptions = false;
|
||||
|
||||
# HIVE_PORT/HIVE_LABEL/gitconfig are also injected by the generated
|
||||
# `applied/hm1nd/flake.nix` (see `lifecycle::setup_applied`); the values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue