Run smoke tests
smokeworkflowsetup L2★15
imsai-sh/open-dynamic-workflows ↗What it does
smoke workflow
Best for
Testing workflow runtimes without consuming tokens, using injected fake executors.
Inputs
- · prompt (string)
- · task/epic ID
- · JSON schema
Outputs
- · result object
- · JSON
Requires
- · Claude AI
- · File I/O
- · Workflow executor (parallel)
- · Workflow executor (pipeline)
Preconditions
- · Workflow runtime configured
- · API credentials available
- · Git repository initialized
- · Claude API access
Failure modes
- · Claude context window exceeded
- · File not found or permission denied
- · Agent timeout or network error
- · Concurrent execution conflict
Trust signals
- · Sourced from repo: imsai-sh/open-dynamic-workflows
- · Exports canonical meta object (Workflow spec-compliant)
- · Uses JSON schema validation
- · Uses phase() boundaries for state isolation