feat: +task markdown

This commit is contained in:
莘权 马 2024-04-08 16:22:31 +08:00
parent 35372a614b
commit a221f8cced
3 changed files with 41 additions and 2 deletions

View file

@ -70,6 +70,7 @@ class WriteTasks(Action):
dependencies={system_design_doc.root_relative_path},
)
await self._update_requirements(task_doc)
await self.repo.resources.api_spec_and_task.save_pdf(doc=task_doc)
return task_doc
async def _run_new_tasks(self, context):