feat: +git import

This commit is contained in:
莘权 马 2024-04-01 21:47:03 +08:00
parent b70ed4cf0b
commit 66b68399eb
3 changed files with 25 additions and 9 deletions

View file

@ -55,6 +55,13 @@ SOP_CONFIG = [
"Stage and commit changes for the project repository using Git.",
],
),
SOPItem(
description="download repository from git and format the project to MetaGPT project",
sop=[
"Imports a project from a Git website and formats it to MetaGPT project format to enable incremental appending requirements.",
"Stage and commit changes for the project repository using Git.",
],
),
]