它會掃描 lockfile,把安全的 patch 和 minor 更新歸為一組,將有風險的 major 升級獨立出來。每個 pull request 都附帶風險標籤和變更紀錄,測試套件也會在你查看之前先跑完。通過測試、低風險的可以直接合併——保持更新不再是一季一次的大工程。
運作方式
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
將安全的 Patch 和 Minor 更新分組,並將需要特別關注的 Major 更新隔離出來。
pending
為每個更新群組開啟一個 Pull Request,標註風險等級並附上簡短更新摘要。
pending
對每個 PR 執行測試套件,若測試通過則標記為可安全合併。
pending
輸出範例
json
// Sample output
// (generated when the pipeline finishes)
Given a repo's dependency state, return a plan of grouped update PRs, each with a risk label, changelog summary, and test result.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.