#!/usr/bin/env bash set -euo pipefail ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" export PYTHONPATH="$ROOT/src${PYTHONPATH:+:$PYTHONPATH}" rm -rf "$ROOT/examples/output/retry-policy-demo" python3 -m claridoc run \ --brief "$ROOT/examples/briefs/retry-policy-blog.json" \ --sources "$ROOT/examples/sources/retry-policy-sources.json" \ --config "$ROOT/config/pipeline.mock.json" \ --output "$ROOT/examples/output/retry-policy-demo"