docs(gotchas): update stale 'claude's Bash tool' reference to bash_run

The Bash built-in is now denied; bash_run is the correct MCP tool.
This commit is contained in:
iris 2026-06-02 10:57:47 +02:00 committed by mara
commit 5946c8fbd8

View file

@ -35,7 +35,8 @@ force-clear `HOST_ADDRESS` / `LOCAL_ADDRESS` / `HOST_ADDRESS6` /
The hive-c0re service sets `path = [ pkgs.git "/run/current-system/sw" ]`.
In-container harness services do the same so anything an agent adds
to its own `agent.nix` (`environment.systemPackages`) is visible to
claude's Bash tool without editing the service definition.
the `bash_run` MCP tool (and any other in-container process) without
editing the service definition.
`environment.HYPERHIVE_GIT` bakes git's absolute path in (read by
`lifecycle::git_command()`) for the host.