Expand description
Shared helpers for thin package-surface CLI adapters.
Structs§
- CliAdapter
Metadata - Static package metadata for one CLI adapter.
Functions§
- command_
schema_ json - Builds the standard CLI command schema payload.
- package_
metadata_ json - Builds the standard CLI adapter metadata payload.
- read_
json_ input - Reads a JSON request from
--json,--file, or stdin. - run_
wrapped_ operation - Runs an operation through a library-owned surface and adds standard package-surface value fields if an older surface omitted them.