Files
codewhale/crates/tui
Hunter Bown 401c1f6cf8 fix(security): tighten approval policy for run_tests
`run_tests` declares `ToolCapability::ExecutesCode` and runs `cargo test`,
which executes workspace code at test, build-script, and proc-macro time.
Match the default approval policy for code-executing tools by returning
`ApprovalRequirement::Required` explicitly instead of overriding to
`Auto`. Adds a regression test pinning the approval requirement.
2026-05-08 18:58:01 -05:00
..
2026-05-08 18:17:44 -05:00