Documentation
README
任務審核通過
L1 Review 通過後呼叫,將狀態從 in_review 改為 done。
使用方式
/task-approve <task-id> [備註]
參數
$0: 任務 ID(如T5)$ARGUMENTS: 完整參數(含備註)
格式規範(系統解析依賴,務必遵守)
.tasks/ 狀態欄位
| 狀態值 | 說明 |
|---|---|
done |
L1 審核通過 |
dev-plan 第 10 節「結果」欄位(第 3 欄)
| 結果值 | 對應系統狀態 | 說明 |
|---|---|---|
✅ 完成 |
done | 審核通過 |
執行步驟
- 找到對應的任務檔案(支援 Sprint 子目錄):
使用 Glob tool 搜尋
.tasks/**/$0-*.md,若無結果再搜尋.tasks/**/$0.md。 取得檔案路徑後用 Read tool 讀取內容。
任務檔案可能在
.tasks/sprint-{N}/T5-xxx.md,不再只在.tasks/根目錄。
- 取得真實時間(必要,不可跳過):
!
node -e "console.log(new Date().toISOString())"⚠️ 禁止自行編造時間。Agent 不知道真實時間,必須透過上述指令取得。將輸出存為變數
$NOW供後續步驟使用。
This is the opening of the README. Read the full README on GitHub.