Stable CI는 preview를 읽지 않고 preview CI만 stable을 단방향으로 읽는다

두 pipeline의 output·test classpath·cache·package가 다시 합쳐지면 source folder 분리만으로는 격리가 되지 않습니다.

stable CI

main → stable test → header scan → deploy gate

preview CI

stable input을 읽을 수 있음 → preview run → non-publish

핵심: publish graph에서 preview output으로부터 stable artifact로 향하는 dependency를 금지합니다.