feat(workflow): sample review_report schema + implementer↔reviewer loop

This commit is contained in:
2026-06-04 00:56:50 +04:00
parent fac6a29178
commit 8d67f5b03e
4 changed files with 173 additions and 0 deletions
+4
View File
@@ -117,3 +117,7 @@ backend = "in_memory" # or "turbovec"
# id = "review_report"
# schema_path = "schemas/review_report.json"
# llm_emitted = true
#
# The bundled examples/workflows/review_loop.toml uses this kind: the reviewer emits a
# review_report whose `verdict` field gates the implementer↔reviewer loop via
# artifact_field_equals transitions. See docs/schemas/review_report.json for the schema.