init: document-haness 하네스 설계
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user