diff --git a/AGENTS.md b/AGENTS.md index 0c742d4..635f27b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -16,3 +16,4 @@ Do not add new top-level one-off scripts when a `plexadm` subcommand or helper m - Never push commits directly to `master`. Always open a pull request from a feature/fix branch. - Use squash merge strategy when merging pull requests. +- After merging any pull request, monitor the GitHub Actions workflow runs to confirm CI passes.