feat: update FAQ with guidance on updating git staged files, specifying to preserve format and detail level while avoiding unintended code changes

This commit is contained in:
louiscklaw
2025-06-17 20:12:39 +08:00
parent 583e31fd4d
commit f8919b8c84

View File

@@ -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.