- analysis/·source-index·state.json 을 final/document.md 제2부·제3부로 접었다. SSOT 는 하나다 - 파일럿 — commit-ambiguity-as-a-result 를 새 기준으로 재선별. 후보 14 → 글감 5 (PROMOTE 5 · MERGE_INTO 3 · KEEP_IN_SSOT 4 · 보류 2). 기록 5건을 다시 썼고 그림 1개를 techviz 로 만들었다 - 재선별이 잡은 것: 제1부 §6.2·§11.1 이 자기 §13.2 와 어긋나 있었다(레인을 안 돌렸다 vs 돌렸다) — 정정. 이미 답이 나와 있던 Question 을 HEAD 재실행 질문으로 다시 세웠다. Concept 이 인용한 코드가 SSOT 에 없어 뺐다 - candidateScope·sourceRepository 기록. 나머지 43개 주제는 재선별 대기(PENDING 905) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
35 lines
734 B
Plaintext
35 lines
734 B
Plaintext
# 커밋 요청 뒤의 결과 판정
|
|
# Question: 커밋을 넘긴 뒤 어떤 관측이 어느 결과 변형으로 이어지는가?
|
|
direction: down
|
|
n0: "COMMIT_REQUESTED" {
|
|
shape: rectangle
|
|
}
|
|
n1: "provider commit" {
|
|
shape: rectangle
|
|
}
|
|
n2: "commitAcknowledged" {
|
|
shape: rectangle
|
|
}
|
|
n3: "rolledBack · replay 후보" {
|
|
shape: rectangle
|
|
}
|
|
n4: "Committed" {
|
|
shape: rectangle
|
|
}
|
|
n5: "CommittedWithPostCommitFailure" {
|
|
shape: rectangle
|
|
}
|
|
n6: "DeterminateRollback" {
|
|
shape: rectangle
|
|
}
|
|
n7: "Indeterminate" {
|
|
shape: rectangle
|
|
}
|
|
n0 -> n1: "commit(status)"
|
|
n1 -> n4: "예외 없음"
|
|
n1 -> n2: "RuntimeException"
|
|
n2 -> n5: "afterCommit 도착"
|
|
n2 -> n3: "미도착"
|
|
n3 -> n6: "하나라도 성립"
|
|
n3 -> n7: "판정 근거 없음"
|