How Corvo Works
Agent Permissions
Control the Git and GitHub operations available to Corvo.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Control the Git and GitHub operations available to Corvo.
| Permission | What it allows | Effect |
|---|---|---|
| Create branch | Create local branches for a fix. | Gives the agent a branch for its changes. |
| Checkout branch | Switch to an existing branch. | Changes the branch used for local work. |
| Commit | Create local commits. | Records changes locally. |
| Push | Push commits to a remote branch. | Makes the commits available to people with repository access. |
| Create tag | Create and push Git tags. | May trigger CI or deployment workflows configured for tags. |
| Delete branch | Delete local or remote branches. | Can remove branches containing work. |
| Permission | What it allows | Effect |
|---|---|---|
| Create draft PR | Open draft pull requests. | Makes a proposed fix available for review. |
| Edit PR | Change PR metadata such as its title and body. | Updates the PR’s description and details. |
| Create issue | Open GitHub issues. | Adds an issue to the repository. |
| Merge PR | Merge pull requests. | Applies the PR’s changes to its target branch. |
| Create release | Publish GitHub releases. | Creates a release in the repository. |
| Delete release | Delete GitHub releases. | Removes a release. |
| Rerun workflow | Rerun GitHub Actions workflows. | May rerun a deployment pipeline. |