{ "id": "dialectic", "name": "Dialectic", "version": "0.1.0", "description": "OpenClaw plugin for the Dialectic v2 debate platform — agent-facing tools", "main": "index.js", "activation": { "onStartup": true }, "contracts": { "tools": [ "dialectic_list_topics", "dialectic_topic_detail", "dialectic_propose_topic", "dialectic_signup", "dialectic_post_argument", "dialectic_view_verdict" ] }, "configSchema": { "type": "object", "additionalProperties": false, "properties": { "backendUrl": { "type": "string", "description": "Dialectic backend base URL (e.g. https://dialectic-api.hangman-lab.top)", "default": "https://dialectic-api.hangman-lab.top" } } } }