Skip to content

Commit 1e20619

Browse files
aksOpsclaude
andcommitted
docs: update CLAUDE.md and README.md for UI rewrite
- Tech stack: Tailwind CSS → Ant Design v5 + ECharts v5 - UI pages: 6 → 4 (Dashboard, Codebase Map, Explorer, MCP Console) - Removed references to Cytoscape.js, Topology page, Flow page, API Docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b525287 commit 1e20619

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
- JavaParser 3.28.0 (Java AST analysis)
2222
- ANTLR 4.13.2 (TypeScript/JavaScript, Python, Go, C#, Rust, C++ grammars)
2323
- Picocli 4.7.7 (CLI framework, integrated with Spring Boot)
24-
- React 18 + TypeScript + Vite 6 + Tailwind CSS (web UI)
24+
- React 18 + TypeScript + Vite 6 + Ant Design v5 + ECharts v5 (web UI)
2525
- H2 (incremental analysis cache)
2626

2727
## Architecture

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ graph TD
5858
subgraph "3. Serve"
5959
J --> K[REST API - 37 endpoints]
6060
J --> L[MCP Server - 34 tools]
61-
J --> M[React UI - 6 pages]
61+
J --> M[React UI - 4 pages]
6262
end
6363
```
6464

@@ -119,7 +119,7 @@ graph LR
119119

120120
| Interface | Description |
121121
|-----------|-------------|
122-
| **React UI** (`/`) | Dashboard, Topology (Cytoscape.js), Explorer, Flow diagrams, MCP Console, API Docs |
122+
| **React UI** (`/`) | Dashboard (stats + charts), Codebase Map (ECharts treemap), Explorer (node browser), MCP Console (tool invocationgrams, MCP Console, API Docs |
123123
| **REST API** (`/api`) | 37 endpoints -- stats, nodes, edges, topology, triage, search, flow |
124124
| **MCP Server** (`/mcp`) | 34 tools via Spring AI streamable HTTP for AI-powered code triage |
125125

0 commit comments

Comments
 (0)