chore(hq): daily sync 2026-02-17
This commit is contained in:
@@ -159,11 +159,16 @@ Write the file BEFORE posting to Discord. The orchestrator is waiting for it."""
|
||||
if context:
|
||||
message = f"CONTEXT:\n{context}\n\n{message}"
|
||||
|
||||
# Map agent to their Discord delivery channel (dl-<agent>)
|
||||
discord_channel = f"channel:dl-{agent}"
|
||||
|
||||
payload = {
|
||||
"message": message,
|
||||
"name": f"orchestrate:{run_id}",
|
||||
"sessionKey": f"hook:orchestrate:{run_id}:{attempt}",
|
||||
"deliver": not no_deliver,
|
||||
"channel": "discord",
|
||||
"to": discord_channel,
|
||||
"wakeMode": "now",
|
||||
"timeoutSeconds": 600,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user