style: biome format

This commit is contained in:
Peter Steinberger
2026-01-10 19:47:17 +00:00
parent afede929b3
commit cf192f8551
8 changed files with 46 additions and 31 deletions

View File

@@ -144,7 +144,10 @@ export function registerSandboxCli(program: Command) {
sandbox
.command("explain")
.description("Explain effective sandbox/tool policy for a session/agent")
.option("--session <key>", "Session key to inspect (defaults to agent main)")
.option(
"--session <key>",
"Session key to inspect (defaults to agent main)",
)
.option("--agent <id>", "Agent id to inspect (defaults to derived agent)")
.option("--json", "Output result as JSON", false)
.addHelpText("after", EXAMPLES.explain)