Corvo 運作方式
Agent 權限
控制 Corvo 可以執行的 Git 與 GitHub 操作。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
控制 Corvo 可以執行的 Git 與 GitHub 操作。
| 權限 | 允許的操作 | 影響 |
|---|---|---|
| Create branch | 為修復建立本機分支。 | 提供 Agent 用來修改程式碼的分支。 |
| Checkout branch | 切換至現有分支。 | 變更本機工作使用的分支。 |
| Commit | 建立本機 commit。 | 在本機記錄程式碼變更。 |
| Push | 將 commit 推送至遠端分支。 | 讓具有儲存庫權限的人員可以查看 commit。 |
| Create tag | 建立並推送 Git tag。 | 可能觸發為 tag 設定的 CI 或部署流程。 |
| Delete branch | 刪除本機或遠端分支。 | 可能移除包含工作內容的分支。 |
| 權限 | 允許的操作 | 影響 |
|---|---|---|
| Create draft PR | 建立草稿 PR。 | 讓團隊可以審查修復提案。 |
| Edit PR | 修改 PR 的標題、內容等資料。 | 更新 PR 說明與相關資訊。 |
| Create issue | 建立 GitHub issue。 | 在儲存庫中新增 issue。 |
| Merge PR | 合併 PR。 | 將 PR 的變更套用至目標分支。 |
| Create release | 發布 GitHub release。 | 在儲存庫中建立 release。 |
| Delete release | 刪除 GitHub release。 | 移除已建立的 release。 |
| Rerun workflow | 重新執行 GitHub Actions workflow。 | 可能重新執行部署流程。 |