Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8fb54c1
Put Code cards on the canvas and confirm recent deletes
cursoragent Aug 17, 2026
5fc2dce
Keep dragged Code cards in place and reset canvas zoom
cursoragent Aug 17, 2026
8e1f44c
Cap Code cards and ignore the click after a drag
cursoragent Aug 18, 2026
f470afd
Size, align, and list Code cards the way the canvas needs
cursoragent Aug 18, 2026
2d23d58
Show Code cards as soon as the view opens
cursoragent Aug 18, 2026
f7a9179
Move Color By onto the graph and tab the left rail
cursoragent Aug 18, 2026
6334bd9
Default the left rail to Overview after analyze
cursoragent Aug 18, 2026
b45fdd6
Stop Code view from stealing the camera
cursoragent Aug 18, 2026
8df3439
Hide Code-card nodes and keep the leftover graph usable
cursoragent Aug 18, 2026
c9d2b80
Push leftover Code nodes fully outside card bounds
cursoragent Aug 18, 2026
7a1c34f
Keep right-rail subtab labels on one baseline
cursoragent Aug 18, 2026
719de10
Stop Code view from reshuffling cards on click
cursoragent Aug 18, 2026
2a64cca
Fix Codex P1/P2s for Code view graph identity
cursoragent Aug 18, 2026
1959a11
Keep Code graph keys and the 12-card cap honest
cursoragent Aug 18, 2026
9d2cf01
Fix Code card overlap, duplicate fetches, and wheel pan
cursoragent Aug 18, 2026
a1a14be
Drop stale hydration and keep Code pills on the scrolled line
cursoragent Aug 18, 2026
6529c86
Sync pill scroll on primary change and let folder frames pass clicks
cursoragent Aug 18, 2026
3d56efe
Seed Code from the current selection and anchor mixed card edges
cursoragent Aug 18, 2026
89260b9
Open the current selection when returning to Code and orient reverse …
cursoragent Aug 19, 2026
770398f
Reset Code scene by analysis identity, drag in screen pixels, and evi…
cursoragent Aug 19, 2026
b2d95cd
Open insight-panel files as Code cards and rebuild when the source ch…
cursoragent Aug 19, 2026
05ad20c
Show a retry state for failed source reads and free the card cap from…
cursoragent Aug 19, 2026
6b18414
Ignore stale source failures and keep opened cards across folder filters
cursoragent Aug 19, 2026
73a0065
Key hydration to the loaded analysis, keep symbol-list wheel native, …
cursoragent Aug 19, 2026
9f1521e
Route same-column Code card links through top and bottom edges
cursoragent Aug 19, 2026
d64664a
Reveal out-of-filter Code targets and pin hydration to the loaded exc…
cursoragent Aug 19, 2026
013558b
Let Ctrl/⌘+wheel zoom over scrollable Code cards
cursoragent Aug 19, 2026
9a5da01
Disable SVG export in Code view instead of shipping empty cards
cursoragent Aug 20, 2026
4ec4efa
Keep hidden card pins and let far-zoom wheels pan
cursoragent Aug 20, 2026
1bdc4ce
Fix the Files-tree TreeNode props so inline Babel can parse
cursoragent Aug 20, 2026
d78f583
Parse the inline app script without booting vendor Babel
cursoragent Aug 21, 2026
71bdb26
Wrap Code hulls around dragged cards and add height/wrap prefs
cursoragent Aug 21, 2026
06e5748
Keep Expand/Wrap chrome, resize cards, and space Code hulls
cursoragent Aug 23, 2026
def5629
Merge main into cursor/code-cards-confirm-delete-bdff
braedonsaunders Aug 24, 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Paste URL / Select Files -> See Architecture -> Make Better Decisions
## Features

### Interactive Dependency Graph
See how your files connect at a glance. Click any node to highlight its dependencies. Drag, zoom, and explore. The **Code** view keeps that map and shows the selected file plus its connected files beside it.
See how your files connect at a glance. Click any node to highlight its dependencies. Drag, zoom, and explore. The **Code** view keeps that map and opens the selected file plus its connected files as full-file cards on the canvas, grouped by directory.

### Blast Radius Analysis
*"If I change this file, what breaks?"* — CodeFlow answers this instantly. Select any file and see exactly how many files would be affected by changes.
Expand Down Expand Up @@ -257,7 +257,7 @@ strings and Pascal comment forms; unsupported language features fall back gracef
| **Layer** | Color by architectural layer (UI, Services, Utils, etc.) |
| **Churn** | Color by commit frequency (hot spots) |
| **Blast** | Color by impact when a file is selected |
| **Code** | Same graph, with file source and cross-file symbol highlights beside it |
| **Code** | Same graph, with selected and connected files as full-file cards grouped by directory |

---

Expand Down
Loading
Loading