Document agent preference to auto-commit and push completed work.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m5s

This commit is contained in:
isaacclad
2026-07-16 08:37:32 +00:00
parent b6f229ab9a
commit cb2a9898eb
+7
View File
@@ -0,0 +1,7 @@
# Agent instructions
## Git workflow
- After completing a discrete unit of work, **always commit and push** to the current branch without waiting for the user to ask.
- Use a clear commit message describing why the change was made.
- Do not force-push or rewrite published history unless the user explicitly asks.