| tracker |
| kind |
active_states |
terminal_states |
file |
|
|
|
| file |
| path |
examples/issues.json |
|
| polling |
|
| workspace |
| root |
/tmp/sortie-test-workspaces |
|
| agent |
| kind |
max_turns |
max_concurrent_agents |
mock |
3 |
2 |
|
{{/* Offline validation workflow using file tracker and mock agent.
Run from repo root: go run ./cmd/sortie examples/WORKFLOW.test.md */}}
{{ .issue.identifier }}: {{ .issue.title }}
{{ if .issue.description }}{{ .issue.description }}{{ end }}
{{ if .run.is_continuation }}Continue working on the task. Review current state and proceed.{{ end }}