Skip to content

Feat/dsa arch insights#18

Merged
Sidhant0707 merged 8 commits into
mainfrom
feat/dsa-arch-insights
May 29, 2026
Merged

Feat/dsa arch insights#18
Sidhant0707 merged 8 commits into
mainfrom
feat/dsa-arch-insights

Conversation

@Sidhant0707
Copy link
Copy Markdown
Owner

No description provided.

- Implement circular dependency detection on adjacency list

- Add percentile-based file complexity heatmap to graph nodes

- Introduce orphan file detection for dead code identification

- Update node state interfaces and UI legends
…nents

- Extract state management, LLM streaming, and graph traversal into custom hooks

- Modularize UI into dedicated layout components (Visualizer, Doctor, Risk Radar)

- Isolate static configurations and types into constants.ts

- Strip page.tsx down to act strictly as a layout orchestrator
- Extract changed files from existing PR analysis route

- Add 'pr-blast' highlight mode to React Flow ArchitectureMap

- Implement automatic tab switching and state lifting for seamless UX
…ive dashboard

- **Algorithms**: Shipped zero-latency, pure math static analysis features including Articulation Points (Bridge Detection), Dead Code Reachability (BFS), Dependency PageRank, and Robert C. Martin's Instability Matrix (Ca/Ce coupling).
- **Architecture Insights UI**: Built the new `ArchInsightsPanel` and `InfoTooltip` to visualize critical single-points-of-failure, unreachable code chunks, and codebase stability metrics directly over the React Flow canvas.
- **Pipeline Integration**: Upgraded `ast-pipeline.ts` and `analyze.ts` types to support the new graph theory outputs without triggering external API calls.
- **Command Center Dashboard**: Extracted flat dashboard list into a client-side `DashboardGrid` component. Added interactive grouping by repository, analysis count badges, and chronological sorting with formatted timestamps.
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codeautopsy Ready Ready Preview, Comment May 29, 2026 11:16pm

@github-actions
Copy link
Copy Markdown

🧠 Architecture Analyzed by CodeAutopsy

Latest commit scanned: a9b3931

View Architecture Graph

@Sidhant0707 Sidhant0707 merged commit fa62144 into main May 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant