문제
output/ 폴더에 모든 파일이 혼재하여 구분하고 찾기가 어려움.
개선 방향
output/
re/ ← 역공학 샘플 (re_sample_gen.rs 자동 생성)
svg/ ← SVG 내보내기 기본 출력 (rhwp export-svg)
debug/ ← 디버그 오버레이 HTML (rhwp export-svg --debug-overlay)
구현 범위
src/renderer/composer/re_sample_gen.rs — 출력 경로 output/re-*.hwp → output/re/re-*.hwp
- SVG 내보내기 기본 출력 경로 →
output/svg/
- 디버그 오버레이 HTML 출력 경로 →
output/debug/
- CLAUDE.md 출력 폴더 섹션 갱신 (완료)
문제
output/ 폴더에 모든 파일이 혼재하여 구분하고 찾기가 어려움.
개선 방향
구현 범위
src/renderer/composer/re_sample_gen.rs— 출력 경로output/re-*.hwp→output/re/re-*.hwpoutput/svg/output/debug/