From a4d0d8b7466d9754245aeeb36cf9413bc2789da8 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Tue, 17 Jun 2025 20:15:57 +0800 Subject: [PATCH] feat: clarify FAQ guidance on updating git staged files, adding reference to sibling files in same directory --- 98_AI_workspace/software-engineer/010_FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/98_AI_workspace/software-engineer/010_FAQ.md b/98_AI_workspace/software-engineer/010_FAQ.md index 5c24b52..4f3bf5d 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -28,4 +28,4 @@ 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. +A: You only need to update the comment with same format and detail levels of the staged files. Do not change any other code. The sibling files in the same directory is a good reference.