yoi/crates/memory/src
Hare 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
..
consolidate refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
extract update: entry hash chain と session_head mutex を撤廃 2026-05-20 04:31:37 +09:00
linter refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
schema refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
tool refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
error.rs refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
lib.rs refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
resident.rs docs(memory): fix knowledge dir path in collect_resident_knowledge doc 2026-05-12 15:07:39 +09:00
scope.rs refactor: extract workflow crate 2026-05-11 22:49:07 +09:00
usage.rs refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00
workspace.rs refactor: extract shared lint record primitives 2026-05-12 21:56:25 +09:00