yoi/crates/pod-registry/src
Hare d7ff25b6a7
update: 残存 Session 識別子の Segment 化(review follow-up)
レビュー指摘の通り、次の session-grouping-introduce で新 SessionId が
入る前に名称衝突を避けるため取り残しを掃除。

- PodError::Session{Empty,ScopeMissing} → Segment{Empty,ScopeMissing}
- ScopeLockError::SessionConflict → SegmentConflict
- Pod.session_state / SegmentState.set_session_id 系
- source_session_id / prev_session_id / ensure_session_head / short_session
- pod_cli の "Session ID:" 表示
- fs_store の sessions ローカル変数
2026-05-20 05:17:49 +09:00
..
conflict.rs feat: resume時のscope claimを過去の有効scopeに揃える 2026-05-03 17:12:36 +09:00
error.rs update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
lib.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
lifecycle.rs update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
mutate.rs update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
table.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
test_util.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00