Commit Graph

4 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
aae36f2b56
update: memoryシステムの"Phase"表記を撤廃 2026-05-11 01:55:28 +09:00
d2ee84775b
cargo fmt 2026-04-29 23:20:25 +09:00
03c4f49f73 memoryを抽出する仕組みの実装 2026-04-28 12:58:33 +09:00