@noyrax/documentation-system-plugin 1.0.4-beta.3 → 1.0.4-beta.5
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/out/cache/ast-cache.js +69 -0
- package/out/cache/ast-cache.js.map +1 -0
- package/out/cache/dependencies-cache.js +73 -0
- package/out/cache/dependencies-cache.js.map +1 -0
- package/out/cache/output-cache.js +69 -0
- package/out/cache/output-cache.js.map +1 -0
- package/out/cache/signature-cache.js +60 -0
- package/out/cache/signature-cache.js.map +1 -0
- package/out/cli/generate-cli.js +345 -0
- package/out/cli/generate-cli.js.map +1 -0
- package/out/cli/scan-cli.js +157 -0
- package/out/cli/scan-cli.js.map +1 -0
- package/out/cli/validate-cli.js +258 -0
- package/out/cli/validate-cli.js.map +1 -0
- package/out/core/async.js +38 -0
- package/out/core/async.js.map +1 -0
- package/out/core/consolidation.js +230 -0
- package/out/core/consolidation.js.map +1 -0
- package/out/core/git.js +48 -0
- package/out/core/git.js.map +1 -0
- package/out/core/language-detection.js +29 -0
- package/out/core/language-detection.js.map +1 -0
- package/out/core/scanner.js +180 -0
- package/out/core/scanner.js.map +1 -0
- package/out/core/signature-formatter.js +162 -0
- package/out/core/signature-formatter.js.map +1 -0
- package/out/core/symbol-classifier.js +96 -0
- package/out/core/symbol-classifier.js.map +1 -0
- package/out/core/symbols.js +24 -0
- package/out/core/symbols.js.map +1 -0
- package/out/drift/index.js +28 -0
- package/out/drift/index.js.map +1 -0
- package/out/extension.js +984 -0
- package/out/extension.js.map +1 -0
- package/out/generator/adr-linker.js +216 -0
- package/out/generator/adr-linker.js.map +1 -0
- package/out/generator/change-report.js +124 -0
- package/out/generator/change-report.js.map +1 -0
- package/out/generator/dependency-graph.js +98 -0
- package/out/generator/dependency-graph.js.map +1 -0
- package/out/generator/index.js +117 -0
- package/out/generator/index.js.map +1 -0
- package/out/generator/module-doc.js +438 -0
- package/out/generator/module-doc.js.map +1 -0
- package/out/generator/system-metadata.js +202 -0
- package/out/generator/system-metadata.js.map +1 -0
- package/out/index/index.js +161 -0
- package/out/index/index.js.map +1 -0
- package/out/logging/index.js +24 -0
- package/out/logging/index.js.map +1 -0
- package/out/parsers/dependencies.js +126 -0
- package/out/parsers/dependencies.js.map +1 -0
- package/out/parsers/json-yaml.js +121 -0
- package/out/parsers/json-yaml.js.map +1 -0
- package/out/parsers/python.js +160 -0
- package/out/parsers/python.js.map +1 -0
- package/out/parsers/ts-js.js +598 -0
- package/out/parsers/ts-js.js.map +1 -0
- package/out/parsers/types.js +3 -0
- package/out/parsers/types.js.map +1 -0
- package/out/ui/commands-provider.js +91 -0
- package/out/ui/commands-provider.js.map +1 -0
- package/out/ui/status-bar.js +85 -0
- package/out/ui/status-bar.js.map +1 -0
- package/out/validator/index.js +185 -0
- package/out/validator/index.js.map +1 -0
- package/out/validator/signature-matching.js +261 -0
- package/out/validator/signature-matching.js.map +1 -0
- package/out/validator/status.js +38 -0
- package/out/validator/status.js.map +1 -0
- package/package.json +9 -1
- package/.vscodeignore +0 -41
- package/MCP_SERVER_SETUP.md +0 -371
- package/assets/icon.svg +0 -27
- package/docs/LINKEDIN_ANTWORT_SEQUENZDIAGRAMME.md +0 -190
- package/docs/SEQUENZDIAGRAMM_BEWEIS.md +0 -469
- package/docs/SEQUENZDIAGRAMM_VALIDATE_FLOW.md +0 -282
- package/docs/adr/001-signatur-abweichung-fix.md +0 -54
- package/docs/adr/002-file-specific-validation-1.0.1.md +0 -45
- package/docs/adr/003-documentation-generation-bugs.md +0 -134
- package/docs/adr/004-validator-signature-matching-fix.md +0 -121
- package/docs/adr/005-validator-generic-simplification-tightening.md +0 -35
- package/docs/adr/006-parser-variable-type-extraction.md +0 -33
- package/docs/adr/007-ts-parser-load-libs-for-accurate-types.md +0 -31
- package/docs/adr/008-dependencies-cache-phase1.md +0 -133
- package/docs/adr/009-consolidation-union-logic-phase1-2.md +0 -147
- package/docs/adr/010-extension-union-integration-phase1-3-and-phase2.md +0 -179
- package/docs/adr/011-module-doc-change-tracking-phase3.md +0 -190
- package/docs/adr/012-git-deletions-change-report-phase4.md +0 -235
- package/docs/adr/013-system-functionality-fixes.md +0 -279
- package/docs/adr/014-rules-migration-und-mcp-integration.md +0 -113
- package/docs/adr/015-global-agent-package.md +0 -158
- package/docs/adr/016-produktisierung-docguard.md +0 -193
- package/docs/adr/017-signature-matching-optional-fields.md +0 -128
- package/docs/adr/018-rebranding-docguard-to-noyrax.md +0 -109
- package/docs/adr/019-system-schwachstellen-analyse-und-fixes.md +0 -204
- package/docs/adr/020-api-doc-tiefe-und-signatureformatter.md +0 -74
- package/docs/adr/021-semantic-api-docs-and-symbol-classifier.md +0 -125
- package/docs/adr/022-semantic-class-and-constants-rendering.md +0 -82
- package/docs/adr/023-adr-verknuepfung-modul-doku.md +0 -54
- package/docs/adr/024-cursor-rules-mehrdimensionaler-raum.md +0 -230
- package/docs/adr/025-mcp-tools-scan-validate-cli-bridge.md +0 -202
- package/docs/adr/026-reality-driven-development-system.md +0 -173
- package/docs/adr/027-scanner-excludes-and-union-logic-fix.md +0 -189
- package/docs/adr/028-src-coverage-union-resync.md +0 -124
- package/docs/adr/029-parser-flow-kopplung-und-sync-drift-modi.md +0 -102
- package/docs/adr/030-dependency-import-symbol-names-preservation.md +0 -123
- package/docs/adr/031-generate-cli-vollstaendige-dokumentation.md +0 -99
- package/docs/adr/032-windows-optimized-verification-scripts.md +0 -165
- package/docs/adr/036-enhanced-dependency-metadata.md +0 -190
- package/docs/adr/TEMPLATE.md +0 -76
- package/docs/index/symbols.jsonl +0 -78
- package/docs/modules/action__action.yml.md +0 -50
- package/docs/modules/documentation.config.schema.json.md +0 -37
- package/docs/modules/mcp__package.json.md +0 -130
- package/docs/modules/mcp__src__resources__docs.ts.md +0 -94
- package/docs/modules/mcp__src__server.ts.md +0 -15
- package/docs/modules/mcp__src__tools__drift.ts.md +0 -114
- package/docs/modules/mcp__src__tools__impact.ts.md +0 -130
- package/docs/modules/mcp__src__tools__scan.ts.md +0 -75
- package/docs/modules/mcp__src__tools__validate.ts.md +0 -116
- package/docs/modules/mcp__src__tools__verify-adrs.ts.md +0 -106
- package/docs/modules/mcp__tsconfig.json.md +0 -22
- package/docs/modules/package.json.md +0 -130
- package/docs/modules/packages__doc-system-agent__examples__basic-project__package.json.md +0 -43
- package/docs/modules/packages__doc-system-agent__examples__basic-project__src__calculator.ts.md +0 -81
- package/docs/modules/packages__doc-system-agent__package.json.md +0 -154
- package/docs/modules/packages__doc-system-agent__src__cli__index.ts.md +0 -8
- package/docs/modules/packages__doc-system-agent__src__cli__init.ts.md +0 -93
- package/docs/modules/packages__doc-system-agent__src__cli__update.ts.md +0 -113
- package/docs/modules/packages__doc-system-agent__src__constants.ts.md +0 -29
- package/docs/modules/packages__doc-system-agent__src__index.ts.md +0 -234
- package/docs/modules/packages__doc-system-agent__src__mcp__resources__docs.ts.md +0 -94
- package/docs/modules/packages__doc-system-agent__src__mcp__server.ts.md +0 -17
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__drift.ts.md +0 -38
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__impact.ts.md +0 -75
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__scan.ts.md +0 -23
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__validate.ts.md +0 -23
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__verify-adrs.ts.md +0 -106
- package/docs/modules/packages__doc-system-agent__src__mcp__types.ts.md +0 -355
- package/docs/modules/packages__doc-system-agent__tsconfig.json.md +0 -22
- package/docs/modules/scripts__verify-adrs.js.md +0 -97
- package/docs/modules/scripts__verify-architecture.js.md +0 -93
- package/docs/modules/scripts__verify-imports.js.md +0 -114
- package/docs/modules/src____tests____setup.ts.md +0 -8
- package/docs/modules/src____tests____signature-formatter.test.ts.md +0 -16
- package/docs/modules/src____tests____snapshot-doc-generation.test.ts.md +0 -8
- package/docs/modules/src____tests____symbol-classifier.test.ts.md +0 -16
- package/docs/modules/src__cache__ast-cache.ts.md +0 -91
- package/docs/modules/src__cache__dependencies-cache.ts.md +0 -89
- package/docs/modules/src__cache__output-cache.ts.md +0 -91
- package/docs/modules/src__cache__signature-cache.ts.md +0 -76
- package/docs/modules/src__cli__generate-cli.ts.md +0 -130
- package/docs/modules/src__cli__scan-cli.ts.md +0 -99
- package/docs/modules/src__cli__validate-cli.ts.md +0 -144
- package/docs/modules/src__core__async.ts.md +0 -18
- package/docs/modules/src__core__consolidation.ts.md +0 -157
- package/docs/modules/src__core__git.ts.md +0 -35
- package/docs/modules/src__core__language-detection.ts.md +0 -31
- package/docs/modules/src__core__scanner.ts.md +0 -100
- package/docs/modules/src__core__signature-formatter.ts.md +0 -232
- package/docs/modules/src__core__symbol-classifier.ts.md +0 -178
- package/docs/modules/src__core__symbols.ts.md +0 -31
- package/docs/modules/src__drift__index.ts.md +0 -53
- package/docs/modules/src__extension.ts.md +0 -418
- package/docs/modules/src__generator__adr-linker.ts.md +0 -154
- package/docs/modules/src__generator__change-report.ts.md +0 -85
- package/docs/modules/src__generator__dependency-graph.ts.md +0 -63
- package/docs/modules/src__generator__index.ts.md +0 -40
- package/docs/modules/src__generator__module-doc.ts.md +0 -242
- package/docs/modules/src__index__index.ts.md +0 -159
- package/docs/modules/src__logging__index.ts.md +0 -87
- package/docs/modules/src__parsers__dependencies.ts.md +0 -69
- package/docs/modules/src__parsers__json-yaml.ts.md +0 -96
- package/docs/modules/src__parsers__python.ts.md +0 -73
- package/docs/modules/src__parsers__ts-js.ts.md +0 -48
- package/docs/modules/src__parsers__types.ts.md +0 -117
- package/docs/modules/src__ui__commands-provider.ts.md +0 -70
- package/docs/modules/src__ui__status-bar.ts.md +0 -79
- package/docs/modules/src__validator__index.ts.md +0 -211
- package/docs/modules/src__validator__signature-matching.ts.md +0 -209
- package/docs/modules/src__validator__status.ts.md +0 -72
- package/docs/modules/test-mcp-resources.js.md +0 -27
- package/docs/modules/tsconfig.json.md +0 -22
- package/docs/system/CHANGE_REPORT.md +0 -26
- package/docs/system/DEPENDENCIES.md +0 -403
- package/docs/system/DEPENDENCY_GRAPH.md +0 -336
- package/docs/system/NAVIGATION_SPACE_ANALYSIS.md +0 -244
- package/docs/system/NPX_CACHE_FIX.md +0 -85
- package/docs/system/NPX_LOCAL_USAGE.md +0 -66
- package/docs/system/PLUGIN_ECOSYSTEM_STATUS.md +0 -465
- package/docs/system/PLUGIN_UPDATE_GUIDE.md +0 -212
- package/docs/system/RULES_UPDATE_GUIDE.md +0 -182
- package/docs/system/SYSTEM_ANALYSIS.md +0 -947
- package/docs/system/SYSTEM_METADATA.json +0 -37
- package/documentation.config.schema.json +0 -77
- package/publish.ps1 +0 -21
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/index.ts
|
|
2
|
-
|
|
3
|
-
<!-- change: symbol-added name="PACKAGE_VERSION" kind="variable" -->
|
|
4
|
-
### variable: InitOptions
|
|
5
|
-
Rolle: config (Sichtbarkeit: public, Priorität: normal)
|
|
6
|
-
Signatur: `InitOptions`
|
|
7
|
-
```ts
|
|
8
|
-
InitOptions
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
<!-- change: symbol-added name="reexport:DriftRequestfrom:./mcp/types.js" kind="variable" -->
|
|
12
|
-
### variable: UpdateOptions
|
|
13
|
-
Rolle: config (Sichtbarkeit: public, Priorität: normal)
|
|
14
|
-
Signatur: `UpdateOptions`
|
|
15
|
-
```ts
|
|
16
|
-
UpdateOptions
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
<!-- change: symbol-added name="reexport:DriftResponsefrom:./mcp/types.js" kind="variable" -->
|
|
20
|
-
### variable: DriftRequest
|
|
21
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
22
|
-
Signatur: `DriftRequest`
|
|
23
|
-
```ts
|
|
24
|
-
DriftRequest
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
<!-- change: symbol-added name="reexport:ImpactRequestfrom:./mcp/types.js" kind="variable" -->
|
|
28
|
-
### variable: DriftResponse
|
|
29
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
30
|
-
Signatur: `DriftResponse`
|
|
31
|
-
```ts
|
|
32
|
-
DriftResponse
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
<!-- change: symbol-added name="reexport:ImpactResponsefrom:./mcp/types.js" kind="variable" -->
|
|
36
|
-
### variable: ImpactRequest
|
|
37
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
38
|
-
Signatur: `ImpactRequest`
|
|
39
|
-
```ts
|
|
40
|
-
ImpactRequest
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
<!-- change: symbol-added name="reexport:InitOptionsfrom:./cli/init.js" kind="variable" -->
|
|
44
|
-
### variable: ImpactResponse
|
|
45
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
46
|
-
Signatur: `ImpactResponse`
|
|
47
|
-
```ts
|
|
48
|
-
ImpactResponse
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
<!-- change: symbol-added name="reexport:initProjectfrom:./cli/init.js" kind="variable" -->
|
|
52
|
-
### variable: initProject
|
|
53
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
54
|
-
Signatur: `initProject`
|
|
55
|
-
```ts
|
|
56
|
-
initProject
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
<!-- change: symbol-added name="reexport:PACKAGE_VERSIONfrom:./constants.js" kind="variable" -->
|
|
60
|
-
### variable: PACKAGE_VERSION
|
|
61
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
62
|
-
Signatur: `PACKAGE_VERSION`
|
|
63
|
-
```ts
|
|
64
|
-
PACKAGE_VERSION
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
<!-- change: symbol-added name="reexport:RULES_VERSIONfrom:./constants.js" kind="variable" -->
|
|
68
|
-
### variable: reexport:DriftRequestfrom:./mcp/types.js
|
|
69
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
70
|
-
Signatur: `reexport:DriftRequestfrom:./mcp/types.js`
|
|
71
|
-
```ts
|
|
72
|
-
reexport:DriftRequestfrom:./mcp/types.js
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
<!-- change: symbol-added name="reexport:ScanRequestfrom:./mcp/types.js" kind="variable" -->
|
|
76
|
-
### variable: reexport:DriftResponsefrom:./mcp/types.js
|
|
77
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
78
|
-
Signatur: `reexport:DriftResponsefrom:./mcp/types.js`
|
|
79
|
-
```ts
|
|
80
|
-
reexport:DriftResponsefrom:./mcp/types.js
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
<!-- change: symbol-added name="reexport:ScanResponsefrom:./mcp/types.js" kind="variable" -->
|
|
84
|
-
### variable: reexport:ImpactRequestfrom:./mcp/types.js
|
|
85
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
86
|
-
Signatur: `reexport:ImpactRequestfrom:./mcp/types.js`
|
|
87
|
-
```ts
|
|
88
|
-
reexport:ImpactRequestfrom:./mcp/types.js
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
<!-- change: symbol-added name="reexport:startMcpServerfrom:./mcp/server.js" kind="variable" -->
|
|
92
|
-
### variable: reexport:ImpactResponsefrom:./mcp/types.js
|
|
93
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
94
|
-
Signatur: `reexport:ImpactResponsefrom:./mcp/types.js`
|
|
95
|
-
```ts
|
|
96
|
-
reexport:ImpactResponsefrom:./mcp/types.js
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
<!-- change: symbol-added name="reexport:UpdateOptionsfrom:./cli/update.js" kind="variable" -->
|
|
100
|
-
### variable: reexport:InitOptionsfrom:./cli/init.js
|
|
101
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
102
|
-
Signatur: `reexport:InitOptionsfrom:./cli/init.js`
|
|
103
|
-
```ts
|
|
104
|
-
reexport:InitOptionsfrom:./cli/init.js
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
<!-- change: symbol-added name="reexport:updateRulesfrom:./cli/update.js" kind="variable" -->
|
|
108
|
-
### variable: reexport:initProjectfrom:./cli/init.js
|
|
109
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
110
|
-
Signatur: `reexport:initProjectfrom:./cli/init.js`
|
|
111
|
-
```ts
|
|
112
|
-
reexport:initProjectfrom:./cli/init.js
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
<!-- change: symbol-added name="reexport:ValidateRequestfrom:./mcp/types.js" kind="variable" -->
|
|
116
|
-
### variable: reexport:PACKAGE_VERSIONfrom:./constants.js
|
|
117
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
118
|
-
Signatur: `reexport:PACKAGE_VERSIONfrom:./constants.js`
|
|
119
|
-
```ts
|
|
120
|
-
reexport:PACKAGE_VERSIONfrom:./constants.js
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
<!-- change: symbol-added name="reexport:ValidateResponsefrom:./mcp/types.js" kind="variable" -->
|
|
124
|
-
### variable: reexport:RULES_VERSIONfrom:./constants.js
|
|
125
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
126
|
-
Signatur: `reexport:RULES_VERSIONfrom:./constants.js`
|
|
127
|
-
```ts
|
|
128
|
-
reexport:RULES_VERSIONfrom:./constants.js
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
<!-- change: symbol-added name="RULES_VERSION" kind="variable" -->
|
|
132
|
-
### variable: reexport:ScanRequestfrom:./mcp/types.js
|
|
133
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
134
|
-
Signatur: `reexport:ScanRequestfrom:./mcp/types.js`
|
|
135
|
-
```ts
|
|
136
|
-
reexport:ScanRequestfrom:./mcp/types.js
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
<!-- change: symbol-added name="ScanRequest" kind="variable" -->
|
|
140
|
-
### variable: reexport:ScanResponsefrom:./mcp/types.js
|
|
141
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
142
|
-
Signatur: `reexport:ScanResponsefrom:./mcp/types.js`
|
|
143
|
-
```ts
|
|
144
|
-
reexport:ScanResponsefrom:./mcp/types.js
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
<!-- change: symbol-added name="ScanResponse" kind="variable" -->
|
|
148
|
-
### variable: reexport:startMcpServerfrom:./mcp/server.js
|
|
149
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
150
|
-
Signatur: `reexport:startMcpServerfrom:./mcp/server.js`
|
|
151
|
-
```ts
|
|
152
|
-
reexport:startMcpServerfrom:./mcp/server.js
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
<!-- change: symbol-added name="startMcpServer" kind="variable" -->
|
|
156
|
-
### variable: reexport:UpdateOptionsfrom:./cli/update.js
|
|
157
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
158
|
-
Signatur: `reexport:UpdateOptionsfrom:./cli/update.js`
|
|
159
|
-
```ts
|
|
160
|
-
reexport:UpdateOptionsfrom:./cli/update.js
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
<!-- change: symbol-added name="updateRules" kind="variable" -->
|
|
164
|
-
### variable: reexport:updateRulesfrom:./cli/update.js
|
|
165
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
166
|
-
Signatur: `reexport:updateRulesfrom:./cli/update.js`
|
|
167
|
-
```ts
|
|
168
|
-
reexport:updateRulesfrom:./cli/update.js
|
|
169
|
-
```
|
|
170
|
-
|
|
171
|
-
<!-- change: symbol-added name="ValidateRequest" kind="variable" -->
|
|
172
|
-
### variable: reexport:ValidateRequestfrom:./mcp/types.js
|
|
173
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
174
|
-
Signatur: `reexport:ValidateRequestfrom:./mcp/types.js`
|
|
175
|
-
```ts
|
|
176
|
-
reexport:ValidateRequestfrom:./mcp/types.js
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
<!-- change: symbol-added name="ValidateResponse" kind="variable" -->
|
|
180
|
-
### variable: reexport:ValidateResponsefrom:./mcp/types.js
|
|
181
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
182
|
-
Signatur: `reexport:ValidateResponsefrom:./mcp/types.js`
|
|
183
|
-
```ts
|
|
184
|
-
reexport:ValidateResponsefrom:./mcp/types.js
|
|
185
|
-
```
|
|
186
|
-
|
|
187
|
-
### variable: RULES_VERSION
|
|
188
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
189
|
-
Signatur: `RULES_VERSION`
|
|
190
|
-
```ts
|
|
191
|
-
RULES_VERSION
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
### variable: ScanRequest
|
|
195
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
196
|
-
Signatur: `ScanRequest`
|
|
197
|
-
```ts
|
|
198
|
-
ScanRequest
|
|
199
|
-
```
|
|
200
|
-
|
|
201
|
-
### variable: ScanResponse
|
|
202
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
203
|
-
Signatur: `ScanResponse`
|
|
204
|
-
```ts
|
|
205
|
-
ScanResponse
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
### variable: startMcpServer
|
|
209
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
210
|
-
Signatur: `startMcpServer`
|
|
211
|
-
```ts
|
|
212
|
-
startMcpServer
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
### variable: updateRules
|
|
216
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
217
|
-
Signatur: `updateRules`
|
|
218
|
-
```ts
|
|
219
|
-
updateRules
|
|
220
|
-
```
|
|
221
|
-
|
|
222
|
-
### variable: ValidateRequest
|
|
223
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
224
|
-
Signatur: `ValidateRequest`
|
|
225
|
-
```ts
|
|
226
|
-
ValidateRequest
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
### variable: ValidateResponse
|
|
230
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
231
|
-
Signatur: `ValidateResponse`
|
|
232
|
-
```ts
|
|
233
|
-
ValidateResponse
|
|
234
|
-
```
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/resources/docs.ts
|
|
2
|
-
|
|
3
|
-
### interface: ParsedUri
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `interface ParsedUri {
|
|
6
|
-
type: 'system' | 'modules' | 'adr' | 'index';
|
|
7
|
-
name: string;
|
|
8
|
-
filePath: string;
|
|
9
|
-
}`
|
|
10
|
-
```ts
|
|
11
|
-
interface ParsedUri {
|
|
12
|
-
type: 'system' | 'modules' | 'adr' | 'index';
|
|
13
|
-
name: string;
|
|
14
|
-
filePath: string;
|
|
15
|
-
}
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
Eigenschaften:
|
|
19
|
-
|
|
20
|
-
| Name | Typ | Optional |
|
|
21
|
-
|------|-----|----------|
|
|
22
|
-
| `filePath` | `string` | nein |
|
|
23
|
-
| `name` | `string` | nein |
|
|
24
|
-
| `type` | `'system' | 'modules' | 'adr' | 'index'` | nein |
|
|
25
|
-
|
|
26
|
-
### function: getSystemFilePath
|
|
27
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
28
|
-
Signatur: `getSystemFilePath(name: string): string`
|
|
29
|
-
```ts
|
|
30
|
-
getSystemFilePath(name: string): string
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
Parameter:
|
|
34
|
-
|
|
35
|
-
| Name | Typ | Optional | Default |
|
|
36
|
-
|------|-----|----------|---------|
|
|
37
|
-
| `name` | `string` | nein | nein |
|
|
38
|
-
|
|
39
|
-
Rückgabewert: `string`
|
|
40
|
-
|
|
41
|
-
### function: listADRs
|
|
42
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
43
|
-
Signatur: `listADRs(): Promise<string[]>`
|
|
44
|
-
```ts
|
|
45
|
-
listADRs(): Promise<string[]>
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
Rückgabewert: `Promise<string[]>`
|
|
49
|
-
|
|
50
|
-
### function: listModuleDocs
|
|
51
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
52
|
-
Signatur: `listModuleDocs(): Promise<string[]>`
|
|
53
|
-
```ts
|
|
54
|
-
listModuleDocs(): Promise<string[]>
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
Rückgabewert: `Promise<string[]>`
|
|
58
|
-
|
|
59
|
-
### function: parseDocsUri
|
|
60
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
61
|
-
Signatur: `parseDocsUri(uri: string): ParsedUri | null`
|
|
62
|
-
```ts
|
|
63
|
-
parseDocsUri(uri: string): ParsedUri | null
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
Parameter:
|
|
67
|
-
|
|
68
|
-
| Name | Typ | Optional | Default |
|
|
69
|
-
|------|-----|----------|---------|
|
|
70
|
-
| `uri` | `string` | nein | nein |
|
|
71
|
-
|
|
72
|
-
Rückgabewert: `ParsedUri | null`
|
|
73
|
-
|
|
74
|
-
### function: readDocsResource
|
|
75
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
76
|
-
Signatur: `readDocsResource(uri: string): Promise<string>`
|
|
77
|
-
```ts
|
|
78
|
-
readDocsResource(uri: string): Promise<string>
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
Parameter:
|
|
82
|
-
|
|
83
|
-
| Name | Typ | Optional | Default |
|
|
84
|
-
|------|-----|----------|---------|
|
|
85
|
-
| `uri` | `string` | nein | nein |
|
|
86
|
-
|
|
87
|
-
Rückgabewert: `Promise<string>`
|
|
88
|
-
|
|
89
|
-
### variable: DOCS_BASE
|
|
90
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
91
|
-
Signatur: `DOCS_BASE: "docs"`
|
|
92
|
-
```ts
|
|
93
|
-
DOCS_BASE: "docs"
|
|
94
|
-
```
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/server.ts
|
|
2
|
-
|
|
3
|
-
### function: startMcpServer
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `startMcpServer(): Promise<void>`
|
|
6
|
-
```ts
|
|
7
|
-
startMcpServer(): Promise<void>
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Rückgabewert: `Promise<void>`
|
|
11
|
-
|
|
12
|
-
### variable: args
|
|
13
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
14
|
-
Signatur: `args: string[]`
|
|
15
|
-
```ts
|
|
16
|
-
args: string[]
|
|
17
|
-
```
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/tools/drift.ts
|
|
2
|
-
|
|
3
|
-
### function: getDocPath
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `getDocPath(sourcePath: string): string`
|
|
6
|
-
```ts
|
|
7
|
-
getDocPath(sourcePath: string): string
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Parameter:
|
|
11
|
-
|
|
12
|
-
| Name | Typ | Optional | Default |
|
|
13
|
-
|------|-----|----------|---------|
|
|
14
|
-
| `sourcePath` | `string` | nein | nein |
|
|
15
|
-
|
|
16
|
-
Rückgabewert: `string`
|
|
17
|
-
|
|
18
|
-
### function: runDriftCheck
|
|
19
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
20
|
-
Signatur: `runDriftCheck(request: DriftRequest): Promise<DriftResponse>`
|
|
21
|
-
```ts
|
|
22
|
-
runDriftCheck(request: DriftRequest): Promise<DriftResponse>
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
Parameter:
|
|
26
|
-
|
|
27
|
-
| Name | Typ | Optional | Default |
|
|
28
|
-
|------|-----|----------|---------|
|
|
29
|
-
| `request` | `DriftRequest` | nein | nein |
|
|
30
|
-
|
|
31
|
-
Rückgabewert: `Promise<DriftResponse>`
|
|
32
|
-
|
|
33
|
-
### variable: execAsync
|
|
34
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
35
|
-
Signatur: `execAsync: typeof exec.__promisify__`
|
|
36
|
-
```ts
|
|
37
|
-
execAsync: typeof exec.__promisify__
|
|
38
|
-
```
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/tools/impact.ts
|
|
2
|
-
|
|
3
|
-
### interface: SymbolEntry
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `interface SymbolEntry {
|
|
6
|
-
file: string;
|
|
7
|
-
name: string;
|
|
8
|
-
type: string;
|
|
9
|
-
dependencies?: string[];
|
|
10
|
-
dependents?: string[];
|
|
11
|
-
}`
|
|
12
|
-
```ts
|
|
13
|
-
interface SymbolEntry {
|
|
14
|
-
file: string;
|
|
15
|
-
name: string;
|
|
16
|
-
type: string;
|
|
17
|
-
dependencies?: string[];
|
|
18
|
-
dependents?: string[];
|
|
19
|
-
}
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
Eigenschaften:
|
|
23
|
-
|
|
24
|
-
| Name | Typ | Optional |
|
|
25
|
-
|------|-----|----------|
|
|
26
|
-
| `dependencies` | `string[]` | ja |
|
|
27
|
-
| `dependents` | `string[]` | ja |
|
|
28
|
-
| `file` | `string` | nein |
|
|
29
|
-
| `name` | `string` | nein |
|
|
30
|
-
| `type` | `string` | nein |
|
|
31
|
-
|
|
32
|
-
### function: analyzeImpact
|
|
33
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
34
|
-
Signatur: `analyzeImpact(request: ImpactRequest): Promise<ImpactResponse>`
|
|
35
|
-
```ts
|
|
36
|
-
analyzeImpact(request: ImpactRequest): Promise<ImpactResponse>
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
Parameter:
|
|
40
|
-
|
|
41
|
-
| Name | Typ | Optional | Default |
|
|
42
|
-
|------|-----|----------|---------|
|
|
43
|
-
| `request` | `ImpactRequest` | nein | nein |
|
|
44
|
-
|
|
45
|
-
Rückgabewert: `Promise<ImpactResponse>`
|
|
46
|
-
|
|
47
|
-
### function: buildDependencyMap
|
|
48
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
49
|
-
Signatur: `buildDependencyMap(symbolsPath: string): Promise<Map<string, Set<string>>>`
|
|
50
|
-
```ts
|
|
51
|
-
buildDependencyMap(symbolsPath: string): Promise<Map<string, Set<string>>>
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
Parameter:
|
|
55
|
-
|
|
56
|
-
| Name | Typ | Optional | Default |
|
|
57
|
-
|------|-----|----------|---------|
|
|
58
|
-
| `symbolsPath` | `string` | nein | nein |
|
|
59
|
-
|
|
60
|
-
Rückgabewert: `Promise<Map<string, Set<string>>>`
|
|
61
|
-
|
|
62
|
-
### function: calculateImpact
|
|
63
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
64
|
-
Signatur: `calculateImpact(totalDependents: number): { impactLevel: 'low' | 'medium' | 'high' | 'critical'; recommendation: string; }`
|
|
65
|
-
```ts
|
|
66
|
-
calculateImpact(totalDependents: number): { impactLevel: 'low' | 'medium' | 'high' | 'critical'; recommendation: string; }
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Parameter:
|
|
70
|
-
|
|
71
|
-
| Name | Typ | Optional | Default |
|
|
72
|
-
|------|-----|----------|---------|
|
|
73
|
-
| `totalDependents` | `number` | nein | nein |
|
|
74
|
-
|
|
75
|
-
Rückgabewert: `{ impactLevel: 'low' | 'medium' | 'high' | 'critical'; recommendation: string; }`
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/tools/scan.ts
|
|
2
|
-
|
|
3
|
-
### function: runScan
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `runScan(request: ScanRequest): Promise<ScanResponse>`
|
|
6
|
-
```ts
|
|
7
|
-
runScan(request: ScanRequest): Promise<ScanResponse>
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Parameter:
|
|
11
|
-
|
|
12
|
-
| Name | Typ | Optional | Default |
|
|
13
|
-
|------|-----|----------|---------|
|
|
14
|
-
| `request` | `ScanRequest` | nein | nein |
|
|
15
|
-
|
|
16
|
-
Rückgabewert: `Promise<ScanResponse>`
|
|
17
|
-
|
|
18
|
-
### variable: execAsync
|
|
19
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
20
|
-
Signatur: `execAsync: typeof exec.__promisify__`
|
|
21
|
-
```ts
|
|
22
|
-
execAsync: typeof exec.__promisify__
|
|
23
|
-
```
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/tools/validate.ts
|
|
2
|
-
|
|
3
|
-
### function: runValidate
|
|
4
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
-
Signatur: `runValidate(request: ValidateRequest): Promise<ValidateResponse>`
|
|
6
|
-
```ts
|
|
7
|
-
runValidate(request: ValidateRequest): Promise<ValidateResponse>
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Parameter:
|
|
11
|
-
|
|
12
|
-
| Name | Typ | Optional | Default |
|
|
13
|
-
|------|-----|----------|---------|
|
|
14
|
-
| `request` | `ValidateRequest` | nein | nein |
|
|
15
|
-
|
|
16
|
-
Rückgabewert: `Promise<ValidateResponse>`
|
|
17
|
-
|
|
18
|
-
### variable: execAsync
|
|
19
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
20
|
-
Signatur: `execAsync: typeof exec.__promisify__`
|
|
21
|
-
```ts
|
|
22
|
-
execAsync: typeof exec.__promisify__
|
|
23
|
-
```
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
# Modul: packages/doc-system-agent/src/mcp/tools/verify-adrs.ts
|
|
2
|
-
|
|
3
|
-
<!-- change: symbol-added name="VerifyAdrsRequest" kind="interface" -->
|
|
4
|
-
### interface: VerifyAdrsRequest
|
|
5
|
-
Rolle: domain-model (Sichtbarkeit: public, Priorität: high)
|
|
6
|
-
Signatur: `interface VerifyAdrsRequest {
|
|
7
|
-
verbose?: boolean;
|
|
8
|
-
}`
|
|
9
|
-
```ts
|
|
10
|
-
interface VerifyAdrsRequest {
|
|
11
|
-
verbose?: boolean;
|
|
12
|
-
}
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
Eigenschaften:
|
|
16
|
-
|
|
17
|
-
| Name | Typ | Optional |
|
|
18
|
-
|------|-----|----------|
|
|
19
|
-
| `verbose` | `boolean` | ja |
|
|
20
|
-
|
|
21
|
-
<!-- change: symbol-added name="VerifyAdrsResponse" kind="interface" -->
|
|
22
|
-
### interface: VerifyAdrsResponse
|
|
23
|
-
Rolle: domain-model (Sichtbarkeit: public, Priorität: high)
|
|
24
|
-
Signatur: `interface VerifyAdrsResponse {
|
|
25
|
-
status: 'success' | 'warnings' | 'errors';
|
|
26
|
-
totalClaims: number;
|
|
27
|
-
verifiedClaims: number;
|
|
28
|
-
errors: AdrClaim[];
|
|
29
|
-
warnings: AdrClaim[];
|
|
30
|
-
duration: number;
|
|
31
|
-
logs: string[];
|
|
32
|
-
}`
|
|
33
|
-
```ts
|
|
34
|
-
interface VerifyAdrsResponse {
|
|
35
|
-
status: 'success' | 'warnings' | 'errors';
|
|
36
|
-
totalClaims: number;
|
|
37
|
-
verifiedClaims: number;
|
|
38
|
-
errors: AdrClaim[];
|
|
39
|
-
warnings: AdrClaim[];
|
|
40
|
-
duration: number;
|
|
41
|
-
logs: string[];
|
|
42
|
-
}
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Eigenschaften:
|
|
46
|
-
|
|
47
|
-
| Name | Typ | Optional |
|
|
48
|
-
|------|-----|----------|
|
|
49
|
-
| `duration` | `number` | nein |
|
|
50
|
-
| `errors` | `AdrClaim[]` | nein |
|
|
51
|
-
| `logs` | `string[]` | nein |
|
|
52
|
-
| `status` | `'success' | 'warnings' | 'errors'` | nein |
|
|
53
|
-
| `totalClaims` | `number` | nein |
|
|
54
|
-
| `verifiedClaims` | `number` | nein |
|
|
55
|
-
| `warnings` | `AdrClaim[]` | nein |
|
|
56
|
-
|
|
57
|
-
<!-- change: symbol-added name="AdrClaim" kind="interface" -->
|
|
58
|
-
### interface: AdrClaim
|
|
59
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
60
|
-
Signatur: `interface AdrClaim {
|
|
61
|
-
adr: string;
|
|
62
|
-
line: number;
|
|
63
|
-
claim: string;
|
|
64
|
-
type: 'file-exists' | 'function-exists';
|
|
65
|
-
}`
|
|
66
|
-
```ts
|
|
67
|
-
interface AdrClaim {
|
|
68
|
-
adr: string;
|
|
69
|
-
line: number;
|
|
70
|
-
claim: string;
|
|
71
|
-
type: 'file-exists' | 'function-exists';
|
|
72
|
-
}
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
Eigenschaften:
|
|
76
|
-
|
|
77
|
-
| Name | Typ | Optional |
|
|
78
|
-
|------|-----|----------|
|
|
79
|
-
| `adr` | `string` | nein |
|
|
80
|
-
| `claim` | `string` | nein |
|
|
81
|
-
| `line` | `number` | nein |
|
|
82
|
-
| `type` | `'file-exists' | 'function-exists'` | nein |
|
|
83
|
-
|
|
84
|
-
<!-- change: symbol-added name="runVerifyAdrs" kind="function" -->
|
|
85
|
-
### function: runVerifyAdrs
|
|
86
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
87
|
-
Signatur: `runVerifyAdrs(request: VerifyAdrsRequest): Promise<VerifyAdrsResponse>`
|
|
88
|
-
```ts
|
|
89
|
-
runVerifyAdrs(request: VerifyAdrsRequest): Promise<VerifyAdrsResponse>
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
Parameter:
|
|
93
|
-
|
|
94
|
-
| Name | Typ | Optional | Default |
|
|
95
|
-
|------|-----|----------|---------|
|
|
96
|
-
| `request` | `VerifyAdrsRequest` | nein | nein |
|
|
97
|
-
|
|
98
|
-
Rückgabewert: `Promise<VerifyAdrsResponse>`
|
|
99
|
-
|
|
100
|
-
<!-- change: symbol-added name="execAsync" kind="variable" -->
|
|
101
|
-
### variable: execAsync
|
|
102
|
-
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
103
|
-
Signatur: `execAsync: typeof exec.__promisify__`
|
|
104
|
-
```ts
|
|
105
|
-
execAsync: typeof exec.__promisify__
|
|
106
|
-
```
|