mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
fixbug: plan
This commit is contained in:
parent
7386c9ba1e
commit
04723e5a4a
2 changed files with 5 additions and 454 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue