mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
15 lines
301 B
JSON
15 lines
301 B
JSON
{
|
|
"id": "workboard",
|
|
"enabledByDefault": false,
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"name": "Workboard",
|
|
"description": "Dashboard workboard for agent-owned issues and sessions.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|