# 한 규칙을 지키는 세 지점 # Question: Advanced 의존 금지는 어디서 강제되는가? direction: right g0: "선언" { n0: "Advanced 의존 금지" { shape: rectangle } } g1: "강제" { n1: "verifyCleanArchitectureDependencies" { shape: rectangle } n2: "GrpcPlatformStartupValidatorTest" { shape: rectangle } } g0.n0 -> g1.n1: "빌드 검증" g1.n1 -> g1.n2: "자바 단언"