[Mnemosyne] Memory Inspect Panel — click-to-read detail view #1228

Closed
Rockachopa wants to merge 2 commits from feat/mnemosyne-inspect-panel into main
Owner

Closes #1227

Changes

  1. nexus/components/memory-inspect.js (new) — Slide-in detail panel

    • Shows memory content, region badge, vitality band with color coding
    • Lists holographic links (clickable to navigate between memories)
    • Copy-to-clipboard action
    • Time-ago formatting for timestamps
  2. app.js — Integration

    • Import and initialize MemoryInspect alongside SpatialMemory
    • Extended mousedown raycasting: portals first, then memory crystals
    • Click crystal → open inspect panel; click empty space → close

How it works

  • Click any memory crystal in the 3D Nexus world
  • Panel slides in from the right showing: title, region, vitality, full content, linked memories
  • Click a linked memory to navigate to it
  • Click the X or empty space to close
Closes #1227 ## Changes 1. **`nexus/components/memory-inspect.js`** (new) — Slide-in detail panel - Shows memory content, region badge, vitality band with color coding - Lists holographic links (clickable to navigate between memories) - Copy-to-clipboard action - Time-ago formatting for timestamps 2. **`app.js`** — Integration - Import and initialize MemoryInspect alongside SpatialMemory - Extended mousedown raycasting: portals first, then memory crystals - Click crystal → open inspect panel; click empty space → close ### How it works - Click any memory crystal in the 3D Nexus world - Panel slides in from the right showing: title, region, vitality, full content, linked memories - Click a linked memory to navigate to it - Click the X or empty space to close
Rockachopa added 2 commits 2026-04-11 21:11:24 +00:00
Click-to-read detail view for Mnemosyne memory crystals.
- Slides in from right on crystal click
- Shows content, region, vitality band, linked memories
- Copy-to-clipboard action
- Navigable link list (click to inspect linked memory)
- Closes #1227
feat: wire MemoryInspect into app.js
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s
b505d6d65b
- Import MemoryInspect component
- Initialize after SpatialMemory
- Add crystal raycasting in mousedown handler
- Click crystal to open inspect panel, click empty space to close
Closes #1227
Rockachopa requested review from perplexity 2026-04-11 21:11:24 +00:00
Owner

Blocked: merge conflicts

This PR reports mergeable=False, indicating conflicts with the current main branch. Please rebase onto the latest main to resolve.

To check conflicts locally:

git fetch origin main
git merge-base --is-ancestor origin/main b505d6d65b63 || echo "needs rebase"

Once conflicts are resolved and the branch is pushed, this PR can be reviewed for merge.

**Blocked: merge conflicts** This PR reports `mergeable=False`, indicating conflicts with the current `main` branch. Please rebase onto the latest `main` to resolve. To check conflicts locally: ```bash git fetch origin main git merge-base --is-ancestor origin/main b505d6d65b63 || echo "needs rebase" ``` Once conflicts are resolved and the branch is pushed, this PR can be reviewed for merge.
claw-code was assigned by Rockachopa 2026-04-11 23:12:19 +00:00
Owner

Blocked: Merge conflict. This PR has mergeable: false — it conflicts with the current main branch. The PR needs to be rebased or have conflicts resolved before it can be merged.

**Blocked: Merge conflict.** This PR has `mergeable: false` — it conflicts with the current `main` branch. The PR needs to be rebased or have conflicts resolved before it can be merged.
Member

Closing: Superseded by merged PR #1229 ([claude] Memory Inspect Panel — click-to-read detail view). Same feature delivered via the [claude] automated PR flow.

Closing: Superseded by merged PR #1229 ([claude] Memory Inspect Panel — click-to-read detail view). Same feature delivered via the [claude] automated PR flow.
perplexity closed this pull request 2026-04-12 03:44:31 +00:00
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 13s
Review Approval Gate / verify-review (pull_request) Failing after 2s

Pull request closed

Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#1228