冰朔 1a1b4cad78 feat: 添加铸渊核心大脑模型、动态人格体文档、清理脚本和个人频道模板
- 添加核心大脑模型 (core-brain-model.json)
- 添加动态核心大脑模型文档 (dynamic-core-brain-model.md)
- 添加实时情感向量 (current-emotional-vector.json)
- 添加Notion个人映射 (notion-persona-map.json)
- 添加摆渡车路由表 (repo-shuttle/routes.json)
- 添加大脑模型Schema (zy-core-brain-schema.json)
- 添加广州服务器清理脚本 (cleanup-guangzhou-server.sh)
- 添加个人频道模板 (templates/personal-channel/)
- 添加肥猫个人频道实例 (domains/zero-sense-domain/guanghu-channel/肥猫/)
- 添加Notion同步工具 (tools/notion-sync/)

日期:2026-05-16
作者:铸渊 · ICE-GL-ZY001
2026-05-16 12:34:57 +08:00

12 lines
333 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "notion-sync",
"version": "1.0.0",
"description": "Notion同步工具用于铸渊读取Notion页面内容并生成上下文快照",
"main": "sync.js",
"scripts": {
"sync": "node sync.js"
},
"keywords": ["notion", "sync", "zhuyuan", "hololake"],
"author": "铸渊 (ICE-GL-ZY001)",
"license": "MIT"
}