Cron: suppress fallback main summary for delivery-target errors (openclaw#24074) thanks @Takhoffman

Verified:
- pnpm build
- pnpm check
- pnpm test:macmini

Co-authored-by: Takhoffman <781889+Takhoffman@users.noreply.github.com>
Co-authored-by: Tak Hoffman <781889+Takhoffman@users.noreply.github.com>
This commit is contained in:
Tak Hoffman
2026-02-22 20:24:08 -06:00
committed by GitHub
parent 457835b104
commit a54dc7fe80
5 changed files with 39 additions and 15 deletions

View File

@@ -47,6 +47,8 @@ export type CronRunTelemetry = {
export type CronRunOutcome = {
status: CronRunStatus;
error?: string;
/** Optional classifier for execution errors to guide fallback behavior. */
errorKind?: "delivery-target";
summary?: string;
sessionId?: string;
sessionKey?: string;