From 18ba6c43501ec17397327aedaa73cb7bf24a133c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Fri, 5 Jun 2026 12:57:42 -0400 Subject: [PATCH] [AI] Add to AGENTS.md to not make changes when uncommitted changes exist --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 3f14e3d..2ba8216 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,6 +20,8 @@ - `settings.qml`: Settings view entry point. ## Development Workflow +- Always check git status before making any changes. +- NEVER make changes if there are uncommitted changes in the working directory. - *TBD*: Check for build/lint/test commands (e.g., `npm`, `make`, or direct `quickshell` execution). - Logs: Run `quickshell log` and read only after the last "INFO: Reloading configuration..."