init: document-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 13:58:08 +09:00
parent d6f78f92a0
commit c39406bbdd
219 changed files with 7010 additions and 20052 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/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"