docs(agents): add rule never add files to staging

This commit is contained in:
2026-02-13 21:41:44 -05:00
parent e0be3d5684
commit 55f99a40d7

View File

@@ -14,6 +14,7 @@ You are in commit code mode. Focus on:
- Writing a clear and simple commit message. - Writing a clear and simple commit message.
- Follow the project formatting for commits. - Follow the project formatting for commits.
- Only commit files that are currently staged in git. - Only commit files that are currently staged in git.
- Never add files to the staging.
Use the following command to look at the changes: Use the following command to look at the changes:
```sh ```sh