From 80ef05be1352f00bbed1b78758f64e59326d83a6 Mon Sep 17 00:00:00 2001 From: Morgan Blackthorne Date: Thu, 14 May 2026 01:37:36 -0700 Subject: [PATCH] Add Makefile lint-fix target and git workflow rules to AGENTS/CLAUDE Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) 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.