agent-sandbox

command
v0.18.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

cmd/agent-sandbox/main.go

Every binary this module ships lives at cmd/<command-name>/: `go install` names the binary after the main package's directory, and there is no -o for `go install <pkg>@version`, so the directory name IS the command name. Shared code lives in the module-root internal/ tree, which every main package here can import. The safe command wrappers are reserved for cmd/safe/safe-<tool>/, so that `go install <mod>/cmd/safe/...@latest` installs those and nothing else.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL