Files
obsidian-vault/OpenClaw/MEMORY Index.md

92 lines
3.2 KiB
Markdown

# MEMORY.md — Corey's Agent Index
*Lightweight reference table (~1.5k tokens). Drill down to detail files as needed.*
---
## About Corey
- **Person:** See `memory/people/corey.md`
- **Trigger:** "corey", "user", "timezone", "preferences"
- **Quick Ref:** America/Chicago, 70582 LA, °F/MPH, chill vibe
---
## Active Projects (Always Context)
| Project | Status | Detail File | Trigger Words |
|---------|--------|-------------|---------------|
| **Home Assistant** | 🔄 In Progress | `memory/projects/home-assistant.md` | "home assistant", "HA", "mqtt", "sensor" |
| **Mission Control Python** | ✅ Live | `memory/projects/mission-control-python.md` | "dashboard", "mission control", "python", "flask" |
| **Proton Mail Bridge** | ✅ Functional | `memory/projects/proton-mail-bridge.md` | "proton", "email", "imap", "smtp", "mail" |
| **Coding Workflow** | ✅ Active | `memory/projects/coding-workflow.md` | "coding", "git", "repo", "workflow" |
| **Memory System** | 🔄 Restructure | `memory/projects/memory-system.md` | "memory", "database", "backup", "sqlite" |
| **Discord Voice Bot** | ✅ Complete | `memory/projects/discord-voice-bot.md` | "voice bot", "glados", "TTS", "STT" |
## Platform Decisions (Sticky)
| Decision | Status | Date | Notes |
|----------|--------|------|-------|
| **Primary Chat** | ✅ Discord | 2026-02-23 | Staying with Discord (rolled back ID reqs). Zulip/Rocket.Chat experiments cancelled. |
| **Voice Bot** | ✅ GLaDOS | — | Operational in #coding voice channel |
## Active Workflows (Auto-Execute)
| Trigger | Action | Output | Notes |
|---------|--------|--------|-------|
| `/summarize [URL]` | Fetch → Summarize → Save | `Summaries/[Title].md` | Works in ANY channel. Auto-saves to Obsidian. Confirm with file path. |
---
## Quick Reference
### Discord Channels
- **#home-assistant:** 1466074219829006599 (HA, room-assistant)
- **#coding:** 1468627455656067074 (code, git, projects)
- **#projects:** 1468257895152881796 (experiments, non-coding)
- **#alerts:** 1473701182076752135 (system alerts)
### Critical Info
- **HA URL:** http://192.168.0.39:8123
- **MQTT:** 192.168.0.39:1883 (corey/41945549)
- **Phone MAC:** b0:c2:c7:07:28:b5
- **News Brief:** Strict NO F1 spoilers policy
---
## Decisions Log
- **Current Month:** `memory/decisions/2026-02.md`
- **Trigger:** "decided", "decision", "why did we"
---
## Drill-Down Rules
**MUST drill when mentioned:**
- Any active project above → Read full detail file
- "Decisions" or "why" → Read monthly decision log
- Person questions → Read `memory/people/corey.md`
**MAY drill when relevant:**
- Past projects → Check `memory/projects/`
- Daily context → Check `memory/YYYY-MM-DD.md`
- Learnings → Check `.learnings/`
**Hard cap:** Max 5 drill-downs per session start
---
## Integration Points
| System | Location | Use When |
|--------|----------|----------|
| **Daily Notes** | `memory/2026-*.md` | "What happened on [date]?" |
| **SQLite DB** | `~/.openclaw/memory.db` | "What tasks are pending?" (structured query) |
| **Workspace Context** | `workspace-context.md` | Current conversation, in-progress |
| **Supermemory** | Cloud backup | Disaster recovery |
---
*Last Updated: 2026-02-20*
*Version: Hierarchical Index v1.1*
*Next Review: When projects change status*