chore: add graphify knowledge graph outputs
Add generated knowledge graph (538 nodes, 664 edges) for codebase navigation. Outputs are committed for portability across devices; cache and cost tracking are gitignored. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -236,3 +236,7 @@ playwright-report/
|
|||||||
# Claude Code
|
# Claude Code
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
|
# graphify (cache only — outputs are committed)
|
||||||
|
graphify-out/cache/
|
||||||
|
graphify-out/cost.json
|
||||||
|
|
||||||
|
|||||||
13
.graphifyignore
Normal file
13
.graphifyignore
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Build & generated
|
||||||
|
graphify-out/
|
||||||
|
.tanstack/
|
||||||
|
|
||||||
|
# Test artifacts
|
||||||
|
test-results/
|
||||||
|
playwright-report/
|
||||||
|
e2e/test.db
|
||||||
|
e2e/pgdata/
|
||||||
|
|
||||||
|
# Uploaded user content
|
||||||
|
uploads/
|
||||||
|
|
||||||
423
graphify-out/GRAPH_REPORT.md
Normal file
423
graphify-out/GRAPH_REPORT.md
Normal file
@@ -0,0 +1,423 @@
|
|||||||
|
# Graph Report - . (2026-04-08)
|
||||||
|
|
||||||
|
## Corpus Check
|
||||||
|
- 189 files · ~104,440 words
|
||||||
|
- Verdict: corpus is large enough that graph structure adds value.
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
- 538 nodes · 664 edges · 71 communities detected
|
||||||
|
- Extraction: 91% EXTRACTED · 9% INFERRED · 0% AMBIGUOUS · INFERRED: 61 edges (avg confidence: 0.68)
|
||||||
|
- Token cost: 0 input · 0 output
|
||||||
|
|
||||||
|
## God Nodes (most connected - your core abstractions)
|
||||||
|
1. `MCP Server Documentation` - 14 edges
|
||||||
|
2. `Authentication Documentation` - 11 edges
|
||||||
|
3. `GearBox REST API Reference` - 8 edges
|
||||||
|
4. `handleResponse()` - 7 edges
|
||||||
|
5. `Codebase Improvements Implementation Plan` - 7 edges
|
||||||
|
6. `GearBox Architecture Overview` - 6 edges
|
||||||
|
7. `Testing Improvements Implementation Plan` - 5 edges
|
||||||
|
8. `Catalog-Driven Gear Flow Design Spec` - 5 edges
|
||||||
|
9. `Codebase Improvements Design Spec` - 5 edges
|
||||||
|
10. `MCP OAuth 2.1 Server Design Spec` - 5 edges
|
||||||
|
|
||||||
|
## Surprising Connections (you probably didn't know these)
|
||||||
|
- `Logto OIDC Authentication` --semantically_similar_to--> `Authentication Documentation` [INFERRED] [semantically similar]
|
||||||
|
README.md → docs/authentication.md
|
||||||
|
- `Auth Model (Public Read, Authenticated Write)` --semantically_similar_to--> `Authentication Documentation` [INFERRED] [semantically similar]
|
||||||
|
CLAUDE.md → docs/authentication.md
|
||||||
|
- `Garage S3-Compatible Storage` --semantically_similar_to--> `imageSourceUrl Schema Column Design` [INFERRED] [semantically similar]
|
||||||
|
README.md → docs/superpowers/specs/2026-04-03-image-url-fetching-design.md
|
||||||
|
- `MCP Research Thread Workflow` --semantically_similar_to--> `Thread Resolution Pattern` [INFERRED] [semantically similar]
|
||||||
|
docs/mcp-server.md → CLAUDE.md
|
||||||
|
- `MCP Server Overview (19 Tools)` --semantically_similar_to--> `MCP Server Documentation` [INFERRED] [semantically similar]
|
||||||
|
CLAUDE.md → docs/mcp-server.md
|
||||||
|
|
||||||
|
## Hyperedges (group relationships)
|
||||||
|
- **Dual Auth Mode: API Key + OAuth Bearer for MCP** — auth_api_keys, spec_mcp_oauth_flow, mcp_server_doc, claude_oauth_endpoints [EXTRACTED 0.90]
|
||||||
|
- **Research Thread Workflow: create→add→compare→resolve** — mcp_research_workflow, api_thread_resolve, claude_thread_resolution, mcp_tools_threads [INFERRED 0.88]
|
||||||
|
- **Server Hardening: DB Middleware + Params + Error Handler + Rate Limit** — plan_codebase_db_middleware, plan_codebase_params, plan_codebase_error_handler, plan_codebase_rate_limit [EXTRACTED 0.92]
|
||||||
|
|
||||||
|
## Communities
|
||||||
|
|
||||||
|
### Community 0 - "Candidate Card UI"
|
||||||
|
Cohesion: 0.05
|
||||||
|
Nodes (4): handleSave(), validate(), LucideIcon(), toPascalCase()
|
||||||
|
|
||||||
|
### Community 1 - "Collection Forms & Pickers"
|
||||||
|
Cohesion: 0.06
|
||||||
|
Nodes (8): handleSubmit(), validate(), handleConfirmCreate(), handleKeyDown(), handleSelect(), handleStartCreate(), handleSubmit(), validate()
|
||||||
|
|
||||||
|
### Community 2 - "Thread Modal Workflows"
|
||||||
|
Cohesion: 0.06
|
||||||
|
Nodes (11): handleAddToExistingThread(), handleCreateThreadAndAdd(), handleSubmit(), apiDelete(), ApiError, apiGet(), apiPatch(), apiPost() (+3 more)
|
||||||
|
|
||||||
|
### Community 3 - "Auth Documentation"
|
||||||
|
Cohesion: 0.07
|
||||||
|
Nodes (33): API Key Auth (X-API-Key header), Argon2 Password Hashing (Bun.password), Cookie Session Auth (gearbox_session), Authentication Documentation, First-Time Setup Flow, Auth Frontend Behavior (read-only for anon), Auth Middleware Behavior (5-step rule), MCP Implementation Structure (src/server/mcp/) (+25 more)
|
||||||
|
|
||||||
|
### Community 4 - "Auth Services & Middleware"
|
||||||
|
Cohesion: 0.08
|
||||||
|
Nodes (7): deleteCategory(), getOrCreateUncategorized(), createTestDb(), getOrCreateDb(), exchangeCode(), generateTokens(), refreshAccessToken()
|
||||||
|
|
||||||
|
### Community 5 - "Architecture Overview (CLAUDE.md)"
|
||||||
|
Cohesion: 0.08
|
||||||
|
Nodes (26): GearBox Architecture Overview, Auth Model (Public Read, Authenticated Write), Client Layer (React 19 + TanStack), Database Schema (Drizzle ORM), MCP Server Overview (19 Tools), MCP OAuth 2.1 Endpoints, Server Layer (Hono + Drizzle), Shared Layer (Zod Schemas + Types) (+18 more)
|
||||||
|
|
||||||
|
### Community 6 - "Formatters & Icon Picker"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (2): useOnboardingComplete(), useSetting()
|
||||||
|
|
||||||
|
### Community 7 - "Dialogs & FAB Menu"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 8 - "MCP Category & Item Tools"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 9 - "REST API Endpoints"
|
||||||
|
Cohesion: 0.1
|
||||||
|
Nodes (20): Candidate Reorder Endpoint (PATCH /api/threads/:id/candidates/reorder), Categories API Endpoints, GearBox REST API Reference, Images API Endpoints, Items API Endpoints, Settings API Endpoints, Setup Items Atomic Replace (PUT /api/setups/:id/items), Setups API Endpoints (+12 more)
|
||||||
|
|
||||||
|
### Community 10 - "Image Service & MCP Tools"
|
||||||
|
Cohesion: 0.16
|
||||||
|
Nodes (2): getImageUrl(), withImageUrl()
|
||||||
|
|
||||||
|
### Community 11 - "Codebase Improvement Plans"
|
||||||
|
Cohesion: 0.23
|
||||||
|
Nodes (12): Codebase Improvements Implementation Plan, Explicit DB Context Middleware Plan, Client Error Boundary Plan (TanStack Router), Centralized Error Handler Plan, Route Parameter Validation Plan (parseId), Rate Limiting on Auth Endpoints Plan, Split Collection Route into Tab Components Plan, Explicit DB Context Middleware Design (+4 more)
|
||||||
|
|
||||||
|
### Community 12 - "Thread Service Layer"
|
||||||
|
Cohesion: 0.18
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 13 - "Thread Creation UI"
|
||||||
|
Cohesion: 0.2
|
||||||
|
Nodes (2): handleClose(), resetForm()
|
||||||
|
|
||||||
|
### Community 14 - "Testing & Component Plans"
|
||||||
|
Cohesion: 0.18
|
||||||
|
Nodes (11): Reusable UI Components Policy, Testing Improvements Implementation Plan, E2E Database Seed Plan (e2e/seed.ts), parseId Unit Tests Plan, Playwright E2E Test Setup Plan, Rate Limiter Unit Tests Plan, Code Quality Round 2 Design Spec, Test Helper Drizzle Migration Design (replace hand-written SQL) (+3 more)
|
||||||
|
|
||||||
|
### Community 15 - "Setup Service Layer"
|
||||||
|
Cohesion: 0.22
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 16 - "Rate Limiting"
|
||||||
|
Cohesion: 0.32
|
||||||
|
Nodes (3): cleanup(), getClientIp(), rateLimit()
|
||||||
|
|
||||||
|
### Community 17 - "Item Service Layer"
|
||||||
|
Cohesion: 0.29
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 18 - "CSV Import/Export"
|
||||||
|
Cohesion: 0.38
|
||||||
|
Nodes (3): importItemsCsv(), parseCsv(), parseCsvLine()
|
||||||
|
|
||||||
|
### Community 19 - "DB Schema & Seeding"
|
||||||
|
Cohesion: 0.33
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 20 - "SQLite→Postgres Migration"
|
||||||
|
Cohesion: 0.47
|
||||||
|
Nodes (3): main(), migrateTable(), resetSequences()
|
||||||
|
|
||||||
|
### Community 21 - "Global Item Service Tests"
|
||||||
|
Cohesion: 0.4
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 22 - "v1.4 Feature Specs"
|
||||||
|
Cohesion: 0.4
|
||||||
|
Nodes (5): v1.4 Collection Tools Design Spec, CSV Import/Export Feature Design, Item Duplication Feature Design, Item Quantity Feature Design, Setup Impact Preview Feature Design
|
||||||
|
|
||||||
|
### Community 23 - "Public Profile Service"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 24 - "OAuth Flow"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (2): escapeHtml(), renderConsentForm()
|
||||||
|
|
||||||
|
### Community 25 - "Global Items Route Tests"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 26 - "Thread Route Tests"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 27 - "Setup Route Tests"
|
||||||
|
Cohesion: 0.5
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 28 - "Global Item Search"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 29 - "Totals Aggregation"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 30 - "Global Item Seeding"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (2): seedGlobalItems(), seedTags()
|
||||||
|
|
||||||
|
### Community 31 - "Profile Route Tests"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 32 - "OAuth Route Tests"
|
||||||
|
Cohesion: 0.67
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 33 - "Tag Service"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 34 - "Collection Summary"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 35 - "Dev Seed Display Names"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 36 - "Dev Seed Runner"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 37 - "Thread Tab Navigation"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 38 - "Item Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 39 - "Image Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 40 - "Thread Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 41 - "Storage Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 42 - "OAuth Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 43 - "MCP Tools Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 44 - "Item Route Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 45 - "Tag Route Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 46 - "Category Route Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 47 - "Vite Config"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 48 - "Drizzle Config"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 49 - "Playwright Config"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 50 - "Drizzle PG Config"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 51 - "Totals Route"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 52 - "Tags Route"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 53 - "Global Items Route"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 54 - "Profiles Route"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 55 - "Zod Schemas"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 56 - "Migration Runner"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 57 - "Category Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 58 - "Auth Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 59 - "CSV Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 60 - "Tag Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 61 - "Setup Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 62 - "Totals Route Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 63 - "Profile Service Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 64 - "Images Route Tests"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 65 - "Error Handling E2E"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 66 - "Dashboard E2E"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 67 - "Auth E2E"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 68 - "Collection E2E"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 69 - "Threads E2E"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (0):
|
||||||
|
|
||||||
|
### Community 70 - "Release Process"
|
||||||
|
Cohesion: 1.0
|
||||||
|
Nodes (1): Release Process (Gitea Actions)
|
||||||
|
|
||||||
|
## Knowledge Gaps
|
||||||
|
- **50 isolated node(s):** `GearBox Tech Stack`, `Client Layer (React 19 + TanStack)`, `Server Layer (Hono + Drizzle)`, `Shared Layer (Zod Schemas + Types)`, `Setup Item Sync Pattern (Atomic Replace)` (+45 more)
|
||||||
|
These have ≤1 connection - possible missing edges or undocumented components.
|
||||||
|
- **Thin community `Tag Service`** (2 nodes): `tag.service.ts`, `getAllTags()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Collection Summary`** (2 nodes): `collection.ts`, `getCollectionSummary()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Dev Seed Display Names`** (2 nodes): `dev-seed-data.ts`, `categoryDisplayName()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Dev Seed Runner`** (2 nodes): `dev-seed.ts`, `seedDevData()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Thread Tab Navigation`** (2 nodes): `ThreadTabs.tsx`, `CollectionTabs()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Item Service Tests`** (2 nodes): `item.service.test.ts`, `insertGlobalItem()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Image Service Tests`** (2 nodes): `image.service.test.ts`, `fetch()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Thread Service Tests`** (2 nodes): `thread.service.test.ts`, `insertGlobalItem()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Storage Service Tests`** (2 nodes): `storage.service.test.ts`, `constructor()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `OAuth Service Tests`** (2 nodes): `oauth.service.test.ts`, `generatePkce()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `MCP Tools Tests`** (2 nodes): `tools.test.ts`, `parseResult()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Item Route Tests`** (2 nodes): `items.test.ts`, `createTestApp()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Tag Route Tests`** (2 nodes): `tags.test.ts`, `createTestApp()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Category Route Tests`** (2 nodes): `categories.test.ts`, `createTestApp()`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Vite Config`** (1 nodes): `vite.config.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Drizzle Config`** (1 nodes): `drizzle.config.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Playwright Config`** (1 nodes): `playwright.config.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Drizzle PG Config`** (1 nodes): `drizzle-pg.config.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Totals Route`** (1 nodes): `totals.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Tags Route`** (1 nodes): `tags.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Global Items Route`** (1 nodes): `global-items.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Profiles Route`** (1 nodes): `profiles.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Zod Schemas`** (1 nodes): `schemas.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Migration Runner`** (1 nodes): `migrate.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Category Service Tests`** (1 nodes): `category.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Auth Service Tests`** (1 nodes): `auth.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `CSV Service Tests`** (1 nodes): `csv.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Tag Service Tests`** (1 nodes): `tag.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Setup Service Tests`** (1 nodes): `setup.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Totals Route Tests`** (1 nodes): `totals.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Profile Service Tests`** (1 nodes): `profile.service.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Images Route Tests`** (1 nodes): `images.test.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Error Handling E2E`** (1 nodes): `error-handling.spec.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Dashboard E2E`** (1 nodes): `dashboard.spec.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Auth E2E`** (1 nodes): `auth.spec.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Collection E2E`** (1 nodes): `collection.spec.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Threads E2E`** (1 nodes): `threads.spec.ts`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
- **Thin community `Release Process`** (1 nodes): `Release Process (Gitea Actions)`
|
||||||
|
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
||||||
|
|
||||||
|
## Suggested Questions
|
||||||
|
_Questions this graph is uniquely positioned to answer:_
|
||||||
|
|
||||||
|
- **Why does `Authentication Documentation` connect `Auth Documentation` to `REST API Endpoints`, `Architecture Overview (CLAUDE.md)`?**
|
||||||
|
_High betweenness centrality (0.013) - this node is a cross-community bridge._
|
||||||
|
- **Why does `MCP Server Documentation` connect `Auth Documentation` to `Architecture Overview (CLAUDE.md)`?**
|
||||||
|
_High betweenness centrality (0.010) - this node is a cross-community bridge._
|
||||||
|
- **Why does `GearBox REST API Reference` connect `REST API Endpoints` to `Auth Documentation`?**
|
||||||
|
_High betweenness centrality (0.007) - this node is a cross-community bridge._
|
||||||
|
- **Are the 3 inferred relationships involving `MCP Server Documentation` (e.g. with `MCP Server Overview (19 Tools)` and `MCP Server Design Spec`) actually correct?**
|
||||||
|
_`MCP Server Documentation` has 3 INFERRED edges - model-reasoned connections that need verification._
|
||||||
|
- **Are the 3 inferred relationships involving `Authentication Documentation` (e.g. with `Auth Model (Public Read, Authenticated Write)` and `Authentication Design Spec`) actually correct?**
|
||||||
|
_`Authentication Documentation` has 3 INFERRED edges - model-reasoned connections that need verification._
|
||||||
|
- **Are the 6 inferred relationships involving `handleResponse()` (e.g. with `apiGet()` and `apiPost()`) actually correct?**
|
||||||
|
_`handleResponse()` has 6 INFERRED edges - model-reasoned connections that need verification._
|
||||||
|
- **What connects `GearBox Tech Stack`, `Client Layer (React 19 + TanStack)`, `Server Layer (Hono + Drizzle)` to the rest of the system?**
|
||||||
|
_50 weakly-connected nodes found - possible documentation gaps or missing edges._
|
||||||
242
graphify-out/graph.html
Normal file
242
graphify-out/graph.html
Normal file
File diff suppressed because one or more lines are too long
12802
graphify-out/graph.json
Normal file
12802
graphify-out/graph.json
Normal file
File diff suppressed because it is too large
Load Diff
191
graphify-out/manifest.json
Normal file
191
graphify-out/manifest.json
Normal file
@@ -0,0 +1,191 @@
|
|||||||
|
{
|
||||||
|
"vite.config.ts": 1775401297.786613,
|
||||||
|
"drizzle.config.ts": 1775298137.6713374,
|
||||||
|
"playwright.config.ts": 1775225636.4156008,
|
||||||
|
"drizzle-pg.config.ts": 1775378300.6833742,
|
||||||
|
"src/server/index.ts": 1775455199.8767002,
|
||||||
|
"src/server/lib/params.ts": 1775223123.0936952,
|
||||||
|
"src/server/services/storage.service.ts": 1775568017.5821414,
|
||||||
|
"src/server/services/item.service.ts": 1775497750.0055015,
|
||||||
|
"src/server/services/global-item.service.ts": 1775496962.1092684,
|
||||||
|
"src/server/services/oauth.service.ts": 1775499823.6679575,
|
||||||
|
"src/server/services/totals.service.ts": 1775496962.1132684,
|
||||||
|
"src/server/services/auth.service.ts": 1775400418.2491226,
|
||||||
|
"src/server/services/thread.service.ts": 1775496962.1172683,
|
||||||
|
"src/server/services/category.service.ts": 1775496962.1112683,
|
||||||
|
"src/server/services/setup.service.ts": 1775428053.7308013,
|
||||||
|
"src/server/services/csv.service.ts": 1775496962.1122684,
|
||||||
|
"src/server/services/profile.service.ts": 1775428053.7298012,
|
||||||
|
"src/server/services/image.service.ts": 1775384666.2606268,
|
||||||
|
"src/server/services/tag.service.ts": 1775455199.8767002,
|
||||||
|
"src/server/mcp/index.ts": 1775381147.4622421,
|
||||||
|
"src/server/mcp/resources/collection.ts": 1775381147.4632423,
|
||||||
|
"src/server/mcp/tools/images.ts": 1775384666.2606268,
|
||||||
|
"src/server/mcp/tools/threads.ts": 1775384666.2606268,
|
||||||
|
"src/server/mcp/tools/setups.ts": 1775381147.4632423,
|
||||||
|
"src/server/mcp/tools/categories.ts": 1775381147.4632423,
|
||||||
|
"src/server/mcp/tools/items.ts": 1775384666.2606268,
|
||||||
|
"src/server/routes/totals.ts": 1775381147.4642422,
|
||||||
|
"src/server/routes/tags.ts": 1775455199.8767002,
|
||||||
|
"src/server/routes/oauth.ts": 1775499745.646702,
|
||||||
|
"src/server/routes/images.ts": 1775384666.2606268,
|
||||||
|
"src/server/routes/threads.ts": 1775400418.2491226,
|
||||||
|
"src/server/routes/setups.ts": 1775400418.2491226,
|
||||||
|
"src/server/routes/categories.ts": 1775381147.4642422,
|
||||||
|
"src/server/routes/items.ts": 1775496962.1062684,
|
||||||
|
"src/server/routes/auth.ts": 1775400418.2441225,
|
||||||
|
"src/server/routes/global-items.ts": 1775415274.541132,
|
||||||
|
"src/server/routes/profiles.ts": 1775387614.6025972,
|
||||||
|
"src/server/routes/settings.ts": 1775381147.4642422,
|
||||||
|
"src/server/middleware/rateLimit.ts": 1775225146.3311076,
|
||||||
|
"src/server/middleware/auth.ts": 1775402258.7481823,
|
||||||
|
"src/shared/schemas.ts": 1775497750.0055015,
|
||||||
|
"src/shared/types.ts": 1775413784.0066385,
|
||||||
|
"src/db/dev-seed-data.ts": 1775497738.885473,
|
||||||
|
"src/db/seed.ts": 1775387614.6095974,
|
||||||
|
"src/db/schema.ts": 1775499717.2636092,
|
||||||
|
"src/db/seed-global-items.ts": 1775477656.7478604,
|
||||||
|
"src/db/index.ts": 1775298137.6713374,
|
||||||
|
"src/db/migrate.ts": 1775298137.6713374,
|
||||||
|
"src/db/dev-seed.ts": 1775496962.1012683,
|
||||||
|
"src/client/main.tsx": 1773600574.695604,
|
||||||
|
"src/client/routeTree.gen.ts": 1775486652.7868547,
|
||||||
|
"src/client/lib/iconData.tsx": 1775497750.0047815,
|
||||||
|
"src/client/lib/impactDeltas.ts": 1775239536.8494341,
|
||||||
|
"src/client/lib/formatters.ts": 1774340676.960185,
|
||||||
|
"src/client/lib/api.ts": 1775239536.8494341,
|
||||||
|
"src/client/hooks/useItems.ts": 1775497750.0047815,
|
||||||
|
"src/client/hooks/useCandidates.ts": 1774340676.9598873,
|
||||||
|
"src/client/hooks/useAuth.ts": 1775401704.1677506,
|
||||||
|
"src/client/hooks/useProfile.ts": 1775388116.2074728,
|
||||||
|
"src/client/hooks/useTotals.ts": 1773600574.6936042,
|
||||||
|
"src/client/hooks/useSetups.ts": 1775388116.2074728,
|
||||||
|
"src/client/hooks/useFormatters.ts": 1775224091.689326,
|
||||||
|
"src/client/hooks/useImpactDeltas.ts": 1775239536.8489313,
|
||||||
|
"src/client/hooks/useSettings.ts": 1773600574.6936042,
|
||||||
|
"src/client/hooks/useWeightUnit.ts": 1774340676.960105,
|
||||||
|
"src/client/hooks/useCategories.ts": 1773600574.6936042,
|
||||||
|
"src/client/hooks/useCurrency.ts": 1774340676.9598873,
|
||||||
|
"src/client/hooks/useThreads.ts": 1775239536.8494341,
|
||||||
|
"src/client/hooks/useTags.ts": 1775455199.8757002,
|
||||||
|
"src/client/hooks/useGlobalItems.ts": 1775455199.8757002,
|
||||||
|
"src/client/stores/uiStore.ts": 1775497738.882473,
|
||||||
|
"src/client/routes/settings.tsx": 1775388116.2084727,
|
||||||
|
"src/client/routes/__root.tsx": 1775496708.6425436,
|
||||||
|
"src/client/routes/index.tsx": 1775224028.7108994,
|
||||||
|
"src/client/routes/login.tsx": 1775328984.2559686,
|
||||||
|
"src/client/routes/global-items/$globalItemId.tsx": 1775497738.8804731,
|
||||||
|
"src/client/routes/global-items/index.tsx": 1775388099.9719207,
|
||||||
|
"src/client/routes/collection/index.tsx": 1775239536.8494341,
|
||||||
|
"src/client/routes/setups/$setupId.tsx": 1775388116.2084727,
|
||||||
|
"src/client/routes/items/$itemId.tsx": 1775496428.1966932,
|
||||||
|
"src/client/routes/threads/$threadId/index.tsx": 1775497738.8864732,
|
||||||
|
"src/client/routes/threads/$threadId/candidates/$candidateId.tsx": 1775480645.6926198,
|
||||||
|
"src/client/routes/users/$userId.tsx": 1775388116.2084727,
|
||||||
|
"src/client/components/LinkToGlobalItem.tsx": 1775388099.9713807,
|
||||||
|
"src/client/components/ItemForm.tsx": 1775481300.2720795,
|
||||||
|
"src/client/components/ItemCard.tsx": 1775497002.01527,
|
||||||
|
"src/client/components/IconPicker.tsx": 1774340676.9593232,
|
||||||
|
"src/client/components/CatalogSearchOverlay.tsx": 1775495806.10785,
|
||||||
|
"src/client/components/CategoryPicker.tsx": 1774340676.958388,
|
||||||
|
"src/client/components/AddToCollectionModal.tsx": 1775497750.0047815,
|
||||||
|
"src/client/components/SlideOutPanel.tsx": 1773600574.689604,
|
||||||
|
"src/client/components/ThreadCard.tsx": 1775223940.3133,
|
||||||
|
"src/client/components/AddToThreadModal.tsx": 1775497738.866473,
|
||||||
|
"src/client/components/CandidateCard.tsx": 1775496992.9112687,
|
||||||
|
"src/client/components/ExternalLinkDialog.tsx": 1774340676.9592853,
|
||||||
|
"src/client/components/DashboardCard.tsx": 1774340676.9592607,
|
||||||
|
"src/client/components/SetupsView.tsx": 1775388116.2074728,
|
||||||
|
"src/client/components/ItemPicker.tsx": 1775224126.376561,
|
||||||
|
"src/client/components/StatusBadge.tsx": 1774340676.9596899,
|
||||||
|
"src/client/components/ManualEntryForm.tsx": 1775495737.72344,
|
||||||
|
"src/client/components/CategoryFilterDropdown.tsx": 1774340676.9573882,
|
||||||
|
"src/client/components/ComparisonTable.tsx": 1775384974.664518,
|
||||||
|
"src/client/components/OnboardingWizard.tsx": 1774340676.959639,
|
||||||
|
"src/client/components/CategoryHeader.tsx": 1775224126.376561,
|
||||||
|
"src/client/components/ThreadTabs.tsx": 1774340676.9597342,
|
||||||
|
"src/client/components/SetupCard.tsx": 1775388116.2074728,
|
||||||
|
"src/client/components/ClassificationBadge.tsx": 1774340676.9591277,
|
||||||
|
"src/client/components/CreateThreadModal.tsx": 1774340676.959191,
|
||||||
|
"src/client/components/CandidateForm.tsx": 1775481300.2720795,
|
||||||
|
"src/client/components/PlanningView.tsx": 1775223446.851935,
|
||||||
|
"src/client/components/ConfirmDialog.tsx": 1773600574.6846042,
|
||||||
|
"src/client/components/FabMenu.tsx": 1775456058.581611,
|
||||||
|
"src/client/components/CollectionView.tsx": 1775497750.0047815,
|
||||||
|
"src/client/components/ImageUpload.tsx": 1775497027.1222758,
|
||||||
|
"src/client/components/ProfileSection.tsx": 1775388116.2074728,
|
||||||
|
"src/client/components/PublicSetupCard.tsx": 1775388116.2074728,
|
||||||
|
"src/client/components/UserMenu.tsx": 1775328984.2549686,
|
||||||
|
"src/client/components/CandidateListItem.tsx": 1775481300.2720795,
|
||||||
|
"src/client/components/GlobalItemCard.tsx": 1775388099.9713807,
|
||||||
|
"src/client/components/SetupImpactSelector.tsx": 1775239536.8489313,
|
||||||
|
"src/client/components/TotalsBar.tsx": 1775496690.559586,
|
||||||
|
"src/client/components/WeightSummaryCard.tsx": 1775239536.8489313,
|
||||||
|
"src/client/components/ImpactDeltaBadge.tsx": 1775239536.8489313,
|
||||||
|
"tests/lib/impactDeltas.test.ts": 1775239536.850434,
|
||||||
|
"tests/lib/params.test.ts": 1775225131.7060795,
|
||||||
|
"tests/lib/formatters.test.ts": 1774340676.9613516,
|
||||||
|
"tests/services/category.service.test.ts": 1775381184.071451,
|
||||||
|
"tests/services/item.service.test.ts": 1775496962.1302683,
|
||||||
|
"tests/services/auth.service.test.ts": 1775381184.070451,
|
||||||
|
"tests/services/image.service.test.ts": 1775400418.2661226,
|
||||||
|
"tests/services/thread.service.test.ts": 1775496962.0872684,
|
||||||
|
"tests/services/global-item.service.test.ts": 1775496962.1312683,
|
||||||
|
"tests/services/csv.service.test.ts": 1775381184.071451,
|
||||||
|
"tests/services/storage.service.test.ts": 1775568692.637817,
|
||||||
|
"tests/services/tag.service.test.ts": 1775455199.8777003,
|
||||||
|
"tests/services/oauth.service.test.ts": 1775500183.374821,
|
||||||
|
"tests/services/setup.service.test.ts": 1775400418.2451227,
|
||||||
|
"tests/services/totals.test.ts": 1775381184.071451,
|
||||||
|
"tests/services/profile.service.test.ts": 1775496962.1372683,
|
||||||
|
"tests/mcp/tools.test.ts": 1775499887.3711665,
|
||||||
|
"tests/helpers/db.ts": 1775499013.8783193,
|
||||||
|
"tests/routes/profiles.test.ts": 1775496962.1292684,
|
||||||
|
"tests/routes/items.test.ts": 1775382446.4334328,
|
||||||
|
"tests/routes/global-items.test.ts": 1775496962.1212683,
|
||||||
|
"tests/routes/params.test.ts": 1775382496.6396964,
|
||||||
|
"tests/routes/auth.test.ts": 1775382630.7424035,
|
||||||
|
"tests/routes/threads.test.ts": 1775382459.837503,
|
||||||
|
"tests/routes/tags.test.ts": 1775455199.8767002,
|
||||||
|
"tests/routes/oauth.test.ts": 1775496962.1312683,
|
||||||
|
"tests/routes/images.test.ts": 1775400418.2601228,
|
||||||
|
"tests/routes/categories.test.ts": 1775382452.977467,
|
||||||
|
"tests/routes/setups.test.ts": 1775382471.242563,
|
||||||
|
"tests/middleware/auth.test.ts": 1775499614.0842717,
|
||||||
|
"tests/middleware/rateLimit.test.ts": 1775225260.6203685,
|
||||||
|
"scripts/migrate-sqlite-to-postgres.ts": 1775298651.3904054,
|
||||||
|
"scripts/migrate-images-to-s3.ts": 1775568064.8104713,
|
||||||
|
"e2e/error-handling.spec.ts": 1775226191.243978,
|
||||||
|
"e2e/dashboard.spec.ts": 1775225636.416601,
|
||||||
|
"e2e/seed.ts": 1775501762.4943113,
|
||||||
|
"e2e/auth.spec.ts": 1775226191.244978,
|
||||||
|
"e2e/collection.spec.ts": 1775225614.953519,
|
||||||
|
"e2e/threads.spec.ts": 1775226191.244978,
|
||||||
|
"e2e/global-setup.ts": 1775225388.8457344,
|
||||||
|
"README.md": 1775568034.5512583,
|
||||||
|
"CLAUDE.md": 1775567974.8618553,
|
||||||
|
"docs/mcp-server.md": 1775217575.3728483,
|
||||||
|
"docs/api.md": 1775217535.629659,
|
||||||
|
"docs/authentication.md": 1775217481.488381,
|
||||||
|
"docs/superpowers/plans/2026-04-03-authentication.md": 1775214398.772337,
|
||||||
|
"docs/superpowers/plans/2026-04-03-testing-improvements.md": 1775225101.0830247,
|
||||||
|
"docs/superpowers/plans/2026-04-03-image-url-fetching.md": 1775213853.4174955,
|
||||||
|
"docs/superpowers/plans/2026-04-03-mcp-server.md": 1775214347.1801987,
|
||||||
|
"docs/superpowers/plans/2026-04-03-codebase-improvements.md": 1775222975.7086604,
|
||||||
|
"docs/superpowers/plans/2026-04-04-mcp-oauth.md": 1775286563.8879275,
|
||||||
|
"docs/superpowers/specs/2026-04-03-v1.4-collection-tools-design.md": 1775239536.848434,
|
||||||
|
"docs/superpowers/specs/2026-04-05-catalog-driven-gear-flow-design.md": 1775406167.4770725,
|
||||||
|
"docs/superpowers/specs/2026-04-03-codebase-improvements-design.md": 1775222708.7757473,
|
||||||
|
"docs/superpowers/specs/2026-04-03-user-menu-design.md": 1775242804.336285,
|
||||||
|
"docs/superpowers/specs/2026-04-03-code-quality-round2-design.md": 1775223801.665358,
|
||||||
|
"docs/superpowers/specs/2026-04-04-mcp-oauth-design.md": 1775286186.3561695,
|
||||||
|
"docs/superpowers/specs/2026-04-03-authentication-design.md": 1775213615.8910823,
|
||||||
|
"docs/superpowers/specs/2026-04-03-mcp-server-design.md": 1775213617.4290743,
|
||||||
|
"docs/superpowers/specs/2026-04-03-testing-improvements-design.md": 1775224879.9578347,
|
||||||
|
"docs/superpowers/specs/2026-04-03-image-url-fetching-design.md": 1775213612.7000992,
|
||||||
|
"uploads/1773586112928-e5c49bc8-7edf-4c55-aed0-02cb57a74db4.png": 1773586112.9279783,
|
||||||
|
"uploads/1773594475132-0b2b79f3-5f9f-48ba-963c-8191fe556a1a.png": 1773594475.1326559,
|
||||||
|
"uploads/1775242726262-1f11b672-97dd-4fa3-9bf6-7f7dfe7cb566.png": 1775242726.264894,
|
||||||
|
"uploads/1773583248757-02352b82-2980-4d78-b461-0a508a67f79d.png": 1773583248.7582893,
|
||||||
|
"public/favicon.svg": 1774340676.9573882
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user