Integrations
JSON catalogs
Consume agents, presets, context scans, and recent exports through versioned JSON.
These commands write one JSON document to stdout and exit without starting an AI session.
palabre agents --jsonexposesroles[],agents[], anddefaults.askAgents[]. Each agent provides its name, type, role, availability, and a reason when needed.palabre presets --jsonexposes pairs, order,available,missingAgents[], andunavailableReasons[].palabre context scan src docs --jsonexposes the root, requested paths,items[], andwarnings[].palabre history --jsonexposes recent exports inhistory[].
Consumption rules
- check
v; - ignore unknown fields;
- accept missing optional fields;
- do not recalculate availability or scanning rules;
- display warnings without changing their meaning.