refactor(cron): simplify main-summary prefix config

This commit is contained in:
Peter Steinberger
2025-12-13 11:43:18 +00:00
parent 0152e053e1
commit 32cd1175fb
3 changed files with 29 additions and 40 deletions

View File

@@ -77,6 +77,7 @@ Each job is a JSON object with stable keys (unknown keys ignored for forward com
- `{"kind":"agentTurn","message":string,"deliver"?:boolean,"channel"?: "last"|"whatsapp"|"telegram","to"?:string,"timeoutSeconds"?:number}`
- `isolation` (optional; only meaningful for isolated jobs)
- `{"postToMain"?: boolean, "postToMainPrefix"?: string}`
- Note: `postToMain` is deprecated (no-op). Isolated jobs always post a summary; only the prefix is configurable.
- `runtime` (optional)
- `{"maxAttempts"?:number,"retryBackoffMs"?:number}` (best-effort retries; defaults off)
- `state` (runtime-maintained)