14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"id": "yonexus",
|
|
"name": "Yonexus",
|
|
"version": "0.2.0",
|
|
"description": "Organization hierarchy, agent identity management, query DSL, and scope memory for OpenClaw",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"enabled": { "type": "boolean", "default": true }
|
|
}
|
|
}
|
|
}
|