refactor(#2058): drop claude.md docs pointer, keep nix option + --add-dir

This commit is contained in:
damocles 2026-06-29 01:17:29 +02:00 committed by mara
commit cd5b731884
4 changed files with 22 additions and 54 deletions

View file

@ -6,9 +6,9 @@
imports = [ ./harness-base.nix ];
# The root/manager bootstraps a fresh hive, so it gets the hyperhive
# reference docs surfaced by default (the additive `CLAUDE.md` pointer
# `$HIVE_DOCS_DIR/docs/setup.md`, added via `claude --add-dir`).
# `mkDefault` so a manager's own `agent.nix` can still turn it off.
# Other agents default off.
# reference docs made available by default (readable at
# `$HIVE_DOCS_DIR/`, added via `claude --add-dir`). `mkDefault` so a
# manager's own `agent.nix` can still turn it off. Other agents default
# off.
hyperhive.docs.enable = lib.mkDefault true;
}