feat: 멀티홉 변환 UI 자동 노출 (OutputsForInput → 그래프 reachability)
ProviderRegistry.OutputsForInput을 그래프 transitive closure로 전환. UI 코드 변경 0으로 멀티홉 변환(json→xlsx, svg→jpg 등)이 사이드바·카스케이드 메뉴에 자동 노출된다. 동일 포맷 self-edge는 제외. - DirectOutputsForInput(1홉)도 별도 보존 - 카스케이드 메뉴는 PopularOutputs 교집합이라 폭발 없이 풍부해짐 - 테스트 1개 추가 (멀티홉 노출 검증) — 총 38개 통과 - SSOT P6 in_progress
This commit is contained in:
parent
7235fc87f5
commit
47a4a961e2
5 changed files with 31 additions and 3 deletions
|
|
@ -193,7 +193,7 @@ Everything2Everything의 북극성은 "세상의 모든 변환을 원자(atomic)
|
|||
|
||||
**Exit Criteria:** API 키 입력 시 PDF 요약·이미지 캡션·번역이 동작하고, 키가 없으면 AI 페어만 사라지고 모든 기존 변환은 100% 동작.
|
||||
|
||||
### P6 · 매트릭스 자동 극대화 + 헤드리스 CLI `effort:L` `risk:medium` `status:planned` · depends: P5
|
||||
### P6 · 매트릭스 자동 극대화 + 헤드리스 CLI `effort:L` `risk:medium` `status:in_progress` · depends: P5
|
||||
**목표:** 앞 단계에서 쌓인 모든 엣지를 그래프가 자동 합성해 진짜 N×M·다방향을 완성하고(video→mp3→txt AI전사 등), 헤드리스 CLI로 자동화·스크립팅을 개방한다.
|
||||
|
||||
**산출물:**
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"P3": "in_progress",
|
||||
"P4": "in_progress",
|
||||
"P5": "in_progress",
|
||||
"P6": "planned",
|
||||
"P6": "in_progress",
|
||||
"P7": "in_progress",
|
||||
"P8": "planned"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -445,7 +445,7 @@ footer{border-top:1px solid var(--line2);margin-top:60px;padding:30px 0;color:va
|
|||
</div></details><details class="ph"><summary>
|
||||
<div class="pno">P6</div>
|
||||
<div class="pti"><b>매트릭스 자동 극대화 + 헤드리스 CLI</b><div class="pg">앞 단계에서 쌓인 모든 엣지를 그래프가 자동 합성해 진짜 N×M·다방향을 완성하고(video→mp3→txt AI전사 등), 헤드리스 CLI로 자동화·스크립팅을 개방한다.</div></div>
|
||||
<div class="pbadges"><span class="b b-plan">예정</span><span class="b b-l">L</span><span class="b b-medium">RISK medium</span><span class="b b-plan">depends · P5</span></div>
|
||||
<div class="pbadges"><span class="b b-prog">진행중</span><span class="b b-l">L</span><span class="b b-medium">RISK medium</span><span class="b b-plan">depends · P5</span></div>
|
||||
</summary>
|
||||
<div class="body">
|
||||
<h4>산출물</h4><ul class="lst"><li>OutputsForInput을 transitive closure로 확장 — '이 파일로 만들 수 있는 모든 포맷' UI 노출 + 손실 경로 경고 배지</li><li>멀티홉 도그푸딩 검증: hwp→pdf→png, video→mp3→txt(AI) 같은 신규 합성 경로 동작 확인</li><li>헤드리스 CLI 분리: --json/--output-dir/--quality/--prompt/--codec/--recursive 플래그 + stdout JSON 결과 + exit code</li><li>워치폴더 모드(FileSystemWatcher + 디바운스 + 파일잠금 재시도, 출력 디렉터리 분리로 무한루프 방지)</li><li>QuickProgressWindow 취소 토큰 전파 + 케이퍼빌리티 사전 점검</li></ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue