Fill in commit SHA for Phase 1 tasks 1.5-1.8 in ROADMAP and task files
This commit is contained in:
@@ -78,4 +78,4 @@ The interface is built to extend: Phase 2 may add fields, but the existing field
|
||||
|
||||
## Done
|
||||
|
||||
`src/core/state.ts` — LRU Map using delete+set bump trick, `last_seen = max(prev, position.timestamp)` semantics, `evictedTotal()` counter. `test/state.test.ts` — 14 tests covering new-device creation, session counter increment, LRU eviction at cap, LRU re-touch, evictedTotal, out-of-order timestamp rejection, get/size. *(pending commit SHA)*
|
||||
`src/core/state.ts` — LRU Map using delete+set bump trick, `last_seen = max(prev, position.timestamp)` semantics, `evictedTotal()` counter. `test/state.test.ts` — 14 tests covering new-device creation, session counter increment, LRU eviction at cap, LRU re-touch, evictedTotal, out-of-order timestamp rejection, get/size. Landed in `68d3da3`.
|
||||
|
||||
Reference in New Issue
Block a user