From d58a3a3303cb976d152998f1acab5e8992016007 Mon Sep 17 00:00:00 2001 From: damocles Date: Thu, 21 May 2026 22:29:25 +0200 Subject: [PATCH] manager: keepSubscriptions = true by default --- nix/templates/manager.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/templates/manager.nix b/nix/templates/manager.nix index f88e2fb..3cd1827 100644 --- a/nix/templates/manager.nix +++ b/nix/templates/manager.nix @@ -2,6 +2,10 @@ { 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; + # HIVE_PORT/HIVE_LABEL/gitconfig are also injected by the generated # `applied/hm1nd/flake.nix` (see `lifecycle::setup_applied`); the values # here are the base config so the container stays sensible if anyone