026e4a8cae
Merge pull request '[Mnemosyne] Fix entity resolution lines wiring ( #1167 )' ( #1214 ) from fix/entity-resolution-lines-wiring into main
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Merged PR #1214
2026-04-11 05:31:26 +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
8c6255d262
fix: export setCamera from SpatialMemory ( #1167 )
...
Entity resolution lines were drawn but LOD culling never activated because setCamera() was defined but not exported. Without camera reference, _updateEntityLines() was a no-op.
2026-04-11 05:05:50 +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
c3847cc046
[Mnemosyne] Add scripts/smoke.mjs (GOFAI improvements and guardrails)
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-11 01:39:44 +00:00
4c4677842d
[Mnemosyne] Add scripts/guardrails.sh (GOFAI improvements and guardrails)
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:39:43 +00:00
f0d929a177
[Mnemosyne] Add nexus/components/memory-optimizer.js (GOFAI improvements and guardrails)
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:39:42 +00:00
a22464506c
Update style.css (manual merge)
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-11 01:35:17 +00:00
be55195815
Update index.html (manual merge)
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:35:15 +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
c192b05cc1
Update nexus/components/spatial-memory.js (manual merge)
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:35:12 +00:00
45ddd65d16
Merge pull request 'feat: Project Genie + Nano Banana concept pack for The Nexus' ( #1206 ) from mimo/build/issue-680 into main
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:33:55 +00:00
9984cb733e
Merge pull request 'feat: [VALIDATION] Browser smoke and visual validation suite' ( #1207 ) from mimo/build/issue-686 into main
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 01:33:53 +00:00
Alexander Whitestone
6f1264f6c6
WIP: Browser smoke tests (issue #686 )
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 4s
2026-04-10 21:17:44 -04:00
Alexander Whitestone
3367ce5438
feat: Project Genie + Nano Banana concept pack for The Nexus ( closes #680 )
...
CI / test (pull_request) Failing after 11s
CI / validate (pull_request) Failing after 11s
Review Approval Gate / verify-review (pull_request) Failing after 3s
Complete concept generation pipeline:
- shot-list.yaml: 17 shots across 5 priorities (environments, portals, landmarks, skyboxes, textures)
- prompts/: 5 YAML prompt packs with 17 detailed generation prompts
- pipeline.md: Concept-to-Three.js translation workflow
- storage-policy.md: Repo vs local split for binary media
- references/palette.md: Canonical Nexus color/material/lighting spec
All prompts match existing Nexus visual language (Orbitron/JetBrains,
#4af0c0/#7b5cff/#ffd700 palette, cyberpunk cathedral mood).
Genie world prompts designed for explorable 3D prototyping.
Nano Banana prompts designed for concept art that translates to
specific Three.js geometry, materials, and post-processing.
2026-04-10 21:17:08 -04:00
d408d2c365
Merge pull request '[Mnemosyne] Ambient particle system — memory activity visualization ( #1173 )' ( #1205 ) from feat/mnemosyne-ambient-particles into main
Deploy Nexus / deploy (push) Failing after 5s
Staging Verification Gate / verify-staging (push) Failing after 7s
2026-04-11 01:10:23 +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
0bf810f1e8
feat: add onMemoryPlaced callback for particle system integration
2026-04-11 00:50:18 +00:00
9561488f8a
feat(mnemosyne): ambient particle system for memory activity visualization
...
Issue #1173
- Spawn burst (20 particles, 2s fade) on new fact stored
- Access trail (10 particles) streaming to crystal on fact access
- Ambient cosmic dust (200 particles, slow drift)
- Category colors for all particles
- Total budget < 500 particles at any time
2026-04-11 00:49:13 +00:00
63435753e2
[claude] Fix mimo swarm worker tool access — add -t terminal,code_execution ( #1203 ) ( #1204 )
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-11 00:40:46 +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
7ed9eb75ba
merge: Mnemosyne crystal rendering
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Co-authored-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
Co-committed-by: Alexander Whitestone <alexander@alexanderwhitestone.com >
2026-04-11 00:34:50 +00:00
3886ce8988
fix: remove auto-merge stub
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 4s
2026-04-11 00:32:17 +00:00
4422764b0f
fix: [MIGRATION] Preserve legacy the-matrix quality work before Nexus rewrite ( #1195 )
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
2026-04-11 00:21:20 +00:00
7a2a48f4f1
fix: [MONITORING] Integrate Kimi Heartbeat status into Nexus Watchdog ( #1192 )
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 00:21:12 +00:00
15e3473063
fix: [RESEARCH] MemPalace — Local AI Memory System Assessment & Leverage Plan ( #1191 )
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
2026-04-11 00:21:05 +00:00
c5c752f9be
fix: [TRAINING] Capture the first replayable local Bannerlord session trace for Timmy
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Closes #1197
Automated squash merge by mimo swarm.
2026-04-11 00:20:37 +00:00
b6980409f6
fix: [MEDIA] Veo/Flow flythrough prototypes for The Nexus and Timmy
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Closes #1194
Automated squash merge by mimo swarm.
2026-04-11 00:20:14 +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
aa322a2baa
fix: [SOVEREIGNTY] Audit NostrIdentity for side-channel timing attacks
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Closes #1190
Automated squash merge by mimo swarm.
2026-04-11 00:19:44 +00:00
684f648027
fix: [A11Y] Add labels/tooltips for top-right icon controls
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 4s
Closes #1189
Automated squash merge by mimo swarm.
2026-04-11 00:17:27 +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
8e18fa5311
Merge pull request 'fix: Missing Source Code Investigation — Classical AI Commits Disappearing' ( #1163 ) from mimo/code/issue-1145 into main
...
Deploy Nexus / deploy (push) Failing after 2s
Staging Verification Gate / verify-staging (push) Failing after 3s
Auto-merged by Timmy
2026-04-10 21:00:40 +00:00
1bf2af15a0
Merge pull request 'fix: [DEFERRED] Hermes Trismegistus — New Wizard Proposal' ( #1162 ) from mimo/code/issue-1146 into main
...
Deploy Nexus / deploy (push) Has been cancelled
Staging Verification Gate / verify-staging (push) Has been cancelled
Auto-merged by Timmy
2026-04-10 21:00:37 +00:00
4095946749
Merge pull request '[Mnemosyne] Memory crystal click-to-inspect interaction' ( #1161 ) from feat/mnemosyne-crystal-inspect into main
...
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 3s
Auto-merged by Timmy
2026-04-10 21:00:24 +00:00
Alexander Whitestone
845e2f2ced
fix: Missing Source Code Investigation — Classical AI Commits Disappearing ( closes #1145 )
...
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 12s
Review Approval Gate / verify-review (pull_request) Failing after 3s
Root cause: duplicate agents wrote GOFAI code to public/nexus/app.js (wrong path)
instead of root app.js. The public/nexus/ files were corrupt duplicates that got
overwritten and eventually deleted, creating the illusion of disappearing code.
The classical AI code is fully present in root app.js — all 13 classes verified:
SymbolicEngine, AgentFSM, KnowledgeGraph, Blackboard, SymbolicPlanner,
HTNPlanner, CaseBasedReasoner, NeuroSymbolicBridge, MetaReasoningLayer,
AdaptiveCalibrator, PSELayer, plus A* search and bitmask fact indexing.
Prevention:
- Added public/nexus/ to .gitignore
- Added canonical file path documentation to CLAUDE.md
- Filed investigation report (INVESTIGATION_ISSUE_1145.md)
2026-04-10 16:25:57 -04:00
Mimo Swarm (mimo-code-1146)
60af11ec2f
fix: [DEFERRED] Hermes Trismegistus — New Wizard Proposal ( closes #1146 )
...
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 3s
- Added fleet/hermes-trismegistus/README.md with full proposal
- Added fleet/hermes-trismegistus/lane.md with routing definition
- Filled in acceptance criteria from issue #1146
- Status remains DEFERRED — unblock conditions documented
Automated by mimo-v2-pro swarm.
2026-04-10 16:14:13 -04:00
c387708892
feat(mnemosyne): add memory crystal inspection panel styles
CI / test (pull_request) Failing after 10s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
2026-04-10 19:38:57 +00:00
8694c0f5ad
feat(mnemosyne): add memory crystal inspection panel HTML overlay
2026-04-10 19:38:55 +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
87bfe9b332
feat(mnemosyne): add crystal mesh query + highlight/select API for click-to-inspect
2026-04-10 19:38:53 +00:00
a0964a2fbf
auto-merge PR #1159
Deploy Nexus / deploy (push) Failing after 3s
Staging Verification Gate / verify-staging (push) Failing after 2s
2026-04-10 19:03:41 +00:00
1e7bb2a453
feat: add localStorage persistence to Spatial Memory Schema
...
CI / test (pull_request) Failing after 13s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
Auto-saves on placeMemory/removeMemory. Auto-restores on init.
Prunes archive memories on quota exceeded.
Closes #1158
2026-04-10 12:43:00 +00:00