yoi/crates/pod/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
..
compact fix: compact時にToolCallとOutputの間でCutしてしまう問題 2026-05-13 00:59:02 +09:00
ipc update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
prompt feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
runtime update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
spawn update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
workflow refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
controller.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
factory.rs feat: Languageインストラクションの追加 2026-05-13 02:27:30 +09:00
fs_view.rs feat: handle directory file refs 2026-05-13 02:57:58 +09:00
hook.rs ファイル参照を与えた際に自動的に読ませる実装 2026-04-30 21:58:10 +09:00
interrupt_prep.rs update: Paused→Run の interrupt 前処理を Pod::run に内包 2026-05-15 21:51:57 +09:00
lib.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
main.rs update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
permission.rs feat: パターンベースのツール権限制御を追加 2026-05-09 03:20:02 +09:00
pod.rs update: 残存 Session 識別子の Segment 化(review follow-up) 2026-05-20 05:17:49 +09:00
segment_log_sink.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00
shared_state.rs update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ 2026-05-20 05:06:04 +09:00