|
|
9f5e27f3fd
|
merge: memory consolidation skip observability
|
2026-05-26 08:37:32 +09:00 |
|
|
|
c101b42619
|
fix: confirm SpawnPod initial run delivery
|
2026-05-26 08:37:24 +09:00 |
|
|
|
8095c86be2
|
fix: suppress memory idle skip notices
|
2026-05-26 08:03:17 +09:00 |
|
|
|
3ff78c03af
|
feat: surface llm retry and continuation state
|
2026-05-26 07:13:59 +09:00 |
|
|
|
afd65442c5
|
test: clean up compact event assertion
|
2026-05-24 09:39:57 +09:00 |
|
|
|
a4358eed14
|
feat: add manual compact command
|
2026-05-24 08:59:44 +09:00 |
|
|
|
55dedd173c
|
feat: rollback empty interrupted turns
|
2026-05-23 12:50:46 +09:00 |
|
|
|
ca869195dc
|
merge: pod-discovery-restore-tools
|
2026-05-23 12:04:59 +09:00 |
|
|
|
e6fa660a5f
|
feat: add visible pod discovery tools
|
2026-05-23 12:04:45 +09:00 |
|
|
|
3b582a4f73
|
fix: remove memory extract input cap
|
2026-05-23 09:14:07 +09:00 |
|
|
|
ab4611001e
|
fix: reclaim delegated scope from stopped children
|
2026-05-23 08:38:42 +09:00 |
|
|
|
4b263f8743
|
feat: show context usage in tui status
|
2026-05-23 07:15:03 +09:00 |
|
|
|
18c30c5f90
|
merge: prune-token-budget
|
2026-05-23 05:00:15 +09:00 |
|
|
|
dfec60438e
|
feat: protect prune tail by token budget
|
2026-05-23 05:00:06 +09:00 |
|
|
|
fdd2f16df0
|
fix: drain snapshots before pod callbacks
|
2026-05-23 04:57:03 +09:00 |
|
|
|
f03e84a62a
|
refactor: remove legacy plural log entries
|
2026-05-23 02:03:42 +09:00 |
|
|
|
530027c62b
|
feat: persist spawned pod registry
|
2026-05-22 23:30:02 +09:00 |
|
|
|
5955695db8
|
feat: wire pod metadata lifecycle writes
|
2026-05-22 22:29:08 +09:00 |
|
|
|
08dc6b29f8
|
style: run cargo fmt
|
2026-05-22 22:03:27 +09:00 |
|
|
|
077efee13b
|
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 |
|
|
|
e8c16be475
|
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 |
|
|
|
a63f076856
|
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 |
|
|
|
d5fcbc2125
|
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 |
|
|
|
903cfa3060
|
update: 旧用語コメントの掃除と KNOWN_ISSUES 追記
- 残存していた head_hash / SessionHead 言及コメントを 3 箇所更新
- FsStore::read_entry_count の O(n) 計測コストを KNOWN_ISSUES に登録
|
2026-05-20 04:53:33 +09:00 |
|
|
|
9bfbb2fb4c
|
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 |
|
|
|
4c8596db38
|
update: Paused→Run の interrupt 前処理を Pod::run に内包
|
2026-05-15 21:51:57 +09:00 |
|
|
|
f35d99900f
|
update: 書き込みの不要なasyncを削除
|
2026-05-14 19:16:48 +09:00 |
|
|
|
904ea6e326
|
update: SystemItem1本化
|
2026-05-14 14:36:29 +09:00 |
|
|
|
e32b210d50
|
chore: cargo fmt
|
2026-05-14 03:36:08 +09:00 |
|
|
|
1ef094f039
|
refactor: Podのメインループのリファクタリング
|
2026-05-14 03:27:49 +09:00 |
|
|
|
5882341b21
|
feat: add manifest output upload limits
|
2026-05-12 16:20:15 +09:00 |
|
|
|
4d61d044ec
|
update: memoryシステムの"Phase"表記を撤廃
|
2026-05-11 01:55:28 +09:00 |
|
|
|
3266ddb2d4
|
feat: Pos処理の非同期化・Busy状態の削除
|
2026-05-04 15:52:27 +09:00 |
|
|
|
4eb73fa552
|
feat: Podのステータスを厳密にし、同期漏れを防ぐ
|
2026-05-04 12:55:11 +09:00 |
|
|
|
8870af800f
|
feat: システムメッセージをTUIで表示させる
|
2026-05-04 12:04:09 +09:00 |
|
|
|
05c2605aae
|
feat: notify-history-persist実装
|
2026-05-03 19:27:22 +09:00 |
|
|
|
30bb096513
|
Merge branch 'resume-scope-claim' into develop
# Conflicts:
# TODO.md
|
2026-05-03 18:59:01 +09:00 |
|
|
|
557d5da391
|
feat: resume時のscope claimを過去の有効scopeに揃える
|
2026-05-03 17:12:36 +09:00 |
|
|
|
3f987e9885
|
feat: session-metrics完了
|
2026-05-03 15:56:06 +09:00 |
|
|
|
a86f69fd8d
|
feat: session-metrics実装
|
2026-05-03 15:10:43 +09:00 |
|
|
|
cae18a4339
|
feat: TUIに他Podからの通知を表示する
|
2026-05-03 12:45:05 +09:00 |
|
|
|
eeb570c71f
|
update: memoryシステム周りのプロンプトの整理
|
2026-05-03 00:27:10 +09:00 |
|
|
|
189ee43a0c
|
feat: dynamic-scopeの実装
|
2026-05-02 01:26:17 +09:00 |
|
|
|
e97f803104
|
update: manifestで一部値のzeroの扱いを変更
|
2026-05-02 00:08:46 +09:00 |
|
|
|
09eb29b0b7
|
feat: memory P2の修正
|
2026-05-01 23:22:49 +09:00 |
|
|
|
31eeded4a6
|
メモリPhase2の実装
|
2026-05-01 23:00:55 +09:00 |
|
|
|
e058dc576d
|
ファイル参照を与えた際に自動的に読ませる実装
|
2026-04-30 21:58:10 +09:00 |
|
|
|
2c9db5a27b
|
cargo fmt
|
2026-04-29 23:20:25 +09:00 |
|
|
|
09d56272d8
|
session-logリファクタのレビュー・修正
|
2026-04-29 22:55:36 +09:00 |
|
|
|
c647cac983
|
pod-registry-rename修正
|
2026-04-29 21:04:47 +09:00 |
|