chore(hq): daily sync 2026-02-17

This commit is contained in:
2026-02-17 10:00:15 +00:00
parent 44a5b4aac5
commit 03232be7b1
89 changed files with 2599 additions and 612 deletions

View File

@@ -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,
}