Expand description
Serializable types describing a Foundry binary’s command surface.
See docs/agents/spec.md for the
contract these types implement.
Structs§
- ArgInfo
- Information about a single command argument.
- Binary
Info - Information about the binary itself.
- Capabilities
- Capability flags exposed for agent consumers.
- Command
Info - Information about a single command (or group) in the CLI tree.
- Exit
Code Info - Documented exit code for a command, beyond the global table.
- Introspect
Document - Top-level introspection document.
Enums§
- ArgKind
- Argument shape.
- Output
Mode - Output mode under machine mode.
- Side
Effects - Coarse classification of a command’s side effects.
- Value
Type - Best-effort classification of an argument’s value type, for agent UI hints.
Functions§
- is_
false 🔒