%% 결정 주소가 게시 시점에 굳어져 방문자가 404 를 만나기까지 %% question: 계약은 앵커 주소를 적어 두었는데 방문자는 왜 404 를 만났는가? sequenceDiagram participant n0 as 계약 ProjectDecisionItem participant n1 as PublicPaths.forKind participant n2 as public_resource_projection participant n3 as PublicSql.pathOf participant n4 as 방문자 participant n5 as 공개 라우트 n0->>n1: …/decisions#{slug} 로 규정 n1->>n2: …/decisions/{slug} 저장 n2->>n3: 저장된 주소 조회 n3->>n4: 같은 형태로 링크 전달 n4->>n5: …/decisions/{slug} 요청 n5->>n4: 404