{ "id": "dirigent", "name": "Dirigent", "version": "0.3.0", "description": "Rule-based no-reply gate with provider/model override and turn management", "entry": "./index.ts", "configSchema": { "type": "object", "additionalProperties": false, "properties": { "moderatorBotToken": { "type": "string" }, "scheduleIdentifier": { "type": "string", "default": "➡️" }, "identityFilePath": { "type": "string" }, "channelStoreFilePath": { "type": "string" }, "debugMode": { "type": "boolean", "default": false }, "noReplyProvider": { "type": "string", "default": "dirigent" }, "noReplyModel": { "type": "string", "default": "no-reply" }, "sideCarPort": { "type": "number", "default": 8787 } }, "required": [] } }