Add OpenClaw manifest and configure install

This commit is contained in:
2026-03-10 18:25:54 +00:00
parent 3b26f3d083
commit 00108c357b
3 changed files with 56 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
{
"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 }
}
}
}