Four drawings: how a brief becomes one finished HTML file, what the intake panel hands back, how a template is resolved, and what the review pass checks before anything is handed over.
The brief and the intake answers meet at the template. Nothing is authored from a blank file, and no answer is applied that the template was never asked about.
§1 PIPELINE
What the intake returns
The panel returns one JSON object. Keys the chosen template never asked about are absent, not defaulted.
§2 REGISTRY
How a template is chosen
The payload names one id. The registry turns that id into the three files a build actually needs — and an id it does not know is an error, not a guess.
§3 REVIEW
What the review pass checks
Step 10 prefers your own Impeccable install, falls back to the copy vendored here, and keeps a tooling-free floor beneath both so the check can never quietly not happen.
HI TED, MEET LISA · 파이프라인
Hi Ted, Meet Lisa
네 장의 그림: 요청이 완성된 HTML 파일 하나가 되는 과정, 인테이크 패널이 돌려주는 것, 템플릿이 해석되는 방식, 그리고 인계 전 검토가 확인하는 것.