generated from coulomb/repo-seed
declarative Markdown workflow layer
This commit is contained in:
24
examples/workflows/assisted-review.workflow.md
Normal file
24
examples/workflows/assisted-review.workflow.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Assisted Review Workflow
|
||||
|
||||
```yaml workflow
|
||||
metadata:
|
||||
id: assisted-review-boundary
|
||||
intent:
|
||||
summary: Show an optional assisted-generation boundary.
|
||||
steps:
|
||||
review:
|
||||
kind: assisted
|
||||
optional: true
|
||||
prompt_text: Review the generated Markdown for clarity.
|
||||
data:
|
||||
rubric: concise
|
||||
outputs:
|
||||
review:
|
||||
path: out/review.md
|
||||
content: ${steps.review.skipped}
|
||||
permissions:
|
||||
assisted_generation: false
|
||||
responsibilities:
|
||||
human:
|
||||
approves_assisted_use: true
|
||||
```
|
||||
Reference in New Issue
Block a user