Commit Graph

15 Commits

Author SHA1 Message Date
d5dff6d17b
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
7ce4600a42
refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
7db4146f3d
refactor: extract workflow crate 2026-05-11 22:49:07 +09:00
e647d1a7c9
feat: client-crateの実装 2026-05-10 00:57:50 +09:00
b9635c5002
feat: session-metrics実装 2026-05-03 15:10:43 +09:00
776a6a29bd
chore: 依存パッケージの集約 2026-05-01 23:35:46 +09:00
71434b9d8b scope-lock -> pod-registry 2026-04-29 20:01:32 +09:00
b9575f1534 tuiからセッションを復帰する経路の実装 2026-04-29 19:03:03 +09:00
837e77449d メモリーに関するクレート作成・ファイル構造の実装 2026-04-27 13:33:31 +09:00
c850cdf2b6 組み込みツールの実装 2026-04-13 03:43:02 +09:00
46526ed262 session-storeとして分離 2026-04-12 06:31:34 +09:00
8d18357460 cratesの整理 2026-04-11 02:48:50 +09:00
cc1ceee81d Crate設計・mv 2026-04-09 04:55:14 +09:00
00e3ae1932 persistence 2026-04-05 05:14:20 +09:00
490ed0ca7c cargo init 2026-04-04 03:30:49 +09:00