mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
52f6073593
AI context/memory from Claude Code sessions covering all infrastructure: JARVIS, NovaCPX, DO sites, Proxmox, FusionPBX, MediaStack, and project feedback/preferences.
2.2 KiB
2.2 KiB
name, description, metadata
| name | description | metadata | ||||||
|---|---|---|---|---|---|---|---|---|
| jarvis-improvements-list | JARVIS "make it stand out" improvement list — remaining items to implement |
|
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.cssassets/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.)