o7 0.1.1

O7 workflow DSL runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version 1

# @generate v1.0.0

workflow has-questions
  exec
    harness: check-script
    prompt: "scripts/has-unanswered-questions.sh"

workflow gather-requirements
  exec
    harness: claude-code
    prompt_file: prompts/gather-requirements.md

workflow main
  run gather-requirements
  while has-questions
    run gather-requirements