fix: route scheduled watcher output by room role

This commit is contained in:
ejclaw
2026-05-26 04:17:59 +09:00
parent d770c40862
commit a6e1b8172c
15 changed files with 288 additions and 156 deletions

View File

@@ -220,6 +220,7 @@ export interface ScheduledTask {
group_folder: string;
chat_jid: string;
agent_type: AgentType | null;
room_role?: PairedRoomRole | null;
ci_provider?: 'github' | null;
ci_metadata?: string | null;
max_duration_ms?: number | null;