Revert "feat: Discord-based agent wakeup replacing spawn"

This reverts commit be30b4b3f4.
This commit is contained in:
operator
2026-04-18 20:45:37 +00:00
parent be30b4b3f4
commit 05bf51930d
4 changed files with 29 additions and 209 deletions

View File

@@ -63,14 +63,6 @@
"managedMonitor": {
"type": "string",
"description": "Absolute path to an installed HarborForge.Monitor binary managed by this plugin installer. If set, gateway_start/gateway_stop hooks will start/stop the monitor process automatically."
},
"discordBotToken": {
"type": "string",
"description": "Discord bot token for agent wakeup. Used to create private channels and send wakeup messages. Set to the same value as Dirigent moderator bot token."
},
"discordGuildId": {
"type": "string",
"description": "Discord guild ID where wakeup channels are created."
}
}
}