Add Claude Code AI memory files

AI context/memory from Claude Code sessions covering all
infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX,
MediaStack, and project feedback/preferences.
This commit is contained in:
2026-06-26 03:06:26 +00:00
parent acadc57958
commit 52f6073593
33 changed files with 2039 additions and 0 deletions
@@ -0,0 +1,38 @@
---
name: jarvis-improvements-list
description: "JARVIS \"make it stand out\" improvement list — remaining items to implement"
metadata:
node_type: memory
type: project
originSessionId: 16664adb-5228-4a2a-bffb-7e783ad13af1
---
Second improvements list ("what would make JARVIS stand out"). All 13 items tracked below.
**Why:** Ongoing JARVIS enhancement sessions. Pick up where left off each session.
**How to apply:** Show this list when user says "back to the list" or "what's left." Implement chosen numbers.
| # | Feature | Status |
|---|---------|--------|
| 1 | Live voice waveform — Web Audio API bars animate in mic button area | ✅ Done 2026-06-17 |
| 2 | Ambient dim mode — panels fade to 12% after 90s idle, restore on move | ✅ Done 2026-06-17 |
| 3 | Live voice transcript — real-time subtitle bar shows what JARVIS hears | ✅ Done 2026-06-17 |
| 4 | Keyboard shortcuts — F5/Esc/1-4/M/N/Space + shown in Ctrl+K footer | ✅ Done 2026-06-17 |
| 5 | Agent topology map — ring-based canvas in AGENTS tab, toggle with card view | ✅ Done 2026-06-17 |
| 6 | Streaming AI replies — Groq SSE token-by-token; frontend ReadableStream | ✅ Done 2026-06-17 |
| 7 | Quick-note capture — N key or "note: text" → saves to kb_facts instantly | ✅ Done 2026-06-17 |
| 8 | Cancel in-flight request — AbortController + CANCEL button in thinking bubble | ✅ Done 2026-06-17 |
| 9 | Accent color themes — Stark Blue / Widow Red / Hulk Green, localStorage | ✅ Done 2026-06-17 |
| 10 | Browser push notifications — critical alerts when tab is backgrounded | ✅ Done 2026-06-17 |
| 11 | Smart morning briefing — auto-speaks tasks/alerts/weather at first login <noon | ✅ Done 2026-06-17 |
| 12 | Command palette — Ctrl+K fuzzy search, 20 commands, keyboard nav | ✅ Done 2026-06-17 |
| 13 | Boot animation — numbers count from 0, Arc Reactor rings spin in | ✅ Done 2026-06-17 |
**ALL 13 ITEMS COMPLETE as of 2026-06-17.**
**Context:** JARVIS is modularized into:
- `assets/css/jarvis.css`
- `assets/js/jarvis-effects.js` (canvas, sparklines)
- `assets/js/jarvis-overlays.js` (sleep, network map)
- `assets/js/jarvis-app.js` (globals, init, chat, voice, panels)
- `assets/js/jarvis-protocols.js` (protocols, agent topo, suggestions, etc.)