depgraph

Plan: Prototype Code Review & Refactoring Analysis

Context

The depgraph prototype has grown to ~7600 lines in a single index.html file (290KB). It needs a comprehensive review to identify duplicate functionality, bugs from shared state, tangled concerns, and a path toward clean separation – particularly isolating the hypergraph data model from rendering, physics, interaction, and navigation.

What Was Done

Created /Users/zack/Documents/depgraph/prototypes/REVIEW.md – a comprehensive markdown document structured as a parseable graph (## = clusters, - id: = nodes, backtick cross-refs = edges).

Document Contents

Functional inventory (11 clusters)

Anomalies section

Node-Cluster duality analysis

Hypergraph concept isolation

Verification