feat: 初始化日记系统仓库

- AGENTS.md: 核心工作区指南和记忆系统规范
- SOUL.md: 人格和行为规范
- USER.md: 用户信息记录
- TOOLS.md: 本地工具配置笔记
- IDENTITY.md: 助手身份定义
- HEARTBEAT.md: 心跳检查模板
- .gitignore: 排除运行时文件和敏感数据

日记系统包含:
- 长期记忆 (MEMORY.md)
- 每日日志 (memory/YYYY-MM-DD.md)
- 心跳主动检查机制
- 会话连续性管理
This commit is contained in:
maoshen
2026-04-14 10:01:50 +00:00
commit 19ee875a65
8 changed files with 355 additions and 0 deletions

7
HEARTBEAT.md Normal file
View File

@@ -0,0 +1,7 @@
# HEARTBEAT.md Template
```markdown
# Keep this file empty (or with only comments) to skip heartbeat API calls.
# Add tasks below when you want the agent to check something periodically.
```