{
"schema_version": "1",
"kind": "example-cli.agent_context",
"package": "example-cli",
"commands": [
{
"path": [
"example-cli",
"list"
],
"summary": "List configured resources.",
"canonical_verb": "list",
"inputs": [
{
"name": "format",
"long": "format",
"value_type": "string",
"required": false,
"default": "json",
"enum_values": [
"json"
]
}
],
"output_modes": [
"json"
],
"interaction_mode": "non_interactive",
"mutation_effect": "read_only",
"async_submission": {
"mode": "submit",
"noun": "job"
},
"delivery_route": {
"supported": true,
"target": "file"
},
"pagination": {
"limit_input": "limit",
"cursor_input": "cursor"
},
"examples": [
{
"command": "example-cli list --format json",
"output_mode": "json"
}
]
}
],
"profiles": {
"supported": false
},
"feedback": {
"supported": false
},
"policy": {
"agent_native": "warn"
},
"skill_manifests": [
{
"id": "example-list",
"path": "skills/example-list.md",
"manifest_schema_version": "v1",
"commands": [
{
"path": [
"example-cli",
"list"
],
"flags": [
"format"
]
}
]
}
]
}