# Artifact Bridge Notes ## 목적 이 파일들은 `Kei API` 없이도 기존 `design_agent`의 후반부 코드를 사용할 수 있도록 만든 입력 산출물이다. ## 파일 - `stage-1a-topics.json`: Stage 1A 수동 대체 결과 - `stage-1b-refined-concepts.json`: Stage 1B 수동 대체 결과 - `D:\ad-hoc\kei\design_agent\scripts\run_from_artifacts.py`: run 산출물을 읽어 Stage 1.5a 이후를 실행하는 브리지 스크립트 ## 실행 예시 ```powershell cd D:\ad-hoc\kei\design_agent python scripts\run_from_artifacts.py ` --input "D:\ad-hoc\kei\design_agnet_codex\runs\run-001\01-input\01. 건설산업 DX의 올바른 이해(0127).mdx" ` --stage1a "D:\ad-hoc\kei\design_agnet_codex\runs\run-001\04-plan\stage-1a-topics.json" ` --stage1b "D:\ad-hoc\kei\design_agnet_codex\runs\run-001\04-plan\stage-1b-refined-concepts.json" ` --output-dir "D:\ad-hoc\kei\design_agnet_codex\runs\run-001\05-execution" ``` ## 주의 - 이 경로는 `Kei API`를 사용하지 않는다. - 다만 Stage 2의 Claude/Anthropic 호출과 로컬 렌더링 환경은 필요하다. - 품질 게이트는 Kei vision 대신 `measurement + screenshot`만 수행하는 lite 경로다.