From 47660be0cde986ff142e5d66a8fbb80e3e5fe5d7 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 16 Jun 2025 02:24:47 +0800 Subject: [PATCH] docs: update FAQ with question about introducing new format or ideas --- 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 ce510cc..22e8035 100644 --- a/98_AI_workspace/software-engineer/010_FAQ.md +++ b/98_AI_workspace/software-engineer/010_FAQ.md @@ -23,3 +23,6 @@ A: No, no don't need to, user will handle the remaining modifications. please re Q: when user want you to replace something, where should you start ? A: you should look for a `helloworld` example and start with it when available. by doing this, you can get familiar to the user coding style and convention. + +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.