@noyrax/documentation-system-plugin 1.0.4-beta.1 → 1.0.4-beta.11

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.
Files changed (144) hide show
  1. package/out/cli/generate-cli.js +58 -0
  2. package/out/cli/generate-cli.js.map +1 -1
  3. package/out/cli/scan-cli.js +6 -0
  4. package/out/cli/scan-cli.js.map +1 -1
  5. package/out/core/scanner.js +9 -1
  6. package/out/core/scanner.js.map +1 -1
  7. package/out/generator/system-metadata.js +202 -0
  8. package/out/generator/system-metadata.js.map +1 -0
  9. package/out/index/index.js +14 -0
  10. package/out/index/index.js.map +1 -1
  11. package/out/parsers/json-yaml.js +35 -4
  12. package/out/parsers/json-yaml.js.map +1 -1
  13. package/out/parsers/ts-js.js +208 -7
  14. package/out/parsers/ts-js.js.map +1 -1
  15. package/package.json +11 -4
  16. package/scripts/verify-adrs.js +74 -2
  17. package/scripts/verify-architecture.js +94 -9
  18. package/scripts/verify-imports.js +73 -9
  19. package/.vscodeignore +0 -41
  20. package/MCP_SERVER_SETUP.md +0 -371
  21. package/assets/icon.svg +0 -27
  22. package/docs/LINKEDIN_ANTWORT_SEQUENZDIAGRAMME.md +0 -190
  23. package/docs/SEQUENZDIAGRAMM_BEWEIS.md +0 -469
  24. package/docs/SEQUENZDIAGRAMM_VALIDATE_FLOW.md +0 -282
  25. package/docs/adr/001-signatur-abweichung-fix.md +0 -54
  26. package/docs/adr/002-file-specific-validation-1.0.1.md +0 -45
  27. package/docs/adr/003-documentation-generation-bugs.md +0 -134
  28. package/docs/adr/004-validator-signature-matching-fix.md +0 -121
  29. package/docs/adr/005-validator-generic-simplification-tightening.md +0 -35
  30. package/docs/adr/006-parser-variable-type-extraction.md +0 -33
  31. package/docs/adr/007-ts-parser-load-libs-for-accurate-types.md +0 -31
  32. package/docs/adr/008-dependencies-cache-phase1.md +0 -133
  33. package/docs/adr/009-consolidation-union-logic-phase1-2.md +0 -147
  34. package/docs/adr/010-extension-union-integration-phase1-3-and-phase2.md +0 -179
  35. package/docs/adr/011-module-doc-change-tracking-phase3.md +0 -190
  36. package/docs/adr/012-git-deletions-change-report-phase4.md +0 -235
  37. package/docs/adr/013-system-functionality-fixes.md +0 -279
  38. package/docs/adr/014-rules-migration-und-mcp-integration.md +0 -113
  39. package/docs/adr/015-global-agent-package.md +0 -158
  40. package/docs/adr/016-produktisierung-docguard.md +0 -193
  41. package/docs/adr/017-signature-matching-optional-fields.md +0 -128
  42. package/docs/adr/018-rebranding-docguard-to-noyrax.md +0 -109
  43. package/docs/adr/019-system-schwachstellen-analyse-und-fixes.md +0 -204
  44. package/docs/adr/020-api-doc-tiefe-und-signatureformatter.md +0 -74
  45. package/docs/adr/021-semantic-api-docs-and-symbol-classifier.md +0 -125
  46. package/docs/adr/022-semantic-class-and-constants-rendering.md +0 -82
  47. package/docs/adr/023-adr-verknuepfung-modul-doku.md +0 -54
  48. package/docs/adr/024-cursor-rules-mehrdimensionaler-raum.md +0 -230
  49. package/docs/adr/025-mcp-tools-scan-validate-cli-bridge.md +0 -202
  50. package/docs/adr/026-reality-driven-development-system.md +0 -173
  51. package/docs/adr/027-scanner-excludes-and-union-logic-fix.md +0 -189
  52. package/docs/adr/028-src-coverage-union-resync.md +0 -124
  53. package/docs/adr/029-parser-flow-kopplung-und-sync-drift-modi.md +0 -102
  54. package/docs/adr/030-dependency-import-symbol-names-preservation.md +0 -123
  55. package/docs/adr/031-generate-cli-vollstaendige-dokumentation.md +0 -99
  56. package/docs/adr/032-windows-optimized-verification-scripts.md +0 -165
  57. package/docs/adr/036-enhanced-dependency-metadata.md +0 -190
  58. package/docs/adr/TEMPLATE.md +0 -76
  59. package/docs/index/symbols.jsonl +0 -31
  60. package/docs/modules/action__action.yml.md +0 -50
  61. package/docs/modules/documentation.config.schema.json.md +0 -37
  62. package/docs/modules/mcp__package.json.md +0 -130
  63. package/docs/modules/mcp__src__resources__docs.ts.md +0 -94
  64. package/docs/modules/mcp__src__server.ts.md +0 -15
  65. package/docs/modules/mcp__src__tools__drift.ts.md +0 -110
  66. package/docs/modules/mcp__src__tools__impact.ts.md +0 -127
  67. package/docs/modules/mcp__src__tools__scan.ts.md +0 -75
  68. package/docs/modules/mcp__src__tools__validate.ts.md +0 -116
  69. package/docs/modules/mcp__src__tools__verify-adrs.ts.md +0 -106
  70. package/docs/modules/mcp__tsconfig.json.md +0 -22
  71. package/docs/modules/package.json.md +0 -131
  72. package/docs/modules/packages__doc-system-agent__examples__basic-project__package.json.md +0 -43
  73. package/docs/modules/packages__doc-system-agent__examples__basic-project__src__calculator.ts.md +0 -81
  74. package/docs/modules/packages__doc-system-agent__package.json.md +0 -154
  75. package/docs/modules/packages__doc-system-agent__src__cli__index.ts.md +0 -8
  76. package/docs/modules/packages__doc-system-agent__src__cli__init.ts.md +0 -93
  77. package/docs/modules/packages__doc-system-agent__src__cli__update.ts.md +0 -113
  78. package/docs/modules/packages__doc-system-agent__src__constants.ts.md +0 -29
  79. package/docs/modules/packages__doc-system-agent__src__index.ts.md +0 -234
  80. package/docs/modules/packages__doc-system-agent__src__mcp__resources__docs.ts.md +0 -94
  81. package/docs/modules/packages__doc-system-agent__src__mcp__server.ts.md +0 -17
  82. package/docs/modules/packages__doc-system-agent__src__mcp__tools__drift.ts.md +0 -38
  83. package/docs/modules/packages__doc-system-agent__src__mcp__tools__impact.ts.md +0 -75
  84. package/docs/modules/packages__doc-system-agent__src__mcp__tools__scan.ts.md +0 -23
  85. package/docs/modules/packages__doc-system-agent__src__mcp__tools__validate.ts.md +0 -23
  86. package/docs/modules/packages__doc-system-agent__src__mcp__tools__verify-adrs.ts.md +0 -106
  87. package/docs/modules/packages__doc-system-agent__src__mcp__types.ts.md +0 -355
  88. package/docs/modules/packages__doc-system-agent__tsconfig.json.md +0 -22
  89. package/docs/modules/scripts__verify-adrs.js.md +0 -97
  90. package/docs/modules/scripts__verify-architecture.js.md +0 -93
  91. package/docs/modules/scripts__verify-imports.js.md +0 -114
  92. package/docs/modules/src____tests____setup.ts.md +0 -8
  93. package/docs/modules/src____tests____signature-formatter.test.ts.md +0 -16
  94. package/docs/modules/src____tests____snapshot-doc-generation.test.ts.md +0 -8
  95. package/docs/modules/src____tests____symbol-classifier.test.ts.md +0 -16
  96. package/docs/modules/src__cache__ast-cache.ts.md +0 -91
  97. package/docs/modules/src__cache__dependencies-cache.ts.md +0 -89
  98. package/docs/modules/src__cache__output-cache.ts.md +0 -91
  99. package/docs/modules/src__cache__signature-cache.ts.md +0 -76
  100. package/docs/modules/src__cli__generate-cli.ts.md +0 -130
  101. package/docs/modules/src__cli__scan-cli.ts.md +0 -99
  102. package/docs/modules/src__cli__validate-cli.ts.md +0 -144
  103. package/docs/modules/src__core__async.ts.md +0 -18
  104. package/docs/modules/src__core__consolidation.ts.md +0 -158
  105. package/docs/modules/src__core__git.ts.md +0 -35
  106. package/docs/modules/src__core__language-detection.ts.md +0 -31
  107. package/docs/modules/src__core__scanner.ts.md +0 -101
  108. package/docs/modules/src__core__signature-formatter.ts.md +0 -232
  109. package/docs/modules/src__core__symbol-classifier.ts.md +0 -178
  110. package/docs/modules/src__core__symbols.ts.md +0 -31
  111. package/docs/modules/src__drift__index.ts.md +0 -53
  112. package/docs/modules/src__extension.ts.md +0 -418
  113. package/docs/modules/src__generator__adr-linker.ts.md +0 -154
  114. package/docs/modules/src__generator__change-report.ts.md +0 -85
  115. package/docs/modules/src__generator__dependency-graph.ts.md +0 -63
  116. package/docs/modules/src__generator__index.ts.md +0 -40
  117. package/docs/modules/src__generator__module-doc.ts.md +0 -242
  118. package/docs/modules/src__index__index.ts.md +0 -141
  119. package/docs/modules/src__logging__index.ts.md +0 -87
  120. package/docs/modules/src__parsers__dependencies.ts.md +0 -69
  121. package/docs/modules/src__parsers__json-yaml.ts.md +0 -81
  122. package/docs/modules/src__parsers__python.ts.md +0 -73
  123. package/docs/modules/src__parsers__ts-js.ts.md +0 -48
  124. package/docs/modules/src__parsers__types.ts.md +0 -99
  125. package/docs/modules/src__ui__commands-provider.ts.md +0 -70
  126. package/docs/modules/src__ui__status-bar.ts.md +0 -79
  127. package/docs/modules/src__validator__index.ts.md +0 -211
  128. package/docs/modules/src__validator__signature-matching.ts.md +0 -209
  129. package/docs/modules/src__validator__status.ts.md +0 -72
  130. package/docs/modules/test-mcp-resources.js.md +0 -27
  131. package/docs/modules/tsconfig.json.md +0 -22
  132. package/docs/system/CHANGE_REPORT.md +0 -19
  133. package/docs/system/DEPENDENCIES.md +0 -430
  134. package/docs/system/DEPENDENCY_GRAPH.md +0 -368
  135. package/docs/system/NAVIGATION_SPACE_ANALYSIS.md +0 -244
  136. package/docs/system/NPX_CACHE_FIX.md +0 -85
  137. package/docs/system/NPX_LOCAL_USAGE.md +0 -66
  138. package/docs/system/PLUGIN_ECOSYSTEM_STATUS.md +0 -465
  139. package/docs/system/PLUGIN_UPDATE_GUIDE.md +0 -212
  140. package/docs/system/RULES_UPDATE_GUIDE.md +0 -182
  141. package/docs/system/SYSTEM_ANALYSIS.md +0 -947
  142. package/documentation.config.schema.json +0 -77
  143. package/noyrax-5d-database-plugin-0.1.8.tgz +0 -0
  144. package/publish.ps1 +0 -21
@@ -1,430 +0,0 @@
1
- # Abhängigkeitsübersicht
2
-
3
- ## mcp/src/resources/docs.ts
4
-
5
- ### Imports
6
- - `node:fs/promises` (* as fs)
7
- - `node:path` (* as path)
8
-
9
- ## mcp/src/server.ts
10
-
11
- ### Imports
12
- - `./resources/docs.js` (readDocsResource)
13
- - `./tools/drift.js` (runDriftCheck, type DriftRequest)
14
- - `./tools/impact.js` (analyzeImpact, type ImpactRequest)
15
- - `./tools/scan.js` (runScan, type ScanRequest)
16
- - `./tools/validate.js` (runValidate, type ValidateRequest)
17
- - `./tools/verify-adrs.js` (runVerifyAdrs, type VerifyAdrsRequest)
18
- - `@modelcontextprotocol/sdk/server` (Server)
19
- - `@modelcontextprotocol/sdk/server/stdio.js` (StdioServerTransport)
20
- - `@modelcontextprotocol/sdk/types.js` (CallToolRequestSchema, ListResourcesRequestSchema, ListToolsRequestSchema, ReadResourceRequestSchema)
21
-
22
- ## mcp/src/tools/drift.ts
23
-
24
- ### Imports
25
- - `node:child_process` (exec)
26
- - `node:fs/promises` (* as fs)
27
- - `node:path` (* as path)
28
- - `node:util` (promisify)
29
-
30
- ## mcp/src/tools/impact.ts
31
-
32
- ### Imports
33
- - `node:fs` (createReadStream)
34
- - `node:path` (* as path)
35
- - `node:readline` (* as readline)
36
-
37
- ## mcp/src/tools/scan.ts
38
-
39
- ### Imports
40
- - `node:child_process` (exec)
41
- - `node:util` (promisify)
42
-
43
- ## mcp/src/tools/validate.ts
44
-
45
- ### Imports
46
- - `node:child_process` (exec)
47
- - `node:util` (promisify)
48
-
49
- ## mcp/src/tools/verify-adrs.ts
50
-
51
- ### Imports
52
- - `node:child_process` (exec)
53
- - `node:util` (promisify)
54
-
55
- ## packages/doc-system-agent/src/cli/index.ts
56
-
57
- ### Imports
58
- - `../constants.js` (PACKAGE_VERSION, RULES_VERSION)
59
- - `./init.js` (initProject)
60
- - `./update.js` (updateRules)
61
- - `commander` (Command)
62
-
63
- ## packages/doc-system-agent/src/cli/init.ts
64
-
65
- ### Imports
66
- - `../constants.js` (MCP_CONFIG, RULE_FILES, RULES_VERSION)
67
- - `node:fs/promises` (* as fs)
68
- - `node:path` (* as path)
69
- - `node:url` (fileURLToPath)
70
-
71
- ## packages/doc-system-agent/src/cli/update.ts
72
-
73
- ### Imports
74
- - `../constants.js` (RULE_FILES, RULES_VERSION)
75
- - `node:fs/promises` (* as fs)
76
- - `node:path` (* as path)
77
- - `node:url` (fileURLToPath)
78
-
79
- ## packages/doc-system-agent/src/index.ts
80
-
81
- ### Re-Exports
82
- - `./cli/init.js` (initProject, type InitOptions)
83
- - `./cli/update.js` (type UpdateOptions, updateRules)
84
- - `./constants.js` (PACKAGE_VERSION, RULES_VERSION)
85
- - `./mcp/server.js` (startMcpServer)
86
- - `./mcp/types.js` (type DriftRequest, type DriftResponse, type ImpactRequest, type ImpactResponse, type ScanRequest, type ScanResponse, type ValidateRequest, type ValidateResponse)
87
-
88
- ## packages/doc-system-agent/src/mcp/resources/docs.ts
89
-
90
- ### Imports
91
- - `node:fs/promises` (* as fs)
92
- - `node:path` (* as path)
93
-
94
- ## packages/doc-system-agent/src/mcp/server.ts
95
-
96
- ### Imports
97
- - `./resources/docs.js` (readDocsResource)
98
- - `./tools/drift.js` (runDriftCheck)
99
- - `./tools/impact.js` (analyzeImpact)
100
- - `./tools/scan.js` (runScan)
101
- - `./tools/validate.js` (runValidate)
102
- - `./tools/verify-adrs.js` (runVerifyAdrs)
103
- - `./types.js` (type DriftRequest, type ImpactRequest, type ScanRequest, type ValidateRequest, type VerifyAdrsRequest)
104
- - `@modelcontextprotocol/sdk/server/mcp.js` (McpServer)
105
- - `@modelcontextprotocol/sdk/server/stdio.js` (StdioServerTransport)
106
- - `@modelcontextprotocol/sdk/types.js` (CallToolRequestSchema, ListResourcesRequestSchema, ListToolsRequestSchema, ReadResourceRequestSchema)
107
-
108
- ## packages/doc-system-agent/src/mcp/tools/drift.ts
109
-
110
- ### Imports
111
- - `../types.js` (type DriftItem, type DriftRequest, type DriftResponse)
112
- - `node:child_process` (exec)
113
- - `node:fs/promises` (* as fs)
114
- - `node:path` (* as path)
115
- - `node:util` (promisify)
116
-
117
- ## packages/doc-system-agent/src/mcp/tools/impact.ts
118
-
119
- ### Imports
120
- - `../types.js` (type ImpactRequest, type ImpactResponse)
121
- - `node:fs` (createReadStream)
122
- - `node:path` (* as path)
123
- - `node:readline` (* as readline)
124
-
125
- ## packages/doc-system-agent/src/mcp/tools/scan.ts
126
-
127
- ### Imports
128
- - `../types.js` (type ScanRequest, type ScanResponse)
129
- - `node:child_process` (exec)
130
- - `node:util` (promisify)
131
-
132
- ## packages/doc-system-agent/src/mcp/tools/validate.ts
133
-
134
- ### Imports
135
- - `../types.js` (type ValidateRequest, type ValidateResponse, type ValidationError)
136
- - `node:child_process` (exec)
137
- - `node:util` (promisify)
138
-
139
- ## packages/doc-system-agent/src/mcp/tools/verify-adrs.ts
140
-
141
- ### Imports
142
- - `node:child_process` (exec)
143
- - `node:util` (promisify)
144
-
145
- ## src/__tests__/determinism.test.ts
146
-
147
- ### Imports
148
- - `../core/scanner` (scanWorkspace)
149
- - `../core/symbols` (computeSignatureHash)
150
- - `../generator/index` (generatePerFileDocs)
151
- - `../index/index` (buildIndexFromSymbols, DependencyEntry)
152
- - `../parsers/dependencies` (ModuleDependency)
153
- - `../parsers/ts-js` (TsJsParser)
154
- - `fs` (* as fs)
155
- - `os` (* as os)
156
- - `path` (* as path)
157
-
158
- ## src/__tests__/parser-symbol-types.test.ts
159
-
160
- ### Imports
161
- - `../core/signature-formatter` (SignatureFormatter)
162
- - `../parsers/json-yaml` (JsonYamlParser)
163
- - `../parsers/ts-js` (TsJsParser)
164
-
165
- ## src/__tests__/setup.ts
166
-
167
- ### Imports
168
- - `@jest/globals` (jest)
169
-
170
- ## src/__tests__/signature-formatter.test.ts
171
-
172
- ### Imports
173
- - `../core/signature-formatter` (SignatureFormatter)
174
- - `../parsers/types` (ParsedSymbol)
175
-
176
- ## src/__tests__/snapshot-doc-generation.test.ts
177
-
178
- ### Imports
179
- - `../core/consolidation` (buildSymbolsUnion)
180
- - `../generator/index` (generatePerFileDocs)
181
- - `../index/index` (buildIndexFromSymbols, writeJsonlIndex)
182
- - `../parsers/ts-js` (TsJsParser)
183
- - `../parsers/types` (ParsedSymbol)
184
- - `fs` (* as fs)
185
- - `os` (* as os)
186
- - `path` (* as path)
187
-
188
- ## src/__tests__/symbol-classifier.test.ts
189
-
190
- ### Imports
191
- - `../core/symbol-classifier` (classifySymbol, SymbolClassification)
192
- - `../parsers/types` (ParsedSymbol)
193
-
194
- ## src/cache/ast-cache.ts
195
-
196
- ### Imports
197
- - `crypto` (createHash)
198
- - `fs` (* as fs)
199
- - `path` (* as path)
200
-
201
- ## src/cache/dependencies-cache.ts
202
-
203
- ### Imports
204
- - `fs` (* as fs)
205
- - `path` (* as path)
206
-
207
- ## src/cache/output-cache.ts
208
-
209
- ### Imports
210
- - `crypto` (createHash)
211
- - `fs` (* as fs)
212
- - `path` (* as path)
213
-
214
- ## src/cache/signature-cache.ts
215
-
216
- ### Imports
217
- - `fs` (* as fs)
218
- - `path` (* as path)
219
-
220
- ## src/cli/generate-cli.ts
221
-
222
- ### Imports
223
- - `../cache/ast-cache` (computeFileHash, loadAstHashCache, saveAstHashCache)
224
- - `../cache/dependencies-cache` (loadDependenciesCache, saveDependenciesCache)
225
- - `../cache/output-cache` (computeContentHash, loadOutputHashCache, saveOutputHashCache)
226
- - `../cache/signature-cache` (loadSignatureCache, saveSignatureCache)
227
- - `../core/consolidation` (buildDependenciesUnion, buildSymbolsUnion)
228
- - `../core/git` (getChangedFiles, getDeletedFiles)
229
- - `../core/scanner` (scanWorkspace)
230
- - `../drift/index` (computeCacheEntries, detectDrift)
231
- - `../generator/change-report` (extractChangesFromModuleDocs, generateChangeReport)
232
- - `../generator/dependency-graph` (generateDependencyOverview, generateMermaidGraph)
233
- - `../generator/index` (generatePerFileDocs)
234
- - `../index/index` (buildIndexFromSymbols, readSymbolsFromIndex, writeJsonlIndex)
235
- - `../parsers/dependencies` (extractPythonDependencies, extractTsJsDependencies, ModuleDependency)
236
- - `../parsers/json-yaml` (JsonYamlParser)
237
- - `../parsers/python` (PythonParser)
238
- - `../parsers/ts-js` (TsJsParser)
239
- - `../parsers/types` (ParsedSymbol, ParserAdapter)
240
- - `fs` (* as fs)
241
- - `path` (* as path)
242
-
243
- ## src/cli/scan-cli.ts
244
-
245
- ### Imports
246
- - `../core/scanner` (scanWorkspace)
247
- - `../parsers/json-yaml` (JsonYamlParser)
248
- - `../parsers/python` (PythonParser)
249
- - `../parsers/ts-js` (TsJsParser)
250
- - `../parsers/types` (ParsedSymbol, ParserAdapter)
251
- - `fs` (* as fs)
252
- - `path` (* as path)
253
-
254
- ## src/cli/validate-cli.ts
255
-
256
- ### Imports
257
- - `../core/scanner` (scanWorkspace)
258
- - `../index/index` (readSymbolsFromIndex)
259
- - `../parsers/json-yaml` (JsonYamlParser)
260
- - `../parsers/python` (PythonParser)
261
- - `../parsers/ts-js` (TsJsParser)
262
- - `../parsers/types` (ParsedSymbol)
263
- - `../validator/index` (computeCoverage, CoverageThresholds, validateMarkdownDir)
264
- - `fs` (* as fs)
265
- - `path` (* as path)
266
-
267
- ## src/core/consolidation.ts
268
-
269
- ### Imports
270
- - `../cache/dependencies-cache` (DependencyCacheEntry)
271
- - `../parsers/dependencies` (ModuleDependency)
272
- - `../parsers/types` (ParsedSymbol)
273
- - `./symbols` (makeStableSymbolId)
274
-
275
- ## src/core/git.ts
276
-
277
- ### Imports
278
- - `child_process` (spawnSync)
279
-
280
- ## src/core/scanner.ts
281
-
282
- ### Imports
283
- - `../logging/index` (Logger)
284
- - `./language-detection` (guessLanguageByShebang)
285
- - `ignore` (default as ignore)
286
- - `node:fs` (* as fs)
287
- - `node:path` (* as path)
288
-
289
- ## src/core/signature-formatter.ts
290
-
291
- ### Imports
292
- - `../parsers/types` (ParsedSymbol, SymbolSignature)
293
-
294
- ## src/core/symbol-classifier.ts
295
-
296
- ### Imports
297
- - `../parsers/types` (ParsedSymbol)
298
-
299
- ## src/core/symbols.ts
300
-
301
- ### Imports
302
- - `../parsers/types` (ParsedSymbol)
303
- - `crypto` (createHash)
304
-
305
- ## src/drift/index.ts
306
-
307
- ### Imports
308
- - `../cache/signature-cache` (CacheEntry, SignatureCacheData)
309
- - `../core/symbols` (computeSignatureHash, makeStableSymbolId)
310
- - `../parsers/types` (ParsedSymbol)
311
-
312
- ## src/extension.ts
313
-
314
- ### Imports
315
- - `./cache/ast-cache` (computeFileHash, loadAstHashCache, saveAstHashCache)
316
- - `./cache/dependencies-cache` (loadDependenciesCache, saveDependenciesCache)
317
- - `./cache/output-cache` (computeContentHash, loadOutputHashCache, saveOutputHashCache)
318
- - `./cache/signature-cache` (loadSignatureCache, saveSignatureCache)
319
- - `./core/async` (mapLimit)
320
- - `./core/consolidation` (buildDependenciesUnion, buildDependenciesUnionWithDebug, buildSymbolsUnion, UnionDebugInfo)
321
- - `./core/git` (getChangedFiles, getDeletedFiles)
322
- - `./core/scanner` (scanWorkspace)
323
- - `./drift/index` (computeCacheEntries, detectDrift)
324
- - `./generator/change-report` (extractChangesFromModuleDocs, generateChangeReport)
325
- - `./generator/dependency-graph` (generateDependencyOverview, generateMermaidGraph)
326
- - `./generator/index` (generatePerFileDocs)
327
- - `./index/index` (buildIndexFromSymbols, readSymbolsFromIndex, writeJsonlIndex)
328
- - `./parsers/dependencies` (extractPythonDependencies, extractTsJsDependencies, ModuleDependency)
329
- - `./parsers/json-yaml` (JsonYamlParser)
330
- - `./parsers/python` (PythonParser)
331
- - `./parsers/ts-js` (TsJsParser)
332
- - `./parsers/types` (ParsedSymbol, ParserAdapter)
333
- - `./ui/commands-provider` (CommandsProvider)
334
- - `./ui/status-bar` (StatusBarManager)
335
- - `./validator/index` (computeCoverage, validateMarkdownDir)
336
- - `./validator/status` (computeValidationStatus)
337
- - `fs` (* as fs)
338
- - `path` (* as path)
339
- - `vscode` (* as vscode)
340
-
341
- ## src/generator/adr-linker.ts
342
-
343
- ### Imports
344
- - `node:fs` (* as fs)
345
- - `node:path` (* as path)
346
-
347
- ## src/generator/dependency-graph.ts
348
-
349
- ### Imports
350
- - `../parsers/dependencies` (ModuleDependency)
351
-
352
- ## src/generator/index.ts
353
-
354
- ### Imports
355
- - `../parsers/types` (ParsedSymbol)
356
- - `./adr-linker` (AdrLinker)
357
- - `./module-doc` (buildModuleDocWithChanges, parseModuleDoc, renderModuleDoc)
358
- - `node:fs` (* as fs)
359
- - `node:path` (* as path)
360
-
361
- ## src/generator/module-doc.ts
362
-
363
- ### Imports
364
- - `../core/signature-formatter` (SignatureFormatter)
365
- - `../core/symbol-classifier` (classifySymbol)
366
- - `../parsers/types` (ParsedSymbol, SymbolSignature)
367
- - `./adr-linker` (AdrLinker)
368
-
369
- ## src/index/index.ts
370
-
371
- ### Imports
372
- - `../cache/dependencies-cache` (DependencyCacheEntry)
373
- - `../core/symbols` (makeStableSymbolId)
374
- - `../parsers/types` (ParsedSymbol, SymbolSignature)
375
- - `fs` (* as fs)
376
- - `path` (* as path)
377
-
378
- ## src/parsers/dependencies.ts
379
-
380
- ### Imports
381
- - `ts-morph` (SourceFile)
382
-
383
- ## src/parsers/json-yaml.ts
384
-
385
- ### Imports
386
- - `./types` (ParsedSymbol, ParserAdapter, SymbolSignature)
387
- - `path` (* as path)
388
- - `yaml` (* as YAML)
389
-
390
- ## src/parsers/python.ts
391
-
392
- ### Imports
393
- - `./types` (ParsedSymbol, ParserAdapter)
394
- - `path` (* as path)
395
- - `tree-sitter` (default as Parser)
396
- - `tree-sitter-python` (default as Python)
397
-
398
- ## src/parsers/ts-js.ts
399
-
400
- ### Imports
401
- - `./types` (ParsedSymbol, ParserAdapter, SymbolSignature)
402
- - `path` (* as path)
403
- - `ts-morph` (ExportDeclaration, FunctionDeclaration, ModuleDeclaration, ParameterDeclaration, Project, SyntaxKind, Type)
404
-
405
- ## src/ui/commands-provider.ts
406
-
407
- ### Imports
408
- - `vscode` (* as vscode)
409
-
410
- ## src/ui/status-bar.ts
411
-
412
- ### Imports
413
- - `vscode` (* as vscode)
414
-
415
- ## src/validator/index.ts
416
-
417
- ### Imports
418
- - `../logging/index` (Logger)
419
- - `../parsers/types` (ParsedSymbol)
420
- - `./signature-matching` (validateSignatureMatching)
421
- - `./status` (StatusReport)
422
- - `fs` (* as fs)
423
- - `path` (* as path)
424
-
425
- ## src/validator/signature-matching.ts
426
-
427
- ### Imports
428
- - `../core/signature-formatter` (SignatureFormatter)
429
- - `../core/symbol-classifier` (classifySymbol)
430
- - `../parsers/types` (ParsedSymbol)