@chappibunny/repolens 1.9.2 → 1.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,42 @@
2
2
 
3
3
  All notable changes to RepoLens will be documented in this file.
4
4
 
5
+ ## 1.9.3
6
+
7
+ ### ✨ Premium Deterministic Documentation
8
+
9
+ **Major overhaul of all 6 AI-fallback document generators.** Deterministic mode now produces documentation quality comparable to AI-enhanced mode:
10
+
11
+ - **Executive Summary**: Complete rewrite with health scoring (0-100 scale), monorepo structure detection, module composition breakdown by layer, codebase health tables with status indicators, key data flow summaries with criticality markers, and strategic observations based on actual patterns.
12
+
13
+ - **System Overview**: Enhanced with route pattern descriptions, dependency graph metrics, hub module analysis, and detailed route summaries explaining what each pattern (API, page, SSR) means.
14
+
15
+ - **Business Domains**: Rich domain capability descriptions, cross-domain dependency analysis with full module paths, domain health summary table, and business impact assessment per domain.
16
+
17
+ - **Architecture Overview**: Pattern explanation with benefits, system layers table with architectural insights, dependency health metrics, strengths and concerns sections, and hub module highlighting.
18
+
19
+ - **Data Flows**: Flow diagrams with step-by-step breakdowns explaining what each step does, shared libraries context, import network statistics, and actionable recommendations.
20
+
21
+ - **Developer Onboarding**: Getting Started checklist, codebase-at-a-glance statistics, key routes with explanations, framework and language learning tips, common pitfalls section, and module importance ratings.
22
+
23
+ **18+ new helper functions** added for intelligent content generation:
24
+ `inferDomainCapability()`, `getLayerResponsibility()`, `calculateHealthScore()`, `formatFileScale()`, `describeRoutePattern()`, `inferFrameworkPurpose()`, `explainPattern()`, `getBenefitsForPattern()`, `getLayerInsight()`, `getFrameworkArchitecturalImplication()`, `getLanguageImplication()`, `inferPageDescription()`, `inferAPIEndpointPurpose()`, `inferPackageDescription()`, `inferStepPurpose()`, `shouldStartHere()`, `getFrameworkLearningTip()`, `getLanguageLearningTip()`, `getModuleImportance()`
25
+
26
+ ### 🔧 Why This Matters
27
+
28
+ Users without AI API keys now get production-quality documentation instead of sparse placeholders. The deterministic output includes:
29
+ - Health scores and assessments
30
+ - Business capability descriptions
31
+ - Architectural pattern explanations
32
+ - Actionable recommendations
33
+ - Framework-specific learning tips
34
+ - Rich tables with insights
35
+
36
+ ### 🧪 Tests
37
+
38
+ - **380 tests passing** across 22 test files
39
+ - All deterministic enrichment tests updated and passing
40
+
5
41
  ## 1.9.2
6
42
 
7
43
  ### 🐛 Bug Fixes
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  RepoLens scans your repository, generates living architecture documentation, and publishes it to Notion, Confluence, GitHub Wiki, or Markdown — automatically on every push. Engineers get technical docs. Stakeholders get readable system overviews. Nobody writes a word.
19
19
 
20
- > Stable as of v1.0 — [API guarantees](docs/STABILITY.md) · [Security hardened](SECURITY.md) · v1.9.2
20
+ > Stable as of v1.0 — [API guarantees](docs/STABILITY.md) · [Security hardened](SECURITY.md) · v1.9.4
21
21
 
22
22
  ---
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chappibunny/repolens",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "AI-assisted documentation intelligence system for technical and non-technical audiences",
5
5
  "license": "MIT",
6
6
  "type": "module",