← ClaudeAtlas

sis-memory-orchestratorlisted

Substrate-aware memory orchestration for Starlight Intelligence System. Coordinates a 7-subagent team that proactively manages memory writes, retrieval, knowledge-graph maintenance, privacy redaction, decay, audit, and substrate benchmarking across pluggable backends (mempalace, Letta, Mem0, AgentDB, Qdrant, screenpipe, filesystem). Use when the user asks about SIS memory architecture, wants to add or swap a memory substrate, runs `/sis memory`, asks "where should this capture go", reports memory leaks or staleness, requests benchmarks across substrates, or sets up a new sovereign user adopting SIS. Honors privacy-by-default (everything local; embeddings local; PII redaction before any external call).
frankxai/Starlight-Intelligence-System · ★ 5 · AI & Automation · score 77
Install: claude install-skill frankxai/Starlight-Intelligence-System
# SIS Memory Orchestrator > **v0.1 scope cut (2026-04-30) — round-trip-first.** > > This skill describes the full architecture. **What ships in v0.1 is a deliberately small subset:** 3 agents (Router, Guardian, Bencher), 2 substrates (mempalace in-tree adapter + Qdrant scaffold-disabled), replay-only benchmarks, dog-fooded through People Intelligence `/perf-feedback-rehearsal`. Implementation lives in `private/voice-operator/service/memory/`. CLI surface: `python -m service.memory.cli {commit,recall,status}`. > > The remaining agents/substrates/cron/encryption/CRDT below are **parked with falsifiable un-park triggers** in `memory/benchmarks/DECISIONS.md`. A parked item ships only when its trigger is observed on the live system — not from a roadmap. > > The v0.1 success gate: a `/perf-feedback-rehearsal` write reaches mempalace, a follow-up `recall()` returns it, Guardian blocks a PII probe, audit log records the full sequence — all green on Frank's machine before this commit (d9cc95b) is pushed. > > Plan: `docs/superpowers/plans/2026-04-30-sis-memory-orchestrator-v0.1.md`. Synthesizes the best memory patterns from across the field into one substrate-agnostic orchestration layer for SIS: - **mempalace** — episodic / semantic / procedural split, embedding-indexed, hot/warm/cold decay - **Letta (MemGPT)** — hierarchical agent memory with self-edit - **Anthropic Claude Code team** — `CLAUDE.md` as canonical entry, auto-memory atoms with WHY/HOW - **Karpathy / Hashimoto** — cod