Merge pull request #4 from samifouad/kimi/browser
zega browser: a Neo4j-style workbench that runs the database in wasm
Drop an import left behind by the browser work
browser: neo4j-style caption halos and a layout-settings panel
Captions sit further below the node rim and get a background halo (paint-order stroke) so relationship lines passing underneath don't strike through the text; relationship type labels get the same treatment. A gear button on each graph opens a physics panel — repulsion, link distance, node padding, center pull — that live-tunes the running d3-force simulation and persists to localStorage.
browser: scale physics with graph size, settle refit, parallel-edge lanes, dense-graph label hiding
browser: use d3-force for the graph physics (live simulation, vendored ESM)
browser: collision physics, curved rim arrows, multi-statement cells, csv export, favorites
browser: Neo4j-style query workbench running zega in wasm, with snapshot persistence
Merge pull request #1163 from dekaruntime/samifouad-patch-1
Update README.md