Alexander Whitestone
a96dac0d8a
feat: Add Reasoning Trace HUD Component
...
Closes #875
- Added new ReasoningTrace component for real-time reasoning visualization
- Shows agent's reasoning steps during complex task execution
- Supports step types: THINK, DECIDE, RECALL, PLAN, EXECUTE, VERIFY, DOUBT, MEMORY
- Includes confidence visualization, task tracking, and export functionality
- Integrated into existing GOFAI HUD system
2026-04-15 21:24:01 -04:00
Timmy
9ce8c0b5a7
fix: MEMPALACE INIT shows real stats from fleet API ( #1340 )
...
Root cause: connectMemPalace() set placeholder values (0x, 0, 0B)
immediately and tried to connect to window.Claude.mcp which doesn't
exist in a normal browser. Never contacted the actual fleet API.
Fix:
- Replace connectMemPalace() to fetch from fleet API (/health, /wings)
- Show MEMPALACE CONNECTING during fetch, ACTIVE on success,
OFFLINE if API unavailable
- Populate compression ratio, docs mined, AAAK size from real data
- Add formatBytes() helper for human-readable sizes
- Periodic refresh every 60s when connected
- Configurable API endpoint via ?mempalace=host:port query param
- Remove dead window.Claude.mcp mock code
2026-04-15 21:24:01 -04:00
b9de0d7003
fix: [RESPONSIVE] Tighten layout for laptop and smaller-screen viewing ( #1359 )
...
Co-authored-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
Co-committed-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
2026-04-15 21:24:01 -04:00
Alexander Whitestone
c5ce9cd7aa
fix: eliminate two 404 sources — case mismatch + missing icons
...
- app.js:1195: Fix timmy_Foundation → Timmy_Foundation in vision.json API URL.
The lowercase 't' caused a silent 404 on case-sensitive servers, preventing
world state from loading in fetchGiteaData().
- Create icons/icon-192x192.png and icons/icon-512x512.png placeholders.
Both manifest.json and service-worker.js referenced these but the icons/
directory was missing, causing 404 on every page load and SW install.
Refs #707
2026-04-15 21:24:01 -04:00
46fcad445b
Merge PR #1343
...
Add structured GOFAI worker outcomes and goal-directed planning
2026-04-15 21:24:01 -04:00
Alexander Whitestone
970a810e52
feat: derive GOFAI perception from live Nexus state
2026-04-15 21:24:01 -04:00
Alexander Whitestone
35bb12e53d
fix: [HUD] Health panel shows daemon reachability, session metrics, last-updated time
...
- Track local health daemon (localhost:8082) reachability instead of silently falling back
- Add LOCAL DAEMON service row so operators see daemon status at a glance
- Show session counts (local/total) when daemon provides them
- Add timestamp footer so HUD freshness is visible
- Fix stray ');' closing bracket on original function
2026-04-15 21:24:01 -04:00
Alexander Whitestone
37b6b8239e
fix: closes #717
2026-04-15 21:24:01 -04:00
Alexander Whitestone
3b3d602926
fix: closes #729
2026-04-15 21:24:01 -04:00
Alexander Whitestone
b2570554d5
WIP: issue #710 (mimo swarm)
2026-04-15 21:24:01 -04:00
Alexander Whitestone
0bf9c6766a
fix: closes #672
2026-04-15 21:24:01 -04:00
Alexander Whitestone
631d0cd192
Add SOUL/Oath panel to main interaction loop (issue #709 )
...
- Added SOUL button to HUD top-right bar next to Atlas
- Added SOUL quick action in chat panel
- Added SOUL overlay with Identity, Oath, Conscience, and Sacred Trust sections
- Link to canonical SOUL.md on timmy-home
- CSS styles matching existing Nexus design system
- JS wiring for toggle/close
Also fixed: cleaned up merge conflict markers, removed duplicated
branch-policy/mem-palace/reviewers sections from footer
2026-04-15 21:24:01 -04:00
ee09247af3
Merge PR #1330
...
Mainline GOFAI facts, deterministic worker reasoning, and plan offload
2026-04-15 21:24:01 -04:00
Alexander Whitestone
0f504ef665
fix: [PORTALS] Build a portal atlas / world directory for all current and future worlds ( closes #712 )
2026-04-15 21:24:00 -04:00
Alexander Whitestone
091089e53e
WIP: issue #728 (mimo swarm)
2026-04-15 21:24:00 -04:00
Alexander Whitestone
4a1b37f0fa
fix: [PERF] Add quality-tier feature gating for heavy visual effects ( closes #706 )
2026-04-15 21:24:00 -04:00
fdb906cd95
refactor: move symbolic engine components to separate file
2026-04-15 21:24:00 -04:00
Alexander Whitestone
59f36fc40f
fix: closes #866
2026-04-15 21:24:00 -04:00
Alexander Whitestone
9c3d9952d7
fix: closes #674
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
2026-04-12 12:26:17 -04:00
fe56ece1ad
Integrate ResonanceVisualizer into app.js
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 16s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-12 16:20:03 +00:00
36db3aff6b
Integrate MemoryOptimizer
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 17s
Review Approval Gate / verify-review (pull_request) Failing after 2s
2026-04-12 12:17:45 +00:00
76e62fe43f
[claude] Memory Pulse — BFS wave animation on crystal click ( #1263 ) ( #1264 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-12 06:45:25 +00:00
ed5ed011c2
[claude] Memory Inspect Panel — click-to-read detail view ( #1227 ) ( #1229 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-11 21:17:42 +00:00
12a5a75748
feat: integrate MemoryBirth into app.js
...
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 16s
Review Approval Gate / verify-review (pull_request) Failing after 2s
- Import MemoryBirth module
- Initialize alongside SpatialMemory
- Wrap placeMemory() for automatic birth animations
- Call MemoryBirth.update() in render loop
2026-04-11 19:48:46 +00:00
c6f6f83a7c
Merge pull request '[Mnemosyne] Memory filter panel — toggle categories by region' ( #1213 ) from feat/mnemosyne-memory-filter into main
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Merged PR #1213 : [Mnemosyne] Memory filter panel — toggle categories by region
2026-04-11 05:31:44 +00:00
75f39e4195
fix: wire SpatialMemory.setCamera(camera) for entity line LOD ( #1167 )
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 3s
Pass camera reference to SpatialMemory so entity resolution lines get distance-based opacity fade and LOD culling.
2026-04-11 05:06:02 +00:00
45724e8421
feat(mnemosyne): wire memory filter panel in app.js
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 11s
Review Approval Gate / verify-review (pull_request) Failing after 2s
- G key toggles filter panel
- Escape closes filter panel
- toggleMemoryFilter() bridge function
2026-04-11 04:10:49 +00:00
dd853a21c3
[claude] Mnemosyne archive health dashboard — statistics overlay panel ( #1210 ) ( #1211 )
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 5s
2026-04-11 03:29:05 +00:00
4f8e0330c5
[Mnemosyne] Integrate MemoryOptimizer into app.js
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-11 01:39:58 +00:00
7fb086976e
Update app.js (manual merge)
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:35:13 +00:00
dc88f1b834
feat(mnemosyne): integrate ambient particle system into Nexus
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 2s
- Import MemoryParticles component
- Init after SpatialMemory, wire onMemoryPlaced callback
- Update in animation loop
- Spawn burst on memory placement (via callback)
- Access trail on crystal click and navigate
- Category colors for all particles
2026-04-11 00:50:43 +00:00
c736540fc2
merge: Mnemosyne spatial search
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Co-authored-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
Co-committed-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
2026-04-11 00:35:29 +00:00
d00adbf6cc
merge: Mnemosyne timeline scrubber
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Co-authored-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
Co-committed-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
2026-04-11 00:35:06 +00:00
29f48e124e
fix: [PORTAL] Add honest local Bannerlord readiness/status to the Nexus
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Closes #1193
Automated squash merge by mimo swarm.
2026-04-11 00:20:06 +00:00
e842e35833
fix: [Mnemosyne] Memory persistence export — dump spatial state to JSON
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Closes #1188
Automated squash merge by mimo swarm.
2026-04-11 00:16:08 +00:00
065e83c94e
fix: [UX] Add starter prompts / quick actions for meaningful Timmy interaction
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Squash merge #1185 : fix: [UX] Add starter prompts / quick actions for meaningful Timmy interaction
Closes #701
Automated by mimo-v2-pro swarm.
Worker: mimo-build-701-1775864556
2026-04-11 00:15:44 +00:00
cc4af009c7
[claude] Mnemosyne session rooms — holographic chambers per session ( #1171 ) ( #1178 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-10 22:45:10 +00:00
089b06b6f8
[claude] Mnemosyne category regions — spatial zones for fact types ( #1168 ) ( #1179 )
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-10 22:45:04 +00:00
8beae5ecc1
[claude] Mnemosyne holographic fact detail panel ( #1172 ) ( #1177 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 6s
2026-04-10 22:29:17 +00:00
e2edfd3318
[claude] Mnemosyne gravity well clustering — related memories attract in 3D ( #1175 ) ( #1176 )
Deploy Nexus / deploy (push) Failing after 4s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-10 22:18:46 +00:00
c3547196d8
feat(mnemosyne): memory crystal click-to-inspect — raycast crystals, show panel, dismiss on empty click
2026-04-10 19:38:54 +00:00
5ce928a00d
feat(mnemosyne): integrate SpatialMemory — import, init, update loop, demo seeds
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 4s
2026-04-10 07:41:13 +00:00
6cf1f4d078
feat(mnemosyne): implement memory orb system with game loop integration\n\n- Added spawnMemoryOrb() with PBR materials and point lighting\n- Added removeMemoryOrb() with proper resource disposal\n- Added animateMemoryOrbs() for pulse/fade animation\n- Added spawnRetrievalOrbs() for RAG result visualization\n- Integrated animateMemoryOrbs(delta) into gameLoop()\n- Orbs auto-fade after 30s with smooth 10s fade-out\n\nFixes #1147\nSupersedes PR #1147 (blocked by branch protection)
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 19s
Review Approval Gate / verify-review (pull_request) Successful in 4s
2026-04-10 02:13:31 +00:00
Groq Agent
d512f31dd6
[groq] [POKA-YOKE][BEZALEL] Code Review: Make unreviewed merges impossible ( #1098 ) ( #1099 )
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 2s
2026-04-07 14:29:26 +00:00
Groq Agent
7270c4db7e
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1090 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-07 14:18:52 +00:00
Groq Agent
6bdb59f596
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1089 )
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 3s
2026-04-07 14:13:56 +00:00
Groq Agent
2d0dfc4449
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1087 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-07 14:08:42 +00:00
Groq Agent
5783f373e7
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1086 )
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 4s
2026-04-07 14:04:56 +00:00
Groq Agent
b081f09f97
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1084 )
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 4s
2026-04-07 14:02:31 +00:00
Groq Agent
627e731c05
[groq] [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1047 ) ( #1070 )
Deploy Nexus / deploy (push) Has been cancelled
2026-04-07 13:08:29 +00:00