Skip to main content

Crate harness_tools_shell

Crate harness_tools_shell 

Source
Expand description

Risk-classified shell tools.

Two flavours:

  • ShellRead — restricted to a readable allowlist (cargo check, git status, …)
  • ShellExec — full subprocess. Destructive risk; surface explicitly.

Both run via world.runner so they’re trivially mockable in tests.

Structs§

ShellExec
ShellRead