fix(rectification): surface real activity context
Staging Backend Quality Gate / validate (pull_request) Failing after 12m4s
Staging Backend Quality Gate / publish (pull_request) Has been skipped

This commit is contained in:
Jesse_Chen
2026-08-12 09:28:47 +08:00
parent 689799102e
commit 397b6ef7c2
20 changed files with 907 additions and 98 deletions
@@ -119,6 +119,7 @@ function turnReceipt(
status: receiptStatusFromTurn(receipt.status),
phases: receipt.phases.map((phase) => phase.phase),
tools: receipt.tools,
methods: receipt.methods,
started_at: receipt.startedAt,
completed_at: receipt.completedAt,
};