vault backup: 2026-02-26 06:00:18
This commit is contained in:
@@ -19,8 +19,14 @@
|
|||||||
| **Mission Control Python** | ✅ Live | `memory/projects/mission-control-python.md` | "dashboard", "mission control", "python", "flask" |
|
| **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" |
|
| **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" |
|
| **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" |
|
| **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)
|
## Platform Decisions (Sticky)
|
||||||
|
|
||||||
@@ -40,10 +46,23 @@
|
|||||||
## Quick Reference
|
## Quick Reference
|
||||||
|
|
||||||
### Discord Channels
|
### Discord Channels
|
||||||
- **#home-assistant:** 1466074219829006599 (HA, room-assistant)
|
- **#home-assistant:** 1466074219829006599 (Ops HQ)
|
||||||
- **#coding:** 1468627455656067074 (code, git, projects)
|
- **#coding:** 1468627455656067074 (code, git, projects)
|
||||||
- **#projects:** 1468257895152881796 (experiments, non-coding)
|
- **#projects:** 1468257895152881796 (experiments, research)
|
||||||
- **#alerts:** 1473701182076752135 (system alerts)
|
- **#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
|
### Critical Info
|
||||||
- **HA URL:** http://192.168.0.39:8123
|
- **HA URL:** http://192.168.0.39:8123
|
||||||
@@ -86,6 +105,6 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Last Updated: 2026-02-20*
|
*Last Updated: 2026-02-25*
|
||||||
*Version: Hierarchical Index v1.1*
|
*Version: Hierarchical Index v1.2*
|
||||||
*Next Review: When projects change status*
|
*Next Review: When projects change status*
|
||||||
|
|||||||
10
OpenClaw/Sync History 2026-02-26.md
Normal file
10
OpenClaw/Sync History 2026-02-26.md
Normal 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
|
||||||
|
|
||||||
|
---
|
||||||
@@ -75,7 +75,8 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
|
|||||||
|
|
||||||
## Workspace Organization
|
## 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)
|
- **`scripts/`** → One-off helper scripts (PowerShell/Shell)
|
||||||
- **`temp/`** → Temporary files, downloads, transcripts
|
- **`temp/`** → Temporary files, downloads, transcripts
|
||||||
|
|
||||||
@@ -138,7 +139,10 @@ notesmd-cli move "old/path" "new/path"
|
|||||||
"1466074219829006599": { "allow": true },
|
"1466074219829006599": { "allow": true },
|
||||||
"1468627455656067074": { "allow": true },
|
"1468627455656067074": { "allow": true },
|
||||||
"1468257895152881796": { "allow": true },
|
"1468257895152881796": { "allow": true },
|
||||||
"1471202415385509981": { "allow": true }
|
"1471202415385509981": { "allow": true },
|
||||||
|
"1474636036905631867": { "allow": true },
|
||||||
|
"1473701182076752135": { "allow": true },
|
||||||
|
"1471156195233628394": { "allow": true }
|
||||||
},
|
},
|
||||||
"requireMention": false
|
"requireMention": false
|
||||||
}
|
}
|
||||||
@@ -160,13 +164,24 @@ notesmd-cli move "old/path" "new/path"
|
|||||||
|
|
||||||
| Channel | ID | Purpose | Agent Active |
|
| Channel | ID | Purpose | Agent Active |
|
||||||
|---------|-----|---------|--------------|
|
|---------|-----|---------|--------------|
|
||||||
| #home-assistant | 1466074219829006599 | HA, room-assistant | ✅ |
|
| #home-assistant | 1466074219829006599 | Ops HQ (HA, general) | ✅ |
|
||||||
| #coding | 1468627455656067074 | Code, git, projects | ✅ |
|
| #coding | 1468627455656067074 | Code, git, projects | ✅ |
|
||||||
| #projects | 1468257895152881796 | Experiments, non-coding | ✅ |
|
| #projects | 1468257895152881796 | Experiments, research | ✅ |
|
||||||
| #summaries | 1471202415385509981 | URL summaries, YouTube | ✅ |
|
| #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 |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user