fixbug: plan

This commit is contained in:
莘权 马 2024-04-09 14:03:56 +08:00
parent 7386c9ba1e
commit 04723e5a4a
2 changed files with 5 additions and 454 deletions

View file

@ -31,11 +31,11 @@ class SOPItem(Enum):
name="software development",
description="Intentions related to or including software development, such as developing or building software, games, app, websites, etc. Excluding bug fixes, report any issues, environment setup, operations and pip install.",
sop=[
"Using `write_prd` to write a PRD based on software requirements.",
"Using `write_design` to write a design to the project repository, based on the PRD of the project.",
"Using `write_project_plan` to write a project plan to the project repository, based on the design of the project.",
"Using `write_codes` to write code to implement designed features according to the project plan and adds them to the project repository.",
"Using `git_archive` to stage and commit changes for the project repository using Git.",
"Writes a PRD based on software requirements.",
"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 code to implement designed features according to the project plan and adds them to the project repository.",
"Stage and commit changes for the project repository using Git.",
],
)
FIX_BUGS = SOPItemDef(

File diff suppressed because one or more lines are too long