Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b10de51
fix(clinical-rebuild): resolve all 5 blockers from genius review befo…
cdeust May 31, 2026
8204aa8
chore: remove .memsearch — Cortex is the single memory solution
cdeust May 31, 2026
e6f04f4
feat(viz): clinical-hospital graph rebuild — sigma.js + graphology LO…
cdeust May 31, 2026
2360e26
fix(viz): wire /api/graph/events + /api/graph.bin routes; restore cor…
cdeust May 31, 2026
e8a283b
fix(clinical): correct Sigma v3 reducer signatures — (key, data) not …
cdeust May 31, 2026
ee6fd20
fix(clinical): strip server type field before passing nodes to Sigma v3
cdeust May 31, 2026
79a8fd1
fix(clinical): edge type must be 'line' not server kind for Sigma v3
cdeust May 31, 2026
d275f92
fix(clinical): smaller nodes, short labels, hover-only labels for sma…
cdeust May 31, 2026
68eead9
fix(clinical): hierarchical fallback layout — golden-angle ring repla…
cdeust May 31, 2026
a530f20
fix(clinical): SSE depth mapping, infinite retry loop, vivid colors
cdeust May 31, 2026
3c032e2
fix(layout): remove seed=int from igraph layout_fruchterman_reingold
cdeust May 31, 2026
1742ceb
fix: idle timeout env override + igraph seed type error
cdeust May 31, 2026
2a0ca16
fix(clinical): coordinate scale, camera fit, idle timeout
cdeust May 31, 2026
248e5b1
fix(clinical): show all nodes + match old graph visual quality
cdeust May 31, 2026
b4949c0
fix(clinical): restore LOD depth-visibility + fix chain panel entity …
cdeust May 31, 2026
f2b1b90
fix(clinical): remove duplicate isVisible reference in addNodes
cdeust May 31, 2026
391ea8d
fix(chain): workflow graph BFS fallback for structural nodes
cdeust May 31, 2026
bfd66b6
fix(clinical): chain diagram full-width, hover-only labels, depth siz…
cdeust May 31, 2026
749bf7d
revert(viz): restore D3 force renderer + wire chain panel into it
cdeust May 31, 2026
6215bcd
feat(viz): LOD progressive loading — zoom/click reveals deeper phases
cdeust May 31, 2026
89c9ba0
fix(lod): on-demand per-node expansion, not whole-phase loading
cdeust May 31, 2026
535979e
fix(lod): SSE-based depth gate — no more memory flooding
cdeust May 31, 2026
6202dae
feat(lod): filter = depth loader + domain scope; fix phase endpoint f…
cdeust May 31, 2026
4253db7
fix(viz): suppress memory loading banner + dedupe L0/L1 loading
cdeust May 31, 2026
b3ed64b
fix(lod): four root causes — genius-diagnosed, no band-aids
cdeust May 31, 2026
d589cd2
fix(controls): exclude global sentinel from domain dropdown
cdeust May 31, 2026
fe2e4f4
fix(graph): selectableDomain field at serialization source, not prese…
cdeust May 31, 2026
8b485d0
fix(graph): selectableDomain excludes filesystem-path domains
cdeust May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
580 changes: 580 additions & 0 deletions .claude/workflows/clinical-graph-rebuild.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ traces/
.claude/scheduled_tasks.lock
.claude/session-cache.json
benchmarks/snapshots/
.memsearch/

2 changes: 1 addition & 1 deletion .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cortex": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/launcher.py",
"/Users/cdeust/.claude/plugins/marketplaces/cortex-plugins/scripts/launcher.py",
"mcp_server"
],
"env": {
Expand Down
1 change: 0 additions & 1 deletion .memsearch/.index.pid

This file was deleted.

60 changes: 0 additions & 60 deletions .memsearch/memory/2026-05-27.md

This file was deleted.

Loading