From f8919b8c84f931cee66ac14d8a18fc6123d00938 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Tue, 17 Jun 2025 20:12:39 +0800 Subject: [PATCH] feat: update FAQ with guidance on updating git staged files, specifying to preserve format and detail level while avoiding unintended code changes --- 98_AI_workspace/software-engineer/010_FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index 22e8035..5c24b52 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -26,3 +26,6 @@ A: you should look for a `helloworld` example and start with it when available. Q: shall AI introduce new format or ideas? A: No, AI should not. Most of the time the user passing the update job. Unless user mentioned explicitly. AI only need to do the replacement following the format and convention is good enough. + +Q: What should I do when user ask to update git staged files ? +A: You only need to update the comment with same format and detail levels of the staged files. Do not change any other code.