vault backup: 2026-02-26 06:00:18

This commit is contained in:
AlexAI
2026-02-26 06:00:18 -06:00
parent 7ec760e7bb
commit c6c03d9537
3 changed files with 56 additions and 12 deletions

View File

@@ -19,8 +19,14 @@
| **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" |
| **Memory System** | ✅ Active | `memory/projects/memory-system.md` | "memory", "database", "backup", "sqlite" |
| **Discord Voice Bot** | ✅ Complete | `memory/projects/discord-voice-bot.md` | "voice bot", "glados", "TTS", "STT" |
| **Daily Notes Automation** | ✅ Active | `Obsidian/Daily Notes/` | "daily notes", "evening", "template" |
| **Workspace Git Backup** | ✅ Active | `gitea.lasuca.com/admin/openclaw-workspace` | "backup", "git", "gitea" |
| **Research Agent Spawning** | 🔄 In Progress | `memory/projects/research-agents.md` | "research", "spawn", "sub-agent" |
| **Multi-User Agent Architecture** | 🔄 Planning | `Projects/Multi-User Agent Architecture` | "multi-user", "architecture", "design" |
| **Obsidian + Dataview** | ✅ Complete | `Dataview Query Examples` | "dataview", "obsidian", "query" |
| **News Brief System** | ⚠️ Rethink | `cron job` | "news", "brief", "morning" |
## Platform Decisions (Sticky)
@@ -40,10 +46,23 @@
## Quick Reference
### Discord Channels
- **#home-assistant:** 1466074219829006599 (HA, room-assistant)
- **#home-assistant:** 1466074219829006599 (Ops HQ)
- **#coding:** 1468627455656067074 (code, git, projects)
- **#projects:** 1468257895152881796 (experiments, non-coding)
- **#alerts:** 1473701182076752135 (system alerts)
- **#projects:** 1468257895152881796 (experiments, research)
- **#summaries:** 1471202415385509981 (`/summarize` → Obsidian)
- **#schedule:** 1474636036905631867 (reminders, scheduling)
- **#alerts:** 1473701182076752135 (system alerts from cron)
- **#news-brief:** 1471156195233628394 (morning news — may redesign)
- **#project-research:** 1468257895152881796 (research agent spawning — uses #projects)
- *Deleted:* #general text channel (redundant)
### Channel Workflows
| Trigger | Channel | Output | Notes |
|---------|---------|--------|-------|
| `/summarize [URL]` | #summaries → Obsidian | `Summaries/[Title].md` | Auto-saves via `/summarize` command |
| `/remind` (soon) | #schedule | Discord notification | In development |
| Cron alerts | #alerts | Job status reports | Supermemory, Memory Worker, etc. |
| News Brief | #news-brief | Morning briefing | Being reconsidered |
### Critical Info
- **HA URL:** http://192.168.0.39:8123
@@ -86,6 +105,6 @@
---
*Last Updated: 2026-02-20*
*Version: Hierarchical Index v1.1*
*Last Updated: 2026-02-25*
*Version: Hierarchical Index v1.2*
*Next Review: When projects change status*

View File

@@ -0,0 +1,10 @@
# OpenClaw Sync - 2026-02-26
## Files Synced
- Tools Reference.md (from TOOLS.md)
- MEMORY Index.md (from MEMORY.md)
## Notes
Last updated: 06:00
---

View File

@@ -75,7 +75,8 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
## Workspace Organization
- **Root** (`~/.openclaw/workspace/`) → Core config files and documentation
- **Root** (`~/.openclaw/workspace/`) → Core config files (MEMORY.md, TOOLS.md, etc.)
- **`data/`** → Documentation, migration logs, archived files
- **`scripts/`** → One-off helper scripts (PowerShell/Shell)
- **`temp/`** → Temporary files, downloads, transcripts
@@ -138,7 +139,10 @@ notesmd-cli move "old/path" "new/path"
"1466074219829006599": { "allow": true },
"1468627455656067074": { "allow": true },
"1468257895152881796": { "allow": true },
"1471202415385509981": { "allow": true }
"1471202415385509981": { "allow": true },
"1474636036905631867": { "allow": true },
"1473701182076752135": { "allow": true },
"1471156195233628394": { "allow": true }
},
"requireMention": false
}
@@ -160,13 +164,24 @@ notesmd-cli move "old/path" "new/path"
| Channel | ID | Purpose | Agent Active |
|---------|-----|---------|--------------|
| #home-assistant | 1466074219829006599 | HA, room-assistant | ✅ |
| #home-assistant | 1466074219829006599 | Ops HQ (HA, general) | ✅ |
| #coding | 1468627455656067074 | Code, git, projects | ✅ |
| #projects | 1468257895152881796 | Experiments, non-coding | ✅ |
| #projects | 1468257895152881796 | Experiments, research | ✅ |
| #summaries | 1471202415385509981 | URL summaries, YouTube | ✅ |
| #alerts | 1473701182076752135 | System alerts | ✅ |
| #schedule | 1474636036905631867 | Reminders, scheduling | ✅ |
| #alerts | 1473701182076752135 | System alerts from cron | ✅ |
| #news-brief | 1471156195233628394 | Morning news | ✅ |
| #project-research | 1468257895152881796 | Research agent spawning (uses #projects) | ✅ |
**Note:** Channel names change sometimes... IDs are forever 😂
**Note:** Deleted #general text channel (redundant).
### Channel Workflows
| Trigger | Channel | Output | Notes |
|---------|---------|--------|-------|
| `/summarize [URL]` | #summaries → Obsidian | `Summaries/[Title].md` | Auto-saves to Obsidian. Confirm with file path. |
| `/remind` (soon) | #schedule | Discord notification | In development |
| Cron alerts | #alerts | Job status reports | Supermemory, Memory Worker, etc. |
| News Brief | #news-brief | Morning briefing | Being reconsidered |
---