a7d36933e6
第一份 arcrun-roadmap (block e924c231) 提的建議:
「paused_awaiting_resume 容易被誤讀成掛起出問題,
考慮改成更清楚的 status(如 completed_with_checkpoint)」
我採折衷命名:running_async — 強調「workflow 已接受,正在背景跑」,
不像 completed_with_checkpoint 容易被誤讀為已完成。
範圍:
- trigger_workflow component-loader.ts status field rename
- AGENTS.md §6 common errors table 同步
- arcrun-mcp arcrun_run_workflow tool 回傳 status 同步
- error_code (telemetry classification) 仍保留 paused_awaiting_resume
(SDD §1.4 error_code enum '可加不可刪' 承諾)
向下相容性:status 是 user-facing field,前面 dogfood 只有 weekly_review
一個 consumer 用 trigger_workflow,已同步更新。
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>