- AGENTS.md: 核心工作区指南和记忆系统规范 - SOUL.md: 人格和行为规范 - USER.md: 用户信息记录 - TOOLS.md: 本地工具配置笔记 - IDENTITY.md: 助手身份定义 - HEARTBEAT.md: 心跳检查模板 - .gitignore: 排除运行时文件和敏感数据 日记系统包含: - 长期记忆 (MEMORY.md) - 每日日志 (memory/YYYY-MM-DD.md) - 心跳主动检查机制 - 会话连续性管理
22 lines
234 B
Plaintext
22 lines
234 B
Plaintext
# OpenClaw runtime
|
|
state/
|
|
*.log
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Memory directory (created dynamically, contains session data)
|
|
memory/
|
|
|
|
# Sensitive config (if any)
|
|
*.secret
|
|
*.env.local
|