diff --git a/AGENTS.md b/AGENTS.md index 1b15086..0c742d4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,3 +11,8 @@ make lintfix && make lint && make test Use the unified `plexadm` CLI for new Plex automation. Keep mutation behavior consistent with the current scripts: commands apply changes immediately unless a command explicitly documents another mode. Do not add new top-level one-off scripts when a `plexadm` subcommand or helper module can cover the behavior. + +## Git Workflow + +- Never push commits directly to `master`. Always open a pull request from a feature/fix branch. +- Use squash merge strategy when merging pull requests.