Alexander Whitestone
4f560dd08a
fix: closes #675
2026-04-15 21:24:00 -04:00
Alexander Whitestone
20711a8692
feat(mnemosyne): constellation-aware connection lines
...
- Strength-encoded opacity: line brightness proportional to blended
source/target memory strength (0.15-0.7 range instead of flat 0.2)
- Color blending: lines use lerped colors from source/target region colors
- LOD culling: connection lines fade/hide when camera is far (>60 units)
- Toggle API: toggleConstellation() / isConstellationVisible() for UI
- Fix: replaced undefined _createConnectionLine with _drawSingleConnection
(dedup-aware, constellation-styled single-connection renderer)
Part of #1215
2026-04-15 21:24:00 -04:00
Alexander Whitestone
2dfd3013b6
fix: closes #1208
2026-04-15 21:24:00 -04: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
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
6529af293f
feat(mnemosyne): add region filter visibility methods to SpatialMemory
...
- setRegionVisibility(category, visible) — toggle single region
- setAllRegionsVisible(visible) — bulk toggle
- getMemoryCountByRegion() — count memories per category
- isRegionVisible(category) — query visibility state
2026-04-11 04:08:28 +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
0bf810f1e8
feat: add onMemoryPlaced callback for particle system integration
2026-04-11 00:50:18 +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
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
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
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
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
87bfe9b332
feat(mnemosyne): add crystal mesh query + highlight/select API for click-to-inspect
2026-04-10 19:38:53 +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
61871cf6ed
feat(mnemosyne): add SpatialMemory component with 6 semantic regions
2026-04-10 07:36:53 +00:00