|
9 | 9 | | **Tasks** | Kanban board with drag-drop | |
10 | 10 | | **Skills** | Recipe/procedure management | |
11 | 11 | | **Docs** | Browse indexed documentation | |
| 12 | +| **Code** | Code browser with symbol navigation | |
12 | 13 | | **Files** | File browser with search | |
13 | 14 | | **Prompts** | AI prompt generator | |
14 | 15 | | **Search** | Cross-graph unified search | |
15 | | -| **Graph** | Interactive graph visualization | |
16 | 16 | | **Tools** | MCP tools explorer | |
17 | 17 | | **Help** | Built-in documentation | |
18 | 18 | | **Login** | Email + password authentication | |
@@ -58,10 +58,17 @@ Stats cards showing counts for each graph (notes, tasks, skills, docs, code, fil |
58 | 58 | ## Docs |
59 | 59 |
|
60 | 60 | - **File list** — browse all indexed markdown files |
61 | | -- **Table of contents** — heading hierarchy for each file |
| 61 | +- **Table of contents** — heading hierarchy for each file with content snippets |
62 | 62 | - **Detail view** — rendered markdown content with syntax highlighting |
63 | 63 | - **Search** — semantic search across documentation |
64 | 64 |
|
| 65 | +## Code |
| 66 | + |
| 67 | +- **File list** — browse indexed code files with symbol counts per file |
| 68 | +- **Expandable symbols** — each file expands to show symbols with kind chips (function, class, interface, etc.) and signature snippets |
| 69 | +- **Semantic search** — hybrid search across code symbols |
| 70 | +- **Detail page** — view source code, relations, and edges (imports, contains, extends, implements) |
| 71 | + |
65 | 72 | ## Files |
66 | 73 |
|
67 | 74 | - **Directory navigation** — breadcrumb path, click to navigate |
@@ -89,16 +96,6 @@ Unified semantic search across all 6 graphs: |
89 | 96 | - Score-based ranking within each group |
90 | 97 | - Click results to navigate to detail views |
91 | 98 |
|
92 | | -## Graph |
93 | | - |
94 | | -Interactive force-directed graph visualization using Cytoscape.js: |
95 | | - |
96 | | -- **Scope filter** — view knowledge, tasks, skills, docs, code, files, or all |
97 | | -- **Force-directed layout** — nodes automatically position based on connections |
98 | | -- **Node inspector** — click a node to see its details |
99 | | -- **Zoom/pan** — mouse wheel zoom, drag to pan |
100 | | -- **Color coding** — different colors per graph type |
101 | | - |
102 | 99 | ## Tools |
103 | 100 |
|
104 | 101 | MCP tools explorer for testing and debugging: |
@@ -145,7 +142,6 @@ All data pages react to WebSocket events: |
145 | 142 | - **Tasks** — kanban board updates on create/update/delete/move |
146 | 143 | - **Skills** — skill list updates on create/update/delete |
147 | 144 | - **Dashboard** — stats and recent activity refresh |
148 | | -- **Graph** — visualization updates when indexer processes files |
149 | 145 |
|
150 | 146 | ## Responsive design |
151 | 147 |
|
|
0 commit comments