refactor: generalize channel type handling across various components

This commit is contained in:
Lauren ten Hoor
2026-02-10 09:56:17 +08:00
parent cb0f628772
commit 38ad3fe27f
8 changed files with 36 additions and 37 deletions

View File

@@ -38,10 +38,6 @@ const plugin = {
description: "Plugin-level project execution: parallel (each project independent) or sequential (only one project active at a time)",
default: "parallel",
},
orchestratorDm: {
type: "string",
description: "Telegram/WhatsApp chat ID for orchestrator DM notifications (heartbeat summaries)",
},
notifications: {
type: "object",
description: "Notification settings for worker lifecycle events",