chore: 为所有 md 文件添加 Hugo front matter

- 处理: 74 个 .md 文件
- 跳过: 0 个(无已存在的 front matter)
- 异常: 3 个(H1 缺失,用文件名兜底)
  - plans/PRISM/.research/readmes/3d-llm.md
  - plans/PRISM/.research/readmes/openmask3d.md
  - plans/PRISM/.research/readmes/openscene.md
This commit is contained in:
gaojie
2026-05-20 22:42:22 +08:00
parent bec8a9a4a3
commit dbcbdbb59e
74 changed files with 592 additions and 0 deletions
@@ -1,3 +1,11 @@
---
title: "Chapter 19 — PRISM 2.0:仿脑空间记忆架构升级"
date: 2026-05-20
draft: false
tags: ["PRISM", "世界模型", "空间记忆", "机器人", "重定位", "酒店场景"]
categories: ["worldmodel"]
---
# Chapter 19 — PRISM 2.0:仿脑空间记忆架构升级
> 本章目标:基于人类空间记忆的神经科学机制(详见 [`research/human_spatial_memory.md`](../../research/human_spatial_memory.md)),将 PRISM 从 v1.5 升级到 v2.0。逐模块给出设计原理、伪代码/接口、与现有架构的衔接方式。