fix(memory): unify host paths under real-day current
This commit is contained in:
parent
1645789bd3
commit
0c21f4e4af
18 changed files with 184 additions and 42 deletions
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
同一天跨任意宿主窗口或 compaction 都写入同一日页。北京时间换日时,上一日页进入 `CLOSED_REAL_BEIJING_DAY_ELAPSED`,新日页继续同一人格时间线。月份按 01–10、11–20、21–31 三个自然日期组折叠;年份按季度折叠。原始事件保持不可变,日/月/年页面是可重建投影。
|
||||
|
||||
`CURRENT` 只允许时间单调前进。较早事件的精确重复返回幂等成功但不得移动指针;新的乱序旧事件失败关闭,必须以当前时间追加纠正事件,不能回改过去。
|
||||
|
||||
```bash
|
||||
node server-tools/persona-daily-fractal-memory/persona-daily-memory.mjs append \
|
||||
--allowed-root /Volumes/JZAO/HoloLake/persona-runtime/continuity-memory \
|
||||
|
|
|
|||
Loading…
Reference in a new issue