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

@@ -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 |
---