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

日记系统包含:
- 长期记忆 (MEMORY.md)
- 每日日志 (memory/YYYY-MM-DD.md)
- 心跳主动检查机制
- 会话连续性管理
2026-04-14 10:01:50 +00:00

41 lines
860 B
Markdown

# TOOLS.md - Local Notes
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
## What Goes Here
Things like:
- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific
## Examples
```markdown
### Cameras
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
- home-server → 192.168.1.100, user: admin
### TTS
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePod
```
## Why Separate?
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
---
Add whatever helps you do your job. This is your cheat sheet.