chore(cleanup): remove discord-control-api sidecar and stale config/docs hooks

This commit is contained in:
2026-03-08 06:19:41 +00:00
parent 0806edb7d9
commit e6b445fb97
12 changed files with 4 additions and 617 deletions

View File

@@ -22,9 +22,6 @@
"noReplyModel": { "type": "string" },
"enableDiscordControlTool": { "type": "boolean", "default": true },
"enableDirigentPolicyTool": { "type": "boolean", "default": true },
"discordControlApiBaseUrl": { "type": "string", "default": "http://127.0.0.1:8790" },
"discordControlApiToken": { "type": "string" },
"discordControlCallerId": { "type": "string" },
"enableDebugLogs": { "type": "boolean", "default": false },
"debugLogChannelIds": { "type": "array", "items": { "type": "string" }, "default": [] },
"moderatorBotToken": { "type": "string" }