[AI] Add to AGENTS.md to not make changes when uncommitted changes exist

This commit is contained in:
2026-06-05 12:57:42 -04:00
parent 0066becda5
commit 18ba6c4350

View File

@@ -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..."