Added specs finished stage

This commit is contained in:
Zvonimir Sabljic
2025-07-03 09:33:07 +02:00
parent 6f232f53f6
commit 0fe1984a3e

View File

@@ -183,6 +183,7 @@ class SpecWriter(BaseAgent):
)
if user_done_with_description.button == "yes":
await self.ui.send_project_stage({"stage": ProjectStage.SPECS_FINISHED})
break
elif user_done_with_description.button == "no":
await self.send_message("## What would you like to add?")