Commit Graph

342 Commits

Author SHA1 Message Date
770173a4ef docs: refine memory consolidation skip ticket 2026-05-26 07:53:37 +09:00
66540172de chore: complete llm retry continuation ticket 2026-05-26 07:22:45 +09:00
be753099ae feat: surface llm retry and continuation state 2026-05-26 07:13:59 +09:00
41402c0951 docs: refine llm retry continuation ticket 2026-05-26 05:20:43 +09:00
fc81555129 docs: note spawnpod delivery race precedent 2026-05-25 07:03:00 +09:00
d9191c393f docs: add spawnpod run delivery ticket 2026-05-25 06:37:38 +09:00
01796f9316 docs: add live pending pod picker ticket 2026-05-25 06:29:13 +09:00
ab73051ddc docs: add memory consolidation skip ticket 2026-05-25 05:43:06 +09:00
9fb11e25a4 docs: specify stream continuation policy 2026-05-25 04:48:07 +09:00
f73055550b chore: complete memory audit log ticket 2026-05-25 03:38:18 +09:00
5b3c579324 docs: add actionbar notice api ticket 2026-05-25 02:40:59 +09:00
08710d808d docs: expand memory audit log ticket 2026-05-25 02:06:42 +09:00
9224951000 chore: complete tui-system-command-compact ticket 2026-05-24 09:40:41 +09:00
95d05628e7 chore: complete tui-command-mode ticket 2026-05-24 08:39:25 +09:00
f439de6cdc docs: replace gui mvp with tui spawned pod panel 2026-05-24 08:10:21 +09:00
83cab17f1f docs: split tui command and navigation tickets 2026-05-24 07:59:51 +09:00
b7340eab4b chore: complete worker-history-append-contract ticket 2026-05-24 07:37:29 +09:00
b64e098b5b chore: complete tui-input-queue ticket 2026-05-23 13:58:09 +09:00
88f755a38f docs: add manual turn rollback ticket 2026-05-23 13:35:03 +09:00
e65b62affa chore: complete tui-empty-turn-restore ticket 2026-05-23 13:30:01 +09:00
565f152e13 chore: complete pod-empty-turn-rollback ticket 2026-05-23 12:52:42 +09:00
74ccdd6726 chore: complete pod-discovery-restore-tools ticket 2026-05-23 12:05:30 +09:00
aea33efaeb chore: complete memory-extract-remove-input-cap ticket 2026-05-23 09:14:37 +09:00
ba92581d51 chore: complete tui-pod-restore-picker ticket 2026-05-23 09:13:57 +09:00
cfb5fa89f1 chore: complete spawned-delegation-scope-reclaim ticket 2026-05-23 08:39:04 +09:00
0cba8e9f5c docs: refine pod visibility and tui restore flow 2026-05-23 08:33:00 +09:00
942ab0e15b chore: complete tui-streaming-input-loss ticket 2026-05-23 07:16:08 +09:00
c1d4d0b65c chore: complete tui-context-usage-indicator ticket 2026-05-23 07:15:30 +09:00
637694893a docs: identify tui streaming input loss race 2026-05-23 05:47:59 +09:00
01ccac7cf1 chore: complete prune-token-budget ticket 2026-05-23 05:00:30 +09:00
0d30b6139c chore: complete pod-event-callback-delivery ticket 2026-05-23 04:57:26 +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
73e1c8332d chore: complete pod-name-resume ticket 2026-05-22 22:57:31 +09:00
ca2e2352f4 chore: complete pod-state-write-points ticket 2026-05-22 22:29:23 +09:00
78209d5126 chore: complete pod-state-backend ticket 2026-05-22 22:03:36 +09:00
3057fe6c24 ticket: live-fork-marker 完了 2026-05-20 06:45:19 +09:00
ca7c5b82d7 ticket: live-fork-marker レビュー (Approve) 2026-05-20 06:44:54 +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
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
5362e5858c ticket: entry-hash-abolish 完了 2026-05-20 04:53:47 +09:00
f41c60c3ae ticket: entry-hash-abolish レビュー (Approve) 2026-05-20 04:49:17 +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