mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 05:42:37 +02:00
update phrasing for software tool and sop
This commit is contained in:
parent
c6e42631da
commit
5edf78f150
2 changed files with 4 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ class SOPItem(Enum):
|
|||
description="Software development intention including developing or building software, games, app, websites, etc. EXCLUDING bug fixes, report any issues, environment setup, terminal operations, and pip install.",
|
||||
sop=[
|
||||
"Writes a PRD based on software requirements.",
|
||||
"Writes a design to the project repository, based on the PRD of the project.",
|
||||
"Writes a system design to the project repository, based on the PRD of the project. Write high-level system design instead of the actual code.",
|
||||
"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.",
|
||||
# "Run QA test on the project repository.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue