- 添加核心大脑模型 (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
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
||
"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"
|
||
} |