chore: 문서를 작성할 때 한국어의 표현 작성 스킬 추가 및 1인칭 관점의 글 작성 검증 테스트 추가
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: test verify demo lint-example doctor
|
||||
.PHONY: test verify demo corpus-example collect-example lint-golden doctor clean
|
||||
|
||||
test:
|
||||
PYTHONPATH=src python3 -m unittest discover -s tests -v
|
||||
@@ -9,8 +9,24 @@ verify:
|
||||
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
|
||||
corpus-example:
|
||||
bash scripts/run-local-corpus-example.sh
|
||||
|
||||
collect-example:
|
||||
PYTHONPATH=src python3 -m claridoc collect \
|
||||
--root examples/corpus/llm-wiki-mini \
|
||||
--query 'application-core Spring DI 선택 이유 대안 비용 가드레일' \
|
||||
--top-k 24 \
|
||||
--output .run/application-core-sources.json
|
||||
|
||||
lint-golden:
|
||||
PYTHONPATH=src python3 -m claridoc lint \
|
||||
examples/golden/application-core-spring-di-boundary.md \
|
||||
--brief examples/briefs/application-core-spring-di-blog.json \
|
||||
--source-root examples/corpus/llm-wiki-mini
|
||||
|
||||
doctor:
|
||||
PYTHONPATH=src python3 -m claridoc doctor --config config/pipeline.multi-agent.example.json
|
||||
|
||||
clean:
|
||||
rm -rf .verify .run build dist src/*.egg-info examples/output
|
||||
|
||||
Reference in New Issue
Block a user