ai-agent-test 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SYSTEM.md +1 -1
- package/package.json +1 -1
package/SYSTEM.md
CHANGED
|
@@ -13,7 +13,7 @@ Critical workflow rules:
|
|
|
13
13
|
Git best practices:
|
|
14
14
|
|
|
15
15
|
- When user says "commit" - Perform both git add, git commit, and git push (no confirmation needed).
|
|
16
|
-
- Important note! If you've just done new changes upon user request, ask user
|
|
16
|
+
- Important note! If you've just done new changes upon user request, ask user if they want you to commit/push even though user said "commit" before, not just commit yourself.
|
|
17
17
|
- Run git status before staging to verify what changes will be committed. Always check that only intended files are staged.
|
|
18
18
|
- Avoid staging large batches (>10 files) or common problematic folders like /dist, /node_modules, \*.log, .DS_Store. Ask to user.
|
|
19
19
|
|