From 491bd7748c774d7eb969d147e0211e8a222525be Mon Sep 17 00:00:00 2001 From: "anthony.wen" Date: Sat, 14 Mar 2026 20:59:22 -0400 Subject: [PATCH] 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. --- git-guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git-guide.md b/git-guide.md index 1980275..32e5e60 100644 --- a/git-guide.md +++ b/git-guide.md @@ -2,8 +2,13 @@ This file records repo-specific git workflow preferences for `/home/aw/code/cds`. +## Repository Reference +- Active repository: `https://git.devreser.com/anthony.wen/cds-ai.git` +- Treat this repository URL as the current `origin` for this workspace unless the user explicitly says it changed. + ## Commit Message Requests - If the user asks for a git commit description, draft the proposed commit message first. +- When drafting a commit message, also show the exact `git commit` command that would be used. - Do not run `git commit` immediately after drafting the message. - Wait for explicit user approval before creating the commit.