Files
2026-06-03 08:52:59 -07:00

108 lines
5.3 KiB
Markdown

# Graph Report - . (2026-06-02)
## Corpus Check
- Corpus is ~1,452 words - fits in a single context window. You may not need a graph.
## Summary
- 58 nodes · 57 edges · 12 communities (10 shown, 2 thin omitted)
- Extraction: 82% EXTRACTED · 18% INFERRED · 0% AMBIGUOUS · INFERRED: 10 edges (avg confidence: 0.86)
- Token cost: 3,200 input · 980 output
## Community Hubs (Navigation)
- [[_COMMUNITY_Package Manifest Fields|Package Manifest Fields]]
- [[_COMMUNITY_Background Visual Design|Background Visual Design]]
- [[_COMMUNITY_Page & Component Architecture|Page & Component Architecture]]
- [[_COMMUNITY_Project Config & Tooling|Project Config & Tooling]]
- [[_COMMUNITY_Asset References|Asset References]]
- [[_COMMUNITY_Astro Brand Assets|Astro Brand Assets]]
- [[_COMMUNITY_Favicon & Dark Mode|Favicon & Dark Mode]]
- [[_COMMUNITY_NPM Dev Scripts|NPM Dev Scripts]]
- [[_COMMUNITY_TypeScript Config|TypeScript Config]]
- [[_COMMUNITY_VSCode Extensions|VSCode Extensions]]
- [[_COMMUNITY_VSCode Launch Config|VSCode Launch Config]]
## God Nodes (most connected - your core abstractions)
1. `Astro Framework` - 6 edges
2. `scripts` - 5 edges
3. `../components/Welcome.astro` - 4 edges
4. `Layout Component` - 4 edges
5. `GenQBar README` - 4 edges
6. `Favicon SVG Icon` - 4 edges
7. `Welcome Component` - 3 edges
8. `Index Page` - 3 edges
9. `Dark Mode Color Adaptation` - 3 edges
10. `Astro Logo SVG` - 3 edges
## Surprising Connections (you probably didn't know these)
- `Astro Basics Starter Template` --conceptually_related_to--> `Astro Framework` [INFERRED]
README.md → package.json
- `GenQBar README` --references--> `Welcome Component` [EXTRACTED]
README.md → src/components/Welcome.astro
- `GenQBar README` --references--> `Layout Component` [EXTRACTED]
README.md → src/layouts/Layout.astro
- `GenQBar README` --references--> `Index Page` [EXTRACTED]
README.md → src/pages/index.astro
- `Astro defineConfig` --references--> `Astro Framework` [EXTRACTED]
astro.config.mjs → package.json
## Hyperedges (group relationships)
- **Astro Project Core Stack** — astro_config_defineConfig, package_json_genqbar, tsconfig_strict, concept_astro_framework [INFERRED 0.95]
- **Page Slot Composition Pattern** — page_index, layout_layout, component_welcome [EXTRACTED 1.00]
- **VSCode Dev Environment Configuration** — vscode_extensions, vscode_launch, concept_astro_framework [INFERRED 0.85]
## Communities (12 total, 2 thin omitted)
### Community 0 - "Package Manifest Fields"
Cohesion: 0.25
Nodes (7): dependencies, astro, engines, node, name, type, version
### Community 1 - "Background Visual Design"
Cohesion: 0.47
Nodes (6): Left Blob Shape (Blue-Purple Gradient), Right Blob Shape (Red-Magenta Gradient), Decorative Organic Blob Pattern, Linear Gradient A (Blue #3245FF to Purple #BC52EE), Linear Gradient B (Red #D83333 to Magenta #F041FF), Background SVG
### Community 2 - "Page & Component Architecture"
Cohesion: 0.53
Nodes (6): Welcome Component, Astro Basics Starter Template, Slot-Based Layout Composition, Layout Component, Index Page, GenQBar README
### Community 3 - "Project Config & Tooling"
Cohesion: 0.40
Nodes (6): Astro defineConfig, Astro Framework, GenQBar Package Manifest, TypeScript Strict Config, VSCode Extension Recommendations, VSCode Launch Config
### Community 4 - "Asset References"
Cohesion: 0.33
Nodes (4): ../assets/astro.svg, ../assets/background.svg, ../components/Welcome.astro, ../layouts/Layout.astro
### Community 5 - "Astro Brand Assets"
Cohesion: 0.50
Nodes (5): Astro Framework Brand, Astro Rocket/Flame Icon, Astro Logo SVG, Astro Wordmark Text, Linear Gradient Flame Effect (Red to Purple)
### Community 6 - "Favicon & Dark Mode"
Cohesion: 0.60
Nodes (5): Astro Logo Shape (Rocket/A Mark), Black Fill Color (#000), Dark Mode Color Adaptation, Favicon SVG Icon, White Fill Color (#FFF) for Dark Mode
### Community 7 - "NPM Dev Scripts"
Cohesion: 0.40
Nodes (5): scripts, astro, build, dev, preview
### Community 8 - "TypeScript Config"
Cohesion: 0.50
Nodes (3): exclude, extends, include
## Knowledge Gaps
- **24 isolated node(s):** `name`, `type`, `version`, `node`, `dev` (+19 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **2 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
## Suggested Questions
_Questions this graph is uniquely positioned to answer:_
- **Why does `Astro Framework` connect `Project Config & Tooling` to `Page & Component Architecture`?**
_High betweenness centrality (0.024) - this node is a cross-community bridge._
- **Why does `scripts` connect `NPM Dev Scripts` to `Package Manifest Fields`?**
_High betweenness centrality (0.024) - this node is a cross-community bridge._
- **Why does `Astro Basics Starter Template` connect `Page & Component Architecture` to `Project Config & Tooling`?**
_High betweenness centrality (0.019) - this node is a cross-community bridge._
- **Are the 2 inferred relationships involving `Layout Component` (e.g. with `Slot-Based Layout Composition` and `Welcome Component`) actually correct?**
_`Layout Component` has 2 INFERRED edges - model-reasoned connections that need verification._
- **What connects `name`, `type`, `version` to the rest of the system?**
_26 weakly-connected nodes found - possible documentation gaps or missing edges._