|
|
be8b10e759
|
Create tui-parts.md
|
2026-05-23 05:41:48 +09:00 |
|
|
|
60daf64808
|
fix: tighten task tool usage guidance
|
2026-05-23 05:11:48 +09:00 |
|
|
|
01ccac7cf1
|
chore: complete prune-token-budget ticket
|
2026-05-23 05:00:30 +09:00 |
|
|
|
369a5931bc
|
merge: prune-token-budget
|
2026-05-23 05:00:15 +09:00 |
|
|
|
9ee7f04805
|
feat: protect prune tail by token budget
|
2026-05-23 05:00:06 +09:00 |
|
|
|
0d30b6139c
|
chore: complete pod-event-callback-delivery ticket
|
2026-05-23 04:57:26 +09:00 |
|
|
|
f4627de3ee
|
merge: pod-event-callback-delivery
|
2026-05-23 04:57:10 +09:00 |
|
|
|
767400d5c2
|
fix: drain snapshots before pod callbacks
|
2026-05-23 04:57:03 +09:00 |
|
|
|
5c4b1e1ec8
|
docs: add memory extract input cap ticket
|
2026-05-23 04:42:38 +09:00 |
|
|
|
79842b212a
|
docs: add pod event callback delivery ticket
|
2026-05-23 03:29:01 +09:00 |
|
|
|
4072d35f81
|
docs: add spawned delegation scope reclaim ticket
|
2026-05-23 03:02:48 +09:00 |
|
|
|
4795b6cb4a
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
12d33c265c
|
docs: track read pod output log entry bug
|
2026-05-23 00:53:47 +09:00 |
|
|
|
d9ca5e8c41
|
docs: add pod discovery restore tools ticket
|
2026-05-23 00:09:34 +09:00 |
|
|
|
d0cac8ab89
|
chore: complete spawned-registry-persist ticket
|
2026-05-22 23:30:16 +09:00 |
|
|
|
96fda589ac
|
merge: spawned-registry-persist
|
2026-05-22 23:30:06 +09:00 |
|
|
|
1e0dc6566c
|
feat: persist spawned pod registry
|
2026-05-22 23:30:02 +09:00 |
|
|
|
73e1c8332d
|
chore: complete pod-name-resume ticket
|
2026-05-22 22:57:31 +09:00 |
|
|
|
292b923cae
|
merge: pod-name-resume
|
2026-05-22 22:57:23 +09:00 |
|
|
|
0e562dd4d9
|
feat: resume pods by name
|
2026-05-22 22:57:16 +09:00 |
|
|
|
ca2e2352f4
|
chore: complete pod-state-write-points ticket
|
2026-05-22 22:29:23 +09:00 |
|
|
|
e0e58ebbf7
|
merge: pod-state-write-points
|
2026-05-22 22:29:12 +09:00 |
|
|
|
58608c4f57
|
feat: wire pod metadata lifecycle writes
|
2026-05-22 22:29:08 +09:00 |
|
|
|
78209d5126
|
chore: complete pod-state-backend ticket
|
2026-05-22 22:03:36 +09:00 |
|
|
|
93c91e7c06
|
style: run cargo fmt
|
2026-05-22 22:03:27 +09:00 |
|
|
|
458fdbc9e0
|
merge: pod-state-backend
|
2026-05-22 22:03:17 +09:00 |
|
|
|
8a062b1a19
|
feat: add pod metadata store backend
|
2026-05-22 22:03:11 +09:00 |
|
|
|
27be927afe
|
Merge: live-fork-marker
|
2026-05-20 06:45:49 +09:00 |
|
|
|
8e1c5d3bdc
|
chore: 空になった Storage 親見出しを TODO から削除
|
2026-05-20 06:45:43 +09:00 |
|
|
|
3057fe6c24
|
ticket: live-fork-marker 完了
|
2026-05-20 06:45:19 +09:00 |
|
|
|
8747cc802f
|
chore: auto-fork ロジック二重実装を KNOWN_ISSUES に登録
|
2026-05-20 06:45:14 +09:00 |
|
|
|
ca7c5b82d7
|
ticket: live-fork-marker レビュー (Approve)
|
2026-05-20 06:44:54 +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 |
|
|
|
c47a539278
|
Merge: session-grouping-introduce
|
2026-05-20 06:29:48 +09:00 |
|
|
|
7542605ec9
|
ticket: session-grouping-introduce 完了
|
2026-05-20 06:29:43 +09:00 |
|
|
|
0dfdd11921
|
update: session-grouping review follow-up
- PickerOutcome::Picked から未使用の session_id を除去(pod-cli が lookup_session_of で再解決)
- picker preview が singular AssistantItem も拾うように
- fs_store layout doc に migration(後方互換なし、旧 flat sessions は破棄)を明記
- TaskStore は Session-lifetime、ScopedFs/Tracker は Pod-process lifetime と用語整理
- Pod::session_id / from_manifest_spawned のコメント補強
|
2026-05-20 06:29:37 +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 |
|
|
|
d2b3c2f53d
|
Merge: segment-rename
|
2026-05-20 05:18:11 +09:00 |
|
|
|
a084324830
|
ticket: segment-rename 完了
|
2026-05-20 05:18:04 +09:00 |
|
|
|
c2b55a498b
|
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 |
|
|
|
2d23673393
|
update: Session-lifetime/scoped を Pod-lifetime に修正
タスクストア/ファイルトラッカーは compaction を跨いで Pod プロセス寿命まで生きる。
旧 SessionId = Segment の時代の表現を Pod-lifetime に正す。pod_cli の表示も Segment: に。
|
2026-05-20 05:06:38 +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 |
|
|
|
de549812ab
|
Merge: entry-hash-abolish
|
2026-05-20 04:53:52 +09:00 |
|
|
|
5362e5858c
|
ticket: entry-hash-abolish 完了
|
2026-05-20 04:53:47 +09:00 |
|
|
|
55c5ac4942
|
update: 旧用語コメントの掃除と KNOWN_ISSUES 追記
- 残存していた head_hash / SessionHead 言及コメントを 3 箇所更新
- FsStore::read_entry_count の O(n) 計測コストを KNOWN_ISSUES に登録
|
2026-05-20 04:53:33 +09:00 |
|
|
|
f41c60c3ae
|
ticket: entry-hash-abolish レビュー (Approve)
|
2026-05-20 04:49:17 +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 |
|
|
|
3d091acacd
|
ticket: 永続化整理を 8 個に分割
persistence-semantics と pod-persistent-state を実装可能な粒度に分割。
Storage 層 (Phase 1) を entry-hash-abolish / segment-rename /
session-grouping-introduce / live-fork-marker に、Pod 単位永続化
(Phase 2) を pod-state-backend / pod-state-write-points /
pod-name-resume / spawned-registry-persist に切り出した。
|
2026-05-20 04:07:44 +09:00 |
|
|
|
72c1d04cf2
|
Merge: invoke-turn-llmcall-semantics
# Conflicts:
# crates/pod/src/controller.rs
|
2026-05-15 22:08:41 +09:00 |
|
|
|
801d7d9abb
|
ticket: invoke-turn-llmcall-semantics 完了
|
2026-05-15 21:54:40 +09:00 |
|