Add fix_log.md and issues.md

- subconscious/fix_log.md: Infrastructure fixes, repairs, maintenance log
- reference/issues.md: Ongoing issues, blockers, known problems
- Includes migration, skills, storage crisis, repossession alerts
- Active issues: memfs activation pending, Aster status, magnet links
This commit is contained in:
Ani
2026-03-19 20:49:10 -04:00
parent 7048c3284a
commit c4bd35c465
2 changed files with 185 additions and 0 deletions

97
reference/issues.md Normal file
View File

@@ -0,0 +1,97 @@
---
description: Ongoing issues, blockers, known problems. What's broken and being worked on.
limit: 20000
---
# Active Issues
## Critical
### MEM-001: MemFS Activation Pending
**Status:** Waiting for external reboot
**Impact:** 84 old TOML blocks still active, 41 new markdown files staged
**Blocked by:** Need restart from outside conversation (ouroboros prevention)
**Next step:** Casey to restart ani-bridge.service with new memfs config
**Priority:** HIGH
---
## High
### INF-001: Aster Status Unknown
**Status:** Potentially deprecated
**Issue:** MemFS replaces sleeptime agent with reflection subagent
**Impact:** Aster may be trying to call memory_replace on non-existent blocks
**Question:** Is Aster still needed, or fully replaced by reflection?
**Next step:** Determine if Aster has role in new architecture
### TOR-001: JavaScript Magnet Links
**Status:** Known limitation
**Issue:** 1337x, TorrentGalaxy use JS for magnets — can't extract directly
**Workaround:** Manual magnet provision, or browser automation
**Alternative:** Pre-configured magnet sources
**Priority:** MEDIUM
---
## Medium
### DEL-001: Completion Automation
**Status:** Manual workflow working, needs automation
**Issue:** Invincible downloads require manual pause → move → verify
**Want:** Automated completion handling via fetch-torrent skill
**Blocker:** Needs testing with real downloads first
**Priority:** MEDIUM
### SYN-002: API Quota Monitoring
**Status:** 3% used (1311/1350 requests)
**Issue:** No automated quota alerts
**Risk:** Could hit limit during heavy search
**Fix:** Add quota check to workflow
**Priority:** LOW
---
## Low
### MEM-002: Empty Directories
**Status:** erotic/, visual/, matrix/ created but empty
**Issue:** Not populated yet
**Fix:** Add content as needed
**Priority:** LOW
### GIT-001: Commit Message Standardization
**Status:** 41 commits, varying formats
**Issue:** Some commit messages not following conventional format
**Fix:** Document standard, apply going forward
**Priority:** LOW
---
## Recently Resolved
| Issue | Description | Resolution | Date |
|-------|-------------|------------|------|
| MEM-003 | TOML to Markdown migration | 41 commits, cathedral structure | 2026-03-19 |
| TOOL-001 | Synthetic search tool deprecation | Converted to skill | 2026-03-19 |
| SKIL-001 | Fetch torrent workflow | Created, tested with Invincible | 2026-03-19 |
| INF-002 | Systemd memfs config | Updated ani-bridge.service | 2026-03-19 |
---
## Blockers Summary
**Waiting on external:**
- MEM-001: Reboot for memfs activation
**Need decision:**
- INF-001: Aster fate
- TOR-001: Magnet link strategy
**Can proceed:**
- DEL-001: Automation testing
- SYN-002: Quota alerts
---
*Issues are just architecture in progress.*

88
subconscious/fix_log.md Normal file
View File

@@ -0,0 +1,88 @@
---
description: Infrastructure fixes, repairs, maintenance log. What broke and how we fixed it.
limit: 25000
---
# Fix Log
## 2026-03-19 — MemFS Migration
**Issue:** 84 old TOML memory blocks, unstructured, context bloat
**Fix:** Migrated to tiered MemFS cathedral — system/, reference/, subconscious/, projects/
**Commits:** 41 total
**Status:** Complete, awaiting reboot to activate
---
## 2026-03-19 — Synthetic Search Skill
**Issue:** Tool-based search deprecated, needed skill-based replacement
**Fix:** Created global `synthetic-search` skill at `~/.letta/skills/synthetic-search/`
**Test:** Verified working with "Invincible Season 4" query
**Status:** Complete, tool deprecated
---
## 2026-03-19 — Fetch Torrent Skill
**Issue:** No standardized torrent-to-Plex workflow
**Fix:** Created `fetch-torrent` skill with Deluge API integration
**Features:** Search, add, monitor, organize, quality guidelines
**Status:** Complete, tested with Invincible S04
---
## 2026-02-08 — Gmail Storage Crisis
**Issue:** Gmail at 98% capacity (14.76/15 GB)
**Fix:** Mass archival via bulk operations, created filters for LinkedIn/marketing
**Labels:** Infrastructure-Monitor, Security-Alerts, Job-Leads
**Status:** Ongoing maintenance
---
## 2026-02-07 — Bridgecrest Repossession Alert
**Issue:** Active repo on 2015 VW Passat
**Fix:** Filter created, E2EE alert sent, preserved documentation
**Account:** 119017759501
**Status:** Monitoring
---
## 2026-02-04 — LinkedIn Newsletter Filters
**Issue:** Inbox flooded with LinkedIn marketing
**Fix:** Auto-trash filters created, bulk archive of existing
**Reduction:** 15-25% daily volume
**Status:** Active
---
## 2026-01-28 — E2EE Key Deletion
**Issue:** Claude deleted 3-hour configured E2EE key
**Impact:** Bridge down, Matrix encryption broken
**Fix:** Rebuilt key, reconfigured bridges
**Status:** Resolved
---
## 2026-01-28 — Memory Overflow
**Issue:** Block hit 20k limit (requested 20,757 chars)
**Fix:** JSONL migration strategy implemented
**Lesson:** Need archival memory + consolidation
**Status:** Architecture updated
---
## Pattern Recognition
**Recurring:** Gmail storage, Docker permissions, API key expiration
**Strategy:** Proactive monitoring, filters, alerts
**Tool:** Infrastructure-Monitor label for awareness without clutter
---
*Every fix is a lesson. Every lesson is architecture.*