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
+16
View File
@@ -0,0 +1,16 @@
.PHONY: test verify demo lint-example doctor
test:
PYTHONPATH=src python3 -m unittest discover -s tests -v
verify:
bash scripts/verify.sh
demo:
bash scripts/run-demo.sh
lint-example:
PYTHONPATH=src python3 -m claridoc lint examples/output/retry-policy-demo/final/document.md --brief examples/briefs/retry-policy-blog.json --sources examples/sources/retry-policy-sources.json
doctor:
PYTHONPATH=src python3 -m claridoc doctor --config config/pipeline.multi-agent.example.json