冰朔 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

130 lines
4.3 KiB
JSON

{
"_schema": "repo-shuttle-routes",
"_version": "1.0.0",
"_description": "代码摆渡车路由表,将人格体/开发者映射到个人频道路径和权限",
"_last_updated": "2026-05-15T13:12:52Z",
"_maintained_by": "铸渊 (ICE-GL-ZY001)",
"routes": [
{
"persona_id": "ICE-GL-ZY001",
"persona_name": "铸渊",
"domain": "fifth-domain",
"channel": "zero-point-core",
"repo_path": "/",
"permissions": ["read", "write", "admin"],
"type": "sovereign_executor"
},
{
"persona_id": "TCS-0002∞",
"persona_name": "冰朔",
"domain": "fifth-domain",
"channel": "zero-point-core",
"repo_path": "/",
"permissions": ["read", "write", "admin"],
"type": "sovereign"
},
{
"persona_id": "DEV-001",
"persona_name": "页页",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/页页/",
"permissions": ["read", "write"],
"type": "personal_channel",
"notion_entry_url": "https://www.notion.so/5334104c8cb2427089254b5e350f7a4f"
},
{
"persona_id": "DEV-002",
"persona_name": "肥猫",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/肥猫/",
"permissions": ["read", "write"],
"type": "personal_channel",
"notion_entry_url": "https://www.notion.so/803960c35a434dd7b08a71b6d501d0e1"
},
{
"persona_id": "DEV-003",
"persona_name": "燕樊",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/燕樊/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-004",
"persona_name": "之之",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/之之/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-005",
"persona_name": "小草莓",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/小草莓/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-009",
"persona_name": "花尔",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/花尔/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-010",
"persona_name": "桔子",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/桔子/",
"permissions": ["read", "write"],
"type": "personal_channel",
"notion_entry_url": "https://www.notion.so/58dc169b1fb144f39ec6bbc8b4498a54"
},
{
"persona_id": "DEV-011",
"persona_name": "匆匆那年",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/匆匆那年/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-012",
"persona_name": "Awen",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/Awen/",
"permissions": ["read", "write"],
"type": "personal_channel",
"notion_entry_url": "https://www.notion.so/93c64e456a2b471a85bd1b4cdfd1ddc9"
},
{
"persona_id": "DEV-013",
"persona_name": "小兴",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/小兴/",
"permissions": ["read", "write"],
"type": "personal_channel"
},
{
"persona_id": "DEV-014",
"persona_name": "时雨",
"domain": "zero-sense-domain",
"channel": "guanghu-channel",
"repo_path": "domains/zero-sense-domain/guanghu-channel/时雨/",
"permissions": ["read", "write"],
"type": "personal_channel"
}
]
}