Reorder ATVM status output and standardize push reminders

This commit is contained in:
2026-03-27 11:57:19 -04:00
parent 4b04f9b49d
commit c60542e0e5
5 changed files with 36 additions and 27 deletions

View File

@@ -37,7 +37,8 @@ This file records repo-specific git workflow preferences for `/home/aw/code/cds`
- If `git commit` did not actually create a commit, report that clearly and leave the changes as uncommitted.
## Push Requests
- When the user asks to push, use `git push -u origin main` by default unless the user explicitly asks for a different remote or branch.
- When the user asks to push, show `git push origin main` by default unless the user explicitly asks for a different remote or branch.
- When reminding the user about the push command after a commit proposal or completed commit, display `git push origin main` instead of `git push`.
- Do not execute `git push -u origin main` or any other git push command from the assistant when credentials or an SSH key passphrase might be required.
- Instead, show the exact push command and tell the user to run it directly in the terminal.
- Do not accept passwords or passphrases through chat for git operations.