feat: dev tools

This commit is contained in:
2026-07-20 20:47:28 +02:00
parent a12229a147
commit cb2301d709
25 changed files with 614 additions and 7 deletions
+1
View File
@@ -71,6 +71,7 @@ def objects(rounds: int, reports: list[ReviewReport]):
codex=codex,
storage=FakeStorage(),
prompts=FakePrompts(),
development=SimpleNamespace(description="python"),
)
workflow = Workflow(
id="flow",