Don't review and update README for task breakdowns

This commit is contained in:
Goran Peretin
2024-05-23 14:28:34 +00:00
parent 8c544ee634
commit 32fac6d084

View File

@@ -241,7 +241,7 @@ class Developer(BaseAgent):
}
for step in response.steps
]
if len(self.next_state.unfinished_steps) > 0:
if len(self.next_state.unfinished_steps) > 0 and source != "review":
self.next_state.steps += [
# TODO: add refactor step here once we have the refactor agent
{