|
|
d8aed7befe
|
tool: add execution context
|
2026-06-09 19:31:11 +09:00 |
|
|
|
211738132c
|
refactor: split pod metadata store
|
2026-05-30 07:16:50 +09:00 |
|
|
|
8416533695
|
feat: trace pre-stream lifecycle
|
2026-05-26 21:05:45 +09:00 |
|
|
|
be753099ae
|
feat: surface llm retry and continuation state
|
2026-05-26 07:13:59 +09:00 |
|
|
|
fd1b06198e
|
feat: add visible pod discovery tools
|
2026-05-23 12:04:45 +09:00 |
|
|
|
4795b6cb4a
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
93c91e7c06
|
style: run cargo fmt
|
2026-05-22 22:03:27 +09:00 |
|
|
|
8a062b1a19
|
feat: add pod metadata store backend
|
2026-05-22 22:03:11 +09:00 |
|
|
|
a9340a8817
|
feat: live auto-fork の marker 形式を確定(seq 比較 + forked_from 記録)
方針: 末尾 entry-count 比較で検知し、元 Segment は immutable のまま
(terminal marker を書き戻さない)。fork lineage は新 Segment の
SegmentStart.forked_from に前向きに記録するため、log だけから辿れる。
過去 fork と対称で、nested fork も marker 位置の調停が不要。
- session-store ensure_head_or_fork に at_turn_index 引数を追加し
新 Segment へ forked_from を記録
- pod ensure_segment_head の auto-fork も同様に forked_from を記録
(at_turn_index = writer の現 turn_count)
- fork_at の doc に「元 Segment を mutate しない」invariant を明記
- test: nested past-fork が祖先を不変に保つ / Pod 並行 writer drift で
auto-fork し forked_from を記録 / 元 Segment に marker が書かれない
|
2026-05-20 06:42:09 +09:00 |
|
|
|
5edc4d3b03
|
feat: Session(Segment 群の grouping)を導入
- SessionId 型を新設、各 SegmentStart に session_id を持たせる
- compaction / 内部 fork は同 SessionId を継承、fork() は新 Session を発行
- Store API を (SessionId, SegmentId) ベースに、FsStore layout は
<root>/<session_id>/<segment_id>.jsonl に
- Store::list_sessions / list_segments(session_id) / lookup_session_of を追加
- restore_by_segment shim を session-store に提供(pod-cli --session で使用)
- SegmentState に SegmentLocation (session_id, segment_id) を保持し ArcSwap で更新
- RestoredState に session_id: Option<SessionId> を追加
- Picker は Session 単位に列挙、leaf segment を解決して resume
|
2026-05-20 06:17:56 +09:00 |
|
|
|
22f5d02385
|
update: SessionId / SessionStart / SessionOrigin 等を Segment 系名称へ
- Type/Function/Variantを Segment* 系へ統一
- SessionId/SessionStart/SessionOrigin/SessionStartState/SessionState/SessionLogSink/SessionLockInfo
- new_session_id / session_id / create_session* / list_sessions / lookup_session / update_session / find_by_session
- protocol Event::SessionRotated → SegmentRotated、CompactDone.new_session_id → new_segment_id
- Module: session_log → segment_log / session → segment (file mv 含む)
pod 側の session_log_sink → segment_log_sink も同様
- crate 名 (session-store)、CLI flag (--session)、ResumeWithSession (CLI tied) は据え置き
- session-tests/session_metrics_test 等の Store impl も追従
|
2026-05-20 05:06:04 +09:00 |
|
|
|
90e83bf2ae
|
update: entry hash chain と session_head mutex を撤廃
- HashedEntry / EntryHash / compute_hash / build_chain 撤去、JSONL は 1 行 1 LogEntry
- SessionOrigin.at_hash → at_turn_index (TurnEnd 由来) に置換
- Pod 側 SessionHead mutex を ArcSwap<SessionId> + AtomicUsize の SessionState に置換
- ensure_head_or_fork は store の entry count と writer の append tally で判定
- session-store から sha2 / hex 依存、pod から parking_lot 依存を削除
|
2026-05-20 04:31:37 +09:00 |
|
|
|
988495cfea
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
e3b36371e9
|
session-log-segments実装
|
2026-04-29 22:42:10 +09:00 |
|
|
|
8a9e3b4fe3
|
session-log-decouple-item実装
|
2026-04-29 22:24:18 +09:00 |
|
|
|
6fe19b84ce
|
セッション関連の責務の分離
|
2026-04-28 15:43:34 +09:00 |
|
|
|
a0a9df11c0
|
cargo fmt
|
2026-04-14 03:13:36 +09:00 |
|
|
|
a05eec42d7
|
Compactの実装
|
2026-04-13 02:08:25 +09:00 |
|
|
|
bcc7faa0ba
|
compactの実装
|
2026-04-12 07:09:48 +09:00 |
|
|
|
cdafd5d914
|
session-storeとして分離
|
2026-04-12 06:31:34 +09:00 |
|