11 Commits

Author SHA1 Message Date
89f558bd39 Document approval gate for git request variants 2026-03-30 11:28:16 -04:00
c60542e0e5 Reorder ATVM status output and standardize push reminders 2026-03-27 11:57:19 -04:00
4c0e28cc05 Clarify explicit approval requirement for git commits 2026-03-27 10:23:03 -04:00
dda0a0b4c0 Require verification after git commit execution
- update the git guide to require post-commit verification before reporting success
- document that commit verification must confirm git commit exited successfully, HEAD advanced, and the new commit appears in git log
- document that failed or non-created commits must be reported clearly instead of being claimed as successful
2026-03-26 11:03:20 -04:00
4c07863f6c Clarify git commit message workflow in git guide
- require commit descriptions to include a concise title and a detailed body when warranted by the change scope
- require the proposed git commit command to match the full approved message, including the detailed body
- document that execution should not collapse an approved full commit message to only the short title
2026-03-24 14:37:37 -04:00
b1960b7dd4 Clarify git approval workflow in git guide 2026-03-23 21:03:34 -04:00
08b2ab3104 Tighten git push guidance to require terminal-only execution
Update the git guide so the assistant does not execute git push commands when credentials or SSH key passphrases might be required. Instead, the assistant must show the exact push command and direct the user to run it directly in the terminal.

Keep the existing rule that passwords and passphrases must not be accepted through chat and that password handoff requests must be refused.
2026-03-20 21:31:10 -04:00
08eebad3f9 Harden git workflow guidance for credential prompts
Update the git guide so credential and passphrase prompts are never handled through chat. Document that when git push -u origin main or any git command prompts for a secret, the assistant must stop and direct the user to enter it directly in the terminal.

Also document that the assistant must refuse requests to take password or passphrase handoff for git operations.
2026-03-20 21:29:07 -04:00
c0d1c15f95 Update git workflow guidance for reviewed commit and push flow
Document the repo preference that commit-description requests must show the proposed commit message first, followed by the exact git commit command and the exact git push -u origin main command that would be executed.

Require explicit user approval before running either command, and document that push operations should default to git push -u origin main with an interactive handoff at any password or SSH key passphrase prompt.
2026-03-20 21:24:06 -04:00
491bd7748c Expand git guide for origin and commit approval workflow
Update git-guide.md to document the repository URL used for this workspace as the current origin.

Require showing the exact git commit command alongside proposed commit messages.

Wait for explicit approval before creating a commit.
2026-03-14 20:59:22 -04:00
b25ff326cc Add repo git commit approval guide
Document the repo-specific git workflow for /home/aw/code/cds. Require drafting commit messages for user review before running git commit, and keep commits scoped to the approved change.
2026-03-14 20:16:25 -04:00