@noyrax/documentation-system-plugin 1.0.4-beta.1
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/.vscodeignore +41 -0
- package/LICENSE +21 -0
- package/MCP_SERVER_SETUP.md +371 -0
- package/README.md +663 -0
- package/assets/icon.svg +27 -0
- package/docs/LINKEDIN_ANTWORT_SEQUENZDIAGRAMME.md +190 -0
- package/docs/SEQUENZDIAGRAMM_BEWEIS.md +469 -0
- package/docs/SEQUENZDIAGRAMM_VALIDATE_FLOW.md +282 -0
- package/docs/adr/001-signatur-abweichung-fix.md +54 -0
- package/docs/adr/002-file-specific-validation-1.0.1.md +45 -0
- package/docs/adr/003-documentation-generation-bugs.md +134 -0
- package/docs/adr/004-validator-signature-matching-fix.md +121 -0
- package/docs/adr/005-validator-generic-simplification-tightening.md +35 -0
- package/docs/adr/006-parser-variable-type-extraction.md +33 -0
- package/docs/adr/007-ts-parser-load-libs-for-accurate-types.md +31 -0
- package/docs/adr/008-dependencies-cache-phase1.md +133 -0
- package/docs/adr/009-consolidation-union-logic-phase1-2.md +147 -0
- package/docs/adr/010-extension-union-integration-phase1-3-and-phase2.md +179 -0
- package/docs/adr/011-module-doc-change-tracking-phase3.md +190 -0
- package/docs/adr/012-git-deletions-change-report-phase4.md +235 -0
- package/docs/adr/013-system-functionality-fixes.md +279 -0
- package/docs/adr/014-rules-migration-und-mcp-integration.md +113 -0
- package/docs/adr/015-global-agent-package.md +158 -0
- package/docs/adr/016-produktisierung-docguard.md +193 -0
- package/docs/adr/017-signature-matching-optional-fields.md +128 -0
- package/docs/adr/018-rebranding-docguard-to-noyrax.md +109 -0
- package/docs/adr/019-system-schwachstellen-analyse-und-fixes.md +204 -0
- package/docs/adr/020-api-doc-tiefe-und-signatureformatter.md +74 -0
- package/docs/adr/021-semantic-api-docs-and-symbol-classifier.md +125 -0
- package/docs/adr/022-semantic-class-and-constants-rendering.md +82 -0
- package/docs/adr/023-adr-verknuepfung-modul-doku.md +54 -0
- package/docs/adr/024-cursor-rules-mehrdimensionaler-raum.md +230 -0
- package/docs/adr/025-mcp-tools-scan-validate-cli-bridge.md +202 -0
- package/docs/adr/026-reality-driven-development-system.md +173 -0
- package/docs/adr/027-scanner-excludes-and-union-logic-fix.md +189 -0
- package/docs/adr/028-src-coverage-union-resync.md +124 -0
- package/docs/adr/029-parser-flow-kopplung-und-sync-drift-modi.md +102 -0
- package/docs/adr/030-dependency-import-symbol-names-preservation.md +123 -0
- package/docs/adr/031-generate-cli-vollstaendige-dokumentation.md +99 -0
- package/docs/adr/032-windows-optimized-verification-scripts.md +165 -0
- package/docs/adr/036-enhanced-dependency-metadata.md +190 -0
- package/docs/adr/TEMPLATE.md +76 -0
- package/docs/index/symbols.jsonl +31 -0
- package/docs/modules/action__action.yml.md +50 -0
- package/docs/modules/documentation.config.schema.json.md +37 -0
- package/docs/modules/mcp__package.json.md +130 -0
- package/docs/modules/mcp__src__resources__docs.ts.md +94 -0
- package/docs/modules/mcp__src__server.ts.md +15 -0
- package/docs/modules/mcp__src__tools__drift.ts.md +110 -0
- package/docs/modules/mcp__src__tools__impact.ts.md +127 -0
- package/docs/modules/mcp__src__tools__scan.ts.md +75 -0
- package/docs/modules/mcp__src__tools__validate.ts.md +116 -0
- package/docs/modules/mcp__src__tools__verify-adrs.ts.md +106 -0
- package/docs/modules/mcp__tsconfig.json.md +22 -0
- package/docs/modules/package.json.md +131 -0
- package/docs/modules/packages__doc-system-agent__examples__basic-project__package.json.md +43 -0
- package/docs/modules/packages__doc-system-agent__examples__basic-project__src__calculator.ts.md +81 -0
- package/docs/modules/packages__doc-system-agent__package.json.md +154 -0
- package/docs/modules/packages__doc-system-agent__src__cli__index.ts.md +8 -0
- package/docs/modules/packages__doc-system-agent__src__cli__init.ts.md +93 -0
- package/docs/modules/packages__doc-system-agent__src__cli__update.ts.md +113 -0
- package/docs/modules/packages__doc-system-agent__src__constants.ts.md +29 -0
- package/docs/modules/packages__doc-system-agent__src__index.ts.md +234 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__resources__docs.ts.md +94 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__server.ts.md +17 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__drift.ts.md +38 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__impact.ts.md +75 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__scan.ts.md +23 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__validate.ts.md +23 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__tools__verify-adrs.ts.md +106 -0
- package/docs/modules/packages__doc-system-agent__src__mcp__types.ts.md +355 -0
- package/docs/modules/packages__doc-system-agent__tsconfig.json.md +22 -0
- package/docs/modules/scripts__verify-adrs.js.md +97 -0
- package/docs/modules/scripts__verify-architecture.js.md +93 -0
- package/docs/modules/scripts__verify-imports.js.md +114 -0
- package/docs/modules/src____tests____setup.ts.md +8 -0
- package/docs/modules/src____tests____signature-formatter.test.ts.md +16 -0
- package/docs/modules/src____tests____snapshot-doc-generation.test.ts.md +8 -0
- package/docs/modules/src____tests____symbol-classifier.test.ts.md +16 -0
- package/docs/modules/src__cache__ast-cache.ts.md +91 -0
- package/docs/modules/src__cache__dependencies-cache.ts.md +89 -0
- package/docs/modules/src__cache__output-cache.ts.md +91 -0
- package/docs/modules/src__cache__signature-cache.ts.md +76 -0
- package/docs/modules/src__cli__generate-cli.ts.md +130 -0
- package/docs/modules/src__cli__scan-cli.ts.md +99 -0
- package/docs/modules/src__cli__validate-cli.ts.md +144 -0
- package/docs/modules/src__core__async.ts.md +18 -0
- package/docs/modules/src__core__consolidation.ts.md +158 -0
- package/docs/modules/src__core__git.ts.md +35 -0
- package/docs/modules/src__core__language-detection.ts.md +31 -0
- package/docs/modules/src__core__scanner.ts.md +101 -0
- package/docs/modules/src__core__signature-formatter.ts.md +232 -0
- package/docs/modules/src__core__symbol-classifier.ts.md +178 -0
- package/docs/modules/src__core__symbols.ts.md +31 -0
- package/docs/modules/src__drift__index.ts.md +53 -0
- package/docs/modules/src__extension.ts.md +418 -0
- package/docs/modules/src__generator__adr-linker.ts.md +154 -0
- package/docs/modules/src__generator__change-report.ts.md +85 -0
- package/docs/modules/src__generator__dependency-graph.ts.md +63 -0
- package/docs/modules/src__generator__index.ts.md +40 -0
- package/docs/modules/src__generator__module-doc.ts.md +242 -0
- package/docs/modules/src__index__index.ts.md +141 -0
- package/docs/modules/src__logging__index.ts.md +87 -0
- package/docs/modules/src__parsers__dependencies.ts.md +69 -0
- package/docs/modules/src__parsers__json-yaml.ts.md +81 -0
- package/docs/modules/src__parsers__python.ts.md +73 -0
- package/docs/modules/src__parsers__ts-js.ts.md +48 -0
- package/docs/modules/src__parsers__types.ts.md +99 -0
- package/docs/modules/src__ui__commands-provider.ts.md +70 -0
- package/docs/modules/src__ui__status-bar.ts.md +79 -0
- package/docs/modules/src__validator__index.ts.md +211 -0
- package/docs/modules/src__validator__signature-matching.ts.md +209 -0
- package/docs/modules/src__validator__status.ts.md +72 -0
- package/docs/modules/test-mcp-resources.js.md +27 -0
- package/docs/modules/tsconfig.json.md +22 -0
- package/docs/system/CHANGE_REPORT.md +19 -0
- package/docs/system/DEPENDENCIES.md +430 -0
- package/docs/system/DEPENDENCY_GRAPH.md +368 -0
- package/docs/system/NAVIGATION_SPACE_ANALYSIS.md +244 -0
- package/docs/system/NPX_CACHE_FIX.md +85 -0
- package/docs/system/NPX_LOCAL_USAGE.md +66 -0
- package/docs/system/PLUGIN_ECOSYSTEM_STATUS.md +465 -0
- package/docs/system/PLUGIN_UPDATE_GUIDE.md +212 -0
- package/docs/system/RULES_UPDATE_GUIDE.md +182 -0
- package/docs/system/SYSTEM_ANALYSIS.md +947 -0
- package/documentation.config.schema.json +77 -0
- package/noyrax-5d-database-plugin-0.1.8.tgz +0 -0
- 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 +330 -0
- package/out/cli/generate-cli.js.map +1 -0
- package/out/cli/scan-cli.js +151 -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 +179 -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/index/index.js +147 -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 +90 -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 +397 -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 +306 -0
- package/publish.ps1 +21 -0
- package/scripts/verify-adrs.js +312 -0
- package/scripts/verify-architecture.js +181 -0
- package/scripts/verify-imports.js +274 -0
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
# Modul: src/validator/signature-matching.ts
|
|
2
|
+
|
|
3
|
+
## Relevante ADRs
|
|
4
|
+
|
|
5
|
+
- [ADR-001: Signatur-Abweichung-Fix für Plugin/Snapshot](../adr/001-signatur-abweichung-fix.md)
|
|
6
|
+
- [ADR-002: Datei-spezifische Signatur-Validierung und Release 1.0.1](../adr/002-file-specific-validation-1.0.1.md)
|
|
7
|
+
- [ADR-004: Validator Signature-Matching Reparatur](../adr/004-validator-signature-matching-fix.md)
|
|
8
|
+
- [ADR-005: validator-generic-simplification-tightening](../adr/005-validator-generic-simplification-tightening.md)
|
|
9
|
+
- [ADR-013: system-functionality-fixes](../adr/013-system-functionality-fixes.md)
|
|
10
|
+
- [ADR-017: Verbesserte Optional-Feld-Kompatibilität in Signatur-Validierung](../adr/017-signature-matching-optional-fields.md)
|
|
11
|
+
- [ADR-020: API-Doku-Tiefe & zentrale Signatur-Formatierung](../adr/020-api-doc-tiefe-und-signatureformatter.md)
|
|
12
|
+
- [ADR-021: Semantische API-Doku-Tiefe & SymbolClassifier](../adr/021-semantic-api-docs-and-symbol-classifier.md)
|
|
13
|
+
- [ADR-028: Vollständige `src`-Abdeckung, Union-Logik & Resync-Strategie](../adr/028-src-coverage-union-resync.md)
|
|
14
|
+
|
|
15
|
+
<!-- change: symbol-added name="isApiConfigPattern" kind="function" -->
|
|
16
|
+
### interface: SignatureMatchingOptions
|
|
17
|
+
Rolle: config (Sichtbarkeit: public, Priorität: normal)
|
|
18
|
+
Signatur: `interface SignatureMatchingOptions {
|
|
19
|
+
validateNonPublic?: boolean;
|
|
20
|
+
depth?: 'full' | 'standard' | 'minimal';
|
|
21
|
+
}`
|
|
22
|
+
```ts
|
|
23
|
+
interface SignatureMatchingOptions {
|
|
24
|
+
validateNonPublic?: boolean;
|
|
25
|
+
depth?: 'full' | 'standard' | 'minimal';
|
|
26
|
+
}
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Eigenschaften:
|
|
30
|
+
|
|
31
|
+
| Name | Typ | Optional |
|
|
32
|
+
|------|-----|----------|
|
|
33
|
+
| `depth` | `'full' | 'standard' | 'minimal'` | ja |
|
|
34
|
+
| `validateNonPublic` | `boolean` | ja |
|
|
35
|
+
|
|
36
|
+
### interface: SignatureMismatch
|
|
37
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
38
|
+
Signatur: `interface SignatureMismatch {
|
|
39
|
+
symbolId: string;
|
|
40
|
+
expected: string;
|
|
41
|
+
documented: string;
|
|
42
|
+
severity: 'warning' | 'error';
|
|
43
|
+
}`
|
|
44
|
+
```ts
|
|
45
|
+
interface SignatureMismatch {
|
|
46
|
+
symbolId: string;
|
|
47
|
+
expected: string;
|
|
48
|
+
documented: string;
|
|
49
|
+
severity: 'warning' | 'error';
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Eigenschaften:
|
|
54
|
+
|
|
55
|
+
| Name | Typ | Optional |
|
|
56
|
+
|------|-----|----------|
|
|
57
|
+
| `documented` | `string` | nein |
|
|
58
|
+
| `expected` | `string` | nein |
|
|
59
|
+
| `severity` | `'warning' | 'error'` | nein |
|
|
60
|
+
| `symbolId` | `string` | nein |
|
|
61
|
+
|
|
62
|
+
<!-- change: symbol-added name="isConfigSuffixPattern" kind="function" -->
|
|
63
|
+
### function: escapeRegex
|
|
64
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
65
|
+
Signatur: `escapeRegex(str: string): string`
|
|
66
|
+
```ts
|
|
67
|
+
escapeRegex(str: string): string
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Parameter:
|
|
71
|
+
|
|
72
|
+
| Name | Typ | Optional | Default |
|
|
73
|
+
|------|-----|----------|---------|
|
|
74
|
+
| `str` | `string` | nein | nein |
|
|
75
|
+
|
|
76
|
+
Rückgabewert: `string`
|
|
77
|
+
|
|
78
|
+
<!-- change: symbol-added name="isManagerPattern" kind="function" -->
|
|
79
|
+
### function: isApiConfigPattern
|
|
80
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
81
|
+
Signatur: `isApiConfigPattern(expected: string, documented: string): boolean`
|
|
82
|
+
```ts
|
|
83
|
+
isApiConfigPattern(expected: string, documented: string): boolean
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Parameter:
|
|
87
|
+
|
|
88
|
+
| Name | Typ | Optional | Default |
|
|
89
|
+
|------|-----|----------|---------|
|
|
90
|
+
| `documented` | `string` | nein | nein |
|
|
91
|
+
| `expected` | `string` | nein | nein |
|
|
92
|
+
|
|
93
|
+
Rückgabewert: `boolean`
|
|
94
|
+
|
|
95
|
+
<!-- change: symbol-added name="isRecommendationApiConfigPattern" kind="function" -->
|
|
96
|
+
### function: isArchitecturallyValid
|
|
97
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
98
|
+
Signatur: `isArchitecturallyValid(expected: string, documented: string, symbol: ParsedSymbol): boolean`
|
|
99
|
+
```ts
|
|
100
|
+
isArchitecturallyValid(expected: string, documented: string, symbol: ParsedSymbol): boolean
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
Parameter:
|
|
104
|
+
|
|
105
|
+
| Name | Typ | Optional | Default |
|
|
106
|
+
|------|-----|----------|---------|
|
|
107
|
+
| `documented` | `string` | nein | nein |
|
|
108
|
+
| `expected` | `string` | nein | nein |
|
|
109
|
+
| `symbol` | `ParsedSymbol` | nein | nein |
|
|
110
|
+
|
|
111
|
+
Rückgabewert: `boolean`
|
|
112
|
+
|
|
113
|
+
<!-- change: symbol-added name="isRecommendationPattern" kind="function" -->
|
|
114
|
+
### function: isConfigSuffixPattern
|
|
115
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
116
|
+
Signatur: `isConfigSuffixPattern(expected: string, documented: string): boolean`
|
|
117
|
+
```ts
|
|
118
|
+
isConfigSuffixPattern(expected: string, documented: string): boolean
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
Parameter:
|
|
122
|
+
|
|
123
|
+
| Name | Typ | Optional | Default |
|
|
124
|
+
|------|-----|----------|---------|
|
|
125
|
+
| `documented` | `string` | nein | nein |
|
|
126
|
+
| `expected` | `string` | nein | nein |
|
|
127
|
+
|
|
128
|
+
Rückgabewert: `boolean`
|
|
129
|
+
|
|
130
|
+
### function: isManagerPattern
|
|
131
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
132
|
+
Signatur: `isManagerPattern(expected: string, documented: string): boolean`
|
|
133
|
+
```ts
|
|
134
|
+
isManagerPattern(expected: string, documented: string): boolean
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Parameter:
|
|
138
|
+
|
|
139
|
+
| Name | Typ | Optional | Default |
|
|
140
|
+
|------|-----|----------|---------|
|
|
141
|
+
| `documented` | `string` | nein | nein |
|
|
142
|
+
| `expected` | `string` | nein | nein |
|
|
143
|
+
|
|
144
|
+
Rückgabewert: `boolean`
|
|
145
|
+
|
|
146
|
+
### function: isRecommendationApiConfigPattern
|
|
147
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
148
|
+
Signatur: `isRecommendationApiConfigPattern(expected: string, documented: string): boolean`
|
|
149
|
+
```ts
|
|
150
|
+
isRecommendationApiConfigPattern(expected: string, documented: string): boolean
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
Parameter:
|
|
154
|
+
|
|
155
|
+
| Name | Typ | Optional | Default |
|
|
156
|
+
|------|-----|----------|---------|
|
|
157
|
+
| `documented` | `string` | nein | nein |
|
|
158
|
+
| `expected` | `string` | nein | nein |
|
|
159
|
+
|
|
160
|
+
Rückgabewert: `boolean`
|
|
161
|
+
|
|
162
|
+
### function: isRecommendationPattern
|
|
163
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
164
|
+
Signatur: `isRecommendationPattern(expected: string, documented: string): boolean`
|
|
165
|
+
```ts
|
|
166
|
+
isRecommendationPattern(expected: string, documented: string): boolean
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
Parameter:
|
|
170
|
+
|
|
171
|
+
| Name | Typ | Optional | Default |
|
|
172
|
+
|------|-----|----------|---------|
|
|
173
|
+
| `documented` | `string` | nein | nein |
|
|
174
|
+
| `expected` | `string` | nein | nein |
|
|
175
|
+
|
|
176
|
+
Rückgabewert: `boolean`
|
|
177
|
+
|
|
178
|
+
### function: isResponseWrapperPattern
|
|
179
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
180
|
+
Signatur: `isResponseWrapperPattern(expected: string, documented: string): boolean`
|
|
181
|
+
```ts
|
|
182
|
+
isResponseWrapperPattern(expected: string, documented: string): boolean
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
Parameter:
|
|
186
|
+
|
|
187
|
+
| Name | Typ | Optional | Default |
|
|
188
|
+
|------|-----|----------|---------|
|
|
189
|
+
| `documented` | `string` | nein | nein |
|
|
190
|
+
| `expected` | `string` | nein | nein |
|
|
191
|
+
|
|
192
|
+
Rückgabewert: `boolean`
|
|
193
|
+
|
|
194
|
+
### function: validateSignatureMatching
|
|
195
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
196
|
+
Signatur: `validateSignatureMatching(symbols: ParsedSymbol[], modulesDir: string, options: SignatureMatchingOptions = …): SignatureMismatch[]`
|
|
197
|
+
```ts
|
|
198
|
+
validateSignatureMatching(symbols: ParsedSymbol[], modulesDir: string, options: SignatureMatchingOptions = …): SignatureMismatch[]
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
Parameter:
|
|
202
|
+
|
|
203
|
+
| Name | Typ | Optional | Default |
|
|
204
|
+
|------|-----|----------|---------|
|
|
205
|
+
| `modulesDir` | `string` | nein | nein |
|
|
206
|
+
| `options` | `SignatureMatchingOptions` | nein | ja |
|
|
207
|
+
| `symbols` | `ParsedSymbol[]` | nein | nein |
|
|
208
|
+
|
|
209
|
+
Rückgabewert: `SignatureMismatch[]`
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# Modul: src/validator/status.ts
|
|
2
|
+
|
|
3
|
+
## Relevante ADRs
|
|
4
|
+
|
|
5
|
+
- [ADR-028: Vollständige `src`-Abdeckung, Union-Logik & Resync-Strategie](../adr/028-src-coverage-union-resync.md)
|
|
6
|
+
|
|
7
|
+
### interface: StatusReport
|
|
8
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
9
|
+
Signatur: `interface StatusReport {
|
|
10
|
+
status: ValidationStatus;
|
|
11
|
+
message: string;
|
|
12
|
+
details: {
|
|
13
|
+
totalErrors: number;
|
|
14
|
+
totalWarnings: number;
|
|
15
|
+
coverageIssues: number;
|
|
16
|
+
signatureMismatches: number;
|
|
17
|
+
markdownIssues: number;
|
|
18
|
+
};
|
|
19
|
+
}`
|
|
20
|
+
```ts
|
|
21
|
+
interface StatusReport {
|
|
22
|
+
status: ValidationStatus;
|
|
23
|
+
message: string;
|
|
24
|
+
details: {
|
|
25
|
+
totalErrors: number;
|
|
26
|
+
totalWarnings: number;
|
|
27
|
+
coverageIssues: number;
|
|
28
|
+
signatureMismatches: number;
|
|
29
|
+
markdownIssues: number;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
Eigenschaften:
|
|
35
|
+
|
|
36
|
+
| Name | Typ | Optional |
|
|
37
|
+
|------|-----|----------|
|
|
38
|
+
| `details` | `{
|
|
39
|
+
totalErrors: number;
|
|
40
|
+
totalWarnings: number;
|
|
41
|
+
coverageIssues: number;
|
|
42
|
+
signatureMismatches: number;
|
|
43
|
+
markdownIssues: number;
|
|
44
|
+
}` | nein |
|
|
45
|
+
| `message` | `string` | nein |
|
|
46
|
+
| `status` | `ValidationStatus` | nein |
|
|
47
|
+
|
|
48
|
+
### function: computeValidationStatus
|
|
49
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
50
|
+
Signatur: `computeValidationStatus(errors: string[], warnings: string[], coverageErrors: string[], signatureMismatches: number, markdownErrors: string[]): StatusReport`
|
|
51
|
+
```ts
|
|
52
|
+
computeValidationStatus(errors: string[], warnings: string[], coverageErrors: string[], signatureMismatches: number, markdownErrors: string[]): StatusReport
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
Parameter:
|
|
56
|
+
|
|
57
|
+
| Name | Typ | Optional | Default |
|
|
58
|
+
|------|-----|----------|---------|
|
|
59
|
+
| `coverageErrors` | `string[]` | nein | nein |
|
|
60
|
+
| `errors` | `string[]` | nein | nein |
|
|
61
|
+
| `markdownErrors` | `string[]` | nein | nein |
|
|
62
|
+
| `signatureMismatches` | `number` | nein | nein |
|
|
63
|
+
| `warnings` | `string[]` | nein | nein |
|
|
64
|
+
|
|
65
|
+
Rückgabewert: `StatusReport`
|
|
66
|
+
|
|
67
|
+
### type: ValidationStatus
|
|
68
|
+
Rolle: infra (Sichtbarkeit: public, Priorität: low)
|
|
69
|
+
Signatur: `type ValidationStatus`
|
|
70
|
+
```ts
|
|
71
|
+
type ValidationStatus
|
|
72
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Modul: test-mcp-resources.js
|
|
2
|
+
|
|
3
|
+
<!-- change: symbol-added name="testMcpServer" kind="function" -->
|
|
4
|
+
### function: testMcpServer
|
|
5
|
+
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
6
|
+
Signatur: `testMcpServer(): Promise<any>`
|
|
7
|
+
```ts
|
|
8
|
+
testMcpServer(): Promise<any>
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Rückgabewert: `Promise<any>`
|
|
12
|
+
|
|
13
|
+
<!-- change: symbol-added name="{ spawn }" kind="variable" -->
|
|
14
|
+
### variable: { spawn }
|
|
15
|
+
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
16
|
+
Signatur: `{ spawn }: any`
|
|
17
|
+
```ts
|
|
18
|
+
{ spawn }: any
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
<!-- change: symbol-added name="path" kind="variable" -->
|
|
22
|
+
### variable: path
|
|
23
|
+
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
24
|
+
Signatur: `path: PlatformPath`
|
|
25
|
+
```ts
|
|
26
|
+
path: PlatformPath
|
|
27
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Modul: tsconfig.json
|
|
2
|
+
|
|
3
|
+
### variable: compilerOptions
|
|
4
|
+
Rolle: config (Sichtbarkeit: public, Priorität: normal)
|
|
5
|
+
Signatur: `compilerOptions: object`
|
|
6
|
+
```ts
|
|
7
|
+
compilerOptions: object
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
### variable: exclude
|
|
11
|
+
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
12
|
+
Signatur: `exclude: object`
|
|
13
|
+
```ts
|
|
14
|
+
exclude: object
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
### variable: include
|
|
18
|
+
Rolle: other (Sichtbarkeit: public, Priorität: normal)
|
|
19
|
+
Signatur: `include: object`
|
|
20
|
+
```ts
|
|
21
|
+
include: object
|
|
22
|
+
```
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Änderungsreport
|
|
2
|
+
|
|
3
|
+
Letzter Lauf: Incremental
|
|
4
|
+
Geparste Dateien: 30
|
|
5
|
+
Übersprungene Dateien: 25
|
|
6
|
+
|
|
7
|
+
## Neu hinzugefügte Symbole
|
|
8
|
+
- `src/core/consolidation.ts::deduplicateAndSortDependencies` (function)
|
|
9
|
+
- `src/core/scanner.ts::EXCLUDE_FILE_PATTERNS` (variable)
|
|
10
|
+
|
|
11
|
+
## Abhängigkeiten
|
|
12
|
+
- Neu: 0 Dependencies
|
|
13
|
+
- Entfernt: 0 Dependencies
|
|
14
|
+
- Gesamt: 221 Dependencies
|
|
15
|
+
|
|
16
|
+
## Validator-Status
|
|
17
|
+
- Fehler: 0
|
|
18
|
+
- Warnungen: 1
|
|
19
|
+
- Signatur-Abweichung: ts://src/cache/dependencies-cache.ts#DependencyCacheEntry
|