feat: Extend domain auto-detection for all prefixes #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
개요
도메인 자동 감지 기능을 모든 도메인으로 확장하고, README에 누락된 CLI 옵션들을 문서화합니다.
변경 사항
1. 도메인 자동 감지 확장
기존에는
P_(public),I_(insurance)만 자동 감지되었으나, 모든 도메인에 대해 첫 글자 prefix 기반 자동 감지를 지원합니다.M_P_I_F_A_B_2. README 문서 업데이트
--domain,--qa-only,--output-dir,--max-workers등)관련 파일
generate_synthetic_table/runner.pyREADME.mdCloses #39