vault backup: 2026-03-12 08:35:13

This commit is contained in:
AlexAI
2026-03-12 08:35:13 -05:00
parent 625b493ca9
commit b319c6e8b5
27 changed files with 78 additions and 149 deletions

10
Projects/Coding/Tasks.md Normal file
View File

@@ -0,0 +1,10 @@
# Coding Tasks
## In Progress
- [ ]
## Completed
- [ ]
---
Last Updated: 2026-03-12

View File

@@ -0,0 +1,7 @@
# Discord Voice Bot Tasks
## Completed
- [x] Voice bot operational
---
Last Updated: 2026-03-12

View File

@@ -0,0 +1,10 @@
# Home Assistant Tasks
## In Progress
- [ ] Entity cleanup (972 devices in spreadsheet)
## Completed
- [x] Fix hallway sensor battery (1%)
---
Last Updated: 2026-03-12

View File

@@ -0,0 +1,27 @@
# Memory Vector System
**Status:** Supermonkey-Powered
**Created:** 2026-03-02
## Overview
Local semantic memory search using SQLite + Ollama embeddings. No cloud, works offline.
## Innovation
Reads OpenClaw session transcripts (.jsonl) to auto-capture conversations every 15 messages.
## Current Stats
- Total embeddings: ~1,600+
- Auto session snapshots: 27
- Tracked sessions: 245
## Key Files
- `tools/session_monitor.py` - Real-time capture
- `tools/search_memories.py` - CLI search
- `memory_vector.py` - Core module
## Full Documentation
See: `memory/projects/memory-vector-system.md` in git repo
---
*Credit: Corey's genius idea*
*System: Operational*

View File

@@ -0,0 +1,8 @@
# Memory System Tasks
## In Progress
- [ ] Complete hierarchical restructure
- [ ] Optimize SQLite queries
---
Last Updated: 2026-03-12

View File

@@ -1 +0,0 @@
Full documentation in ~/.openclaw/workspace/memory/projects/memory-vector-system.md

View File

@@ -0,0 +1,8 @@
# Mission Control Tasks
## In Progress
- [ ] Fix calendar date range bug
- [ ] Fix calendar agent (uses cron not ha_calendar)
---
Last Updated: 2026-03-12

View File

@@ -0,0 +1,7 @@
# Multi-User Architecture Tasks
## Status
Parked - no active work
---
Last Updated: 2026-03-12

View File

@@ -1,91 +0,0 @@
---
title: Projects Index
category: Projects
status: active
last_updated: 2026-02-25
tags: [projects, index, active, completed]
---
# Projects Index
## Active Projects
### Mission Control Python
- Status: Live on :5050
- Type: Dashboard
- Tech: Flask + MySQL + HA API
- Notes: 6 pages, cron integration, weather, calendar
- Issues: Calendar date range bug, calendar agent bug
### Home Assistant
- Status: Entity cleanup ongoing
- Type: Home Automation
- Notes: 972 devices cleanup, Room-Assistant working
### Memory System
- Status: Hierarchical restructure complete
- Type: Infrastructure
- Notes: File + SQLite hybrid, Supermemory backups
### Coding Workflow
- Status: Active
- Type: DevOps
- Notes: Git/controls-web, Kimi/mini model split
### Auto-Summarize Workflow {#sync}
- Status: Active
- Type: Agent Capability
- Notes: "/summarize [URL]" → fetch → summarize → save to Summaries/
- Works with: Any web URL
### Multi-User Agent Architecture
- Status: Planning
- Type: System Design
- Notes: Researching multi-user approaches for task/project management
- Options: Separate channels, tagging system, frontmatter, multi-agent
- Decision: Start with Option 1 (separate Discord channels)
### Research Agent Spawning
- Status: In Progress
- Type: System Architecture
- Notes: Spawning isolated sub-agents for async research
- Location: Testing in #projects
- Questions: Concurrent limits, result storage, cost tracking
### Daily Notes Automation
- Status: Active
- Type: Automation
- Notes: Evening cron job creates daily notes
- Schedule: 9:00 PM daily
- Output: `Daily Notes/YYYY-MM-DD.md`
### Workspace Git Backup
- Status: Active
- Type: Backup
- Notes: Gitea repo for workspace backup
- Schedule: Daily 1:00 AM
- Repo: `gitea.lasuca.com/admin/openclaw-workspace`
## Completed Projects
### Discord Voice Bot (GLaDOS)
- Status: Completed 2026-02-08
- Type: Voice Bot
- Notes: Always in #coding voice
### Proton Mail Bridge
- Status: Completed 2026-02-18
- Type: Email Integration
- Notes: IMAP/SMTP tested
## How to Sync
1. Edit any project note in Obsidian
2. Tell me to sync
3. I read the updated note and update my memory
### How to Summarize
1. Type: `/summarize [URL]`
2. I fetch, summarize, and save to `Summaries/`
3. Confirm and link back to you
Last Updated: 2026-02-23

View File

@@ -0,0 +1,9 @@
# Proton Mail Bridge Tasks
## In Progress
- [ ] Cron integration for email actions
- [ ] Email notification system
- [ ] Email-to-Discord forwarding
---
Last Updated: 2026-03-12

View File

@@ -0,0 +1,7 @@
# Research Agents Tasks
## In Progress
- [ ]
---
Last Updated: 2026-03-12