refactor(#2058): drop claude.md docs pointer, keep nix option + --add-dir
This commit is contained in:
parent
362d392993
commit
cd5b731884
4 changed files with 22 additions and 54 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue