mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 15:41:13 +00:00
* feat(clickclack): add session discussions * chore: remove release-owned changelog entry * refactor(clickclack): split discussion service workflows * fix(clickclack): satisfy plugin surface gates * fix: narrow routing peer in inbound test and refresh docs map
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"id": "clickclack",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["clickclack"],
|
|
"contracts": {
|
|
"tools": ["discussion"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|