|
|
8653fdd3e5
|
docs: add actionbar notice api ticket
|
2026-05-25 02:40:59 +09:00 |
|
|
|
ef9c23251e
|
docs: expand memory audit log ticket
|
2026-05-25 02:06:42 +09:00 |
|
|
|
dae7d10fd4
|
chore: complete tui-system-command-compact ticket
|
2026-05-24 09:40:41 +09:00 |
|
|
|
ebff9a0293
|
chore: complete tui-command-mode ticket
|
2026-05-24 08:39:25 +09:00 |
|
|
|
f6024c0c2c
|
docs: replace gui mvp with tui spawned pod panel
|
2026-05-24 08:10:21 +09:00 |
|
|
|
0fd0a89730
|
docs: split tui command and navigation tickets
|
2026-05-24 07:59:51 +09:00 |
|
|
|
2b547d6dd9
|
chore: complete worker-history-append-contract ticket
|
2026-05-24 07:37:29 +09:00 |
|
|
|
918ed3900a
|
chore: complete tui-input-queue ticket
|
2026-05-23 13:58:09 +09:00 |
|
|
|
82775bf9d3
|
docs: add manual turn rollback ticket
|
2026-05-23 13:35:03 +09:00 |
|
|
|
0775b4112b
|
chore: complete tui-empty-turn-restore ticket
|
2026-05-23 13:30:01 +09:00 |
|
|
|
3db9726062
|
chore: complete pod-empty-turn-rollback ticket
|
2026-05-23 12:52:42 +09:00 |
|
|
|
ee9bedc5de
|
chore: complete pod-discovery-restore-tools ticket
|
2026-05-23 12:05:30 +09:00 |
|
|
|
3f7de349c3
|
chore: complete memory-extract-remove-input-cap ticket
|
2026-05-23 09:14:37 +09:00 |
|
|
|
221b1edd92
|
chore: complete tui-pod-restore-picker ticket
|
2026-05-23 09:13:57 +09:00 |
|
|
|
fb7abb1b7c
|
chore: complete spawned-delegation-scope-reclaim ticket
|
2026-05-23 08:39:04 +09:00 |
|
|
|
a4f03e7688
|
docs: refine pod visibility and tui restore flow
|
2026-05-23 08:33:00 +09:00 |
|
|
|
dbb6cca894
|
chore: complete tui-streaming-input-loss ticket
|
2026-05-23 07:16:08 +09:00 |
|
|
|
c435635e5b
|
chore: complete tui-context-usage-indicator ticket
|
2026-05-23 07:15:30 +09:00 |
|
|
|
fa04b03643
|
docs: identify tui streaming input loss race
|
2026-05-23 05:47:59 +09:00 |
|
|
|
8662ca404f
|
chore: complete prune-token-budget ticket
|
2026-05-23 05:00:30 +09:00 |
|
|
|
8d5ee0f0b8
|
chore: complete pod-event-callback-delivery ticket
|
2026-05-23 04:57:26 +09:00 |
|
|
|
2cea02648f
|
docs: add memory extract input cap ticket
|
2026-05-23 04:42:38 +09:00 |
|
|
|
f55503edc3
|
docs: add pod event callback delivery ticket
|
2026-05-23 03:29:01 +09:00 |
|
|
|
d18e3a0256
|
docs: add spawned delegation scope reclaim ticket
|
2026-05-23 03:02:48 +09:00 |
|
|
|
5ba4be1c9b
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
90d4c8f5ad
|
docs: track read pod output log entry bug
|
2026-05-23 00:53:47 +09:00 |
|
|
|
61c9719da5
|
docs: add pod discovery restore tools ticket
|
2026-05-23 00:09:34 +09:00 |
|
|
|
73fbdcc025
|
chore: complete spawned-registry-persist ticket
|
2026-05-22 23:30:16 +09:00 |
|
|
|
5540ca3d0e
|
chore: complete pod-name-resume ticket
|
2026-05-22 22:57:31 +09:00 |
|
|
|
e55fc9a834
|
chore: complete pod-state-write-points ticket
|
2026-05-22 22:29:23 +09:00 |
|
|
|
e9cc4b90dc
|
chore: complete pod-state-backend ticket
|
2026-05-22 22:03:36 +09:00 |
|
|
|
3eabcb6a6d
|
ticket: live-fork-marker 完了
|
2026-05-20 06:45:19 +09:00 |
|
|
|
eb752fb295
|
ticket: live-fork-marker レビュー (Approve)
|
2026-05-20 06:44:54 +09:00 |
|
|
|
6a4ee37be8
|
ticket: session-grouping-introduce 完了
|
2026-05-20 06:29:43 +09:00 |
|
|
|
3f3ead3b71
|
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 |
|
|
|
dd9abfee2e
|
ticket: segment-rename 完了
|
2026-05-20 05:18:04 +09:00 |
|
|
|
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 |
|
|
|
9c1f51b4f0
|
ticket: entry-hash-abolish 完了
|
2026-05-20 04:53:47 +09:00 |
|
|
|
6e791d8668
|
ticket: entry-hash-abolish レビュー (Approve)
|
2026-05-20 04:49:17 +09:00 |
|
|
|
35c15923db
|
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 |
|
|
|
be5e413b55
|
Merge: invoke-turn-llmcall-semantics
# Conflicts:
# crates/pod/src/controller.rs
|
2026-05-15 22:08:41 +09:00 |
|
|
|
58c2a51ae1
|
ticket: invoke-turn-llmcall-semantics 完了
|
2026-05-15 21:54:40 +09:00 |
|
|
|
e00e284d8c
|
ticket: worker-history-append-contract 作成
|
2026-05-15 21:53:24 +09:00 |
|
|
|
a2376b0742
|
ticket: pod-interrupt-prep-internalize 完了
|
2026-05-15 21:52:24 +09:00 |
|
|
|
fbd7d8acb7
|
ticket: pod-interrupt-prep-internalize レビュー (Approve with follow-up)
|
2026-05-15 21:51:57 +09:00 |
|
|
|
9304b52f17
|
ticket: invoke-turn-llmcall-semantics review (Approve)
|
2026-05-15 21:42:43 +09:00 |
|
|
|
d710cac879
|
ticket: invoke/turn/llmcall 決定事項と実装範囲を明文化
|
2026-05-15 06:48:57 +09:00 |
|
|
|
bca9161a42
|
ticket: Exchange語撤廃、Invoke/Turn/LlmCall でセマンティクスを再整理
|
2026-05-15 05:41:13 +09:00 |
|
|
|
61b4c0f5cd
|
ticket: pod-input-validate-internlize完了
|
2026-05-15 05:38:27 +09:00 |
|
|
|
d076258d30
|
update: Controllerで入力のValidationを行っていた部分をPod側に移す
|
2026-05-15 05:33:33 +09:00 |
|