feat: disable qa

This commit is contained in:
莘权 马 2024-03-30 17:52:51 +08:00
parent bcf0a7e845
commit 4b441489e8

View file

@ -44,7 +44,7 @@ SOP_CONFIG = [
"Writes a design to the project repository, based on the PRD of the project.",
"Writes a project plan to the project repository, based on the design of the project.",
"Writes codes to the project repository, based on the project plan of the project.",
"Run QA test on the project repository.",
# "Run QA test on the project repository.",
"Stage and commit changes for the project repository using Git.",
],
)