diff --git a/AGENTS.md b/AGENTS.md index fcab2ae..11b923c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,10 +51,11 @@ tea pr merge # Merge a PR ### Actions (Workflows) ```bash -tea actions info # Show workflow info -tea actions list # List workflow runs -tea actions logs # View logs for a run -tea actions re-run # Re-run a failed workflow +tea actions info # Show workflow info +tea actions runs list # List workflow runs +tea actions workflows list # List workflows +tea actions logs # View logs for a run +tea actions runs re-run # Re-run a workflow ``` ### Releases