Commit Graph

3 Commits

Author SHA1 Message Date
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