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

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 (84) hide show
  1. package/docs/index/symbols.jsonl +78 -31
  2. package/docs/modules/mcp__src__tools__drift.ts.md +6 -2
  3. package/docs/modules/mcp__src__tools__impact.ts.md +3 -0
  4. package/docs/modules/package.json.md +10 -11
  5. package/docs/modules/scripts__verify-adrs.js.md +2 -2
  6. package/docs/modules/src__core__consolidation.ts.md +0 -1
  7. package/docs/modules/src__core__scanner.ts.md +0 -1
  8. package/docs/modules/src__index__index.ts.md +18 -0
  9. package/docs/modules/src__parsers__json-yaml.ts.md +16 -1
  10. package/docs/modules/src__parsers__types.ts.md +18 -0
  11. package/docs/system/CHANGE_REPORT.md +14 -7
  12. package/docs/system/DEPENDENCIES.md +0 -27
  13. package/docs/system/DEPENDENCY_GRAPH.md +267 -299
  14. package/docs/system/SYSTEM_METADATA.json +37 -0
  15. package/package.json +3 -4
  16. package/noyrax-5d-database-plugin-0.1.8.tgz +0 -0
  17. package/out/cache/ast-cache.js +0 -69
  18. package/out/cache/ast-cache.js.map +0 -1
  19. package/out/cache/dependencies-cache.js +0 -73
  20. package/out/cache/dependencies-cache.js.map +0 -1
  21. package/out/cache/output-cache.js +0 -69
  22. package/out/cache/output-cache.js.map +0 -1
  23. package/out/cache/signature-cache.js +0 -60
  24. package/out/cache/signature-cache.js.map +0 -1
  25. package/out/cli/generate-cli.js +0 -330
  26. package/out/cli/generate-cli.js.map +0 -1
  27. package/out/cli/scan-cli.js +0 -151
  28. package/out/cli/scan-cli.js.map +0 -1
  29. package/out/cli/validate-cli.js +0 -258
  30. package/out/cli/validate-cli.js.map +0 -1
  31. package/out/core/async.js +0 -38
  32. package/out/core/async.js.map +0 -1
  33. package/out/core/consolidation.js +0 -230
  34. package/out/core/consolidation.js.map +0 -1
  35. package/out/core/git.js +0 -48
  36. package/out/core/git.js.map +0 -1
  37. package/out/core/language-detection.js +0 -29
  38. package/out/core/language-detection.js.map +0 -1
  39. package/out/core/scanner.js +0 -179
  40. package/out/core/scanner.js.map +0 -1
  41. package/out/core/signature-formatter.js +0 -162
  42. package/out/core/signature-formatter.js.map +0 -1
  43. package/out/core/symbol-classifier.js +0 -96
  44. package/out/core/symbol-classifier.js.map +0 -1
  45. package/out/core/symbols.js +0 -24
  46. package/out/core/symbols.js.map +0 -1
  47. package/out/drift/index.js +0 -28
  48. package/out/drift/index.js.map +0 -1
  49. package/out/extension.js +0 -984
  50. package/out/extension.js.map +0 -1
  51. package/out/generator/adr-linker.js +0 -216
  52. package/out/generator/adr-linker.js.map +0 -1
  53. package/out/generator/change-report.js +0 -124
  54. package/out/generator/change-report.js.map +0 -1
  55. package/out/generator/dependency-graph.js +0 -98
  56. package/out/generator/dependency-graph.js.map +0 -1
  57. package/out/generator/index.js +0 -117
  58. package/out/generator/index.js.map +0 -1
  59. package/out/generator/module-doc.js +0 -438
  60. package/out/generator/module-doc.js.map +0 -1
  61. package/out/index/index.js +0 -147
  62. package/out/index/index.js.map +0 -1
  63. package/out/logging/index.js +0 -24
  64. package/out/logging/index.js.map +0 -1
  65. package/out/parsers/dependencies.js +0 -126
  66. package/out/parsers/dependencies.js.map +0 -1
  67. package/out/parsers/json-yaml.js +0 -90
  68. package/out/parsers/json-yaml.js.map +0 -1
  69. package/out/parsers/python.js +0 -160
  70. package/out/parsers/python.js.map +0 -1
  71. package/out/parsers/ts-js.js +0 -397
  72. package/out/parsers/ts-js.js.map +0 -1
  73. package/out/parsers/types.js +0 -3
  74. package/out/parsers/types.js.map +0 -1
  75. package/out/ui/commands-provider.js +0 -91
  76. package/out/ui/commands-provider.js.map +0 -1
  77. package/out/ui/status-bar.js +0 -85
  78. package/out/ui/status-bar.js.map +0 -1
  79. package/out/validator/index.js +0 -185
  80. package/out/validator/index.js.map +0 -1
  81. package/out/validator/signature-matching.js +0 -261
  82. package/out/validator/signature-matching.js.map +0 -1
  83. package/out/validator/status.js +0 -38
  84. package/out/validator/status.js.map +0 -1
@@ -7,7 +7,7 @@ Signatur: `class JsonYamlParser`
7
7
  class JsonYamlParser
8
8
  ```
9
9
 
10
- Diese Klasse bündelt 3 Methoden. Die detaillierten Signaturen sind in den nachfolgenden `method:`-Abschnitten dokumentiert.
10
+ Diese Klasse bündelt 4 Methoden. Die detaillierten Signaturen sind in den nachfolgenden `method:`-Abschnitten dokumentiert.
11
11
 
12
12
  ### method: JsonYamlParser.parse
13
13
  Rolle: other (Sichtbarkeit: public, Priorität: normal)
@@ -58,6 +58,21 @@ Parameter:
58
58
 
59
59
  Rückgabewert: `any | null`
60
60
 
61
+ ### method: JsonYamlParser.filterConfigKeys
62
+ Rolle: other (Sichtbarkeit: internal, Priorität: low)
63
+ Signatur: `filterConfigKeys(obj: unknown): Record<string, unknown>`
64
+ ```ts
65
+ filterConfigKeys(obj: unknown): Record<string, unknown>
66
+ ```
67
+
68
+ Parameter:
69
+
70
+ | Name | Typ | Optional | Default |
71
+ |------|-----|----------|---------|
72
+ | `obj` | `unknown` | nein | nein |
73
+
74
+ Rückgabewert: `Record<string, unknown>`
75
+
61
76
  ### function: asRepoRel
62
77
  Rolle: other (Sichtbarkeit: public, Priorität: normal)
63
78
  Signatur: `asRepoRel(p: string): string`
@@ -8,6 +8,12 @@ Signatur: `interface ParsedSymbol {
8
8
  fullyQualifiedName: string;
9
9
  signature: SymbolSignature;
10
10
  kind: 'class' | 'interface' | 'function' | 'method' | 'type' | 'enum' | 'variable' | 'module';
11
+ start_line?: number;
12
+ end_line?: number;
13
+ start_col?: number;
14
+ end_col?: number;
15
+ byte_offset_start?: number;
16
+ byte_offset_end?: number;
11
17
  }`
12
18
  ```ts
13
19
  interface ParsedSymbol {
@@ -16,6 +22,12 @@ interface ParsedSymbol {
16
22
  fullyQualifiedName: string;
17
23
  signature: SymbolSignature;
18
24
  kind: 'class' | 'interface' | 'function' | 'method' | 'type' | 'enum' | 'variable' | 'module';
25
+ start_line?: number;
26
+ end_line?: number;
27
+ start_col?: number;
28
+ end_col?: number;
29
+ byte_offset_start?: number;
30
+ byte_offset_end?: number;
19
31
  }
20
32
  ```
21
33
 
@@ -23,11 +35,17 @@ Eigenschaften:
23
35
 
24
36
  | Name | Typ | Optional |
25
37
  |------|-----|----------|
38
+ | `byte_offset_end` | `number` | ja |
39
+ | `byte_offset_start` | `number` | ja |
40
+ | `end_col` | `number` | ja |
41
+ | `end_line` | `number` | ja |
26
42
  | `filePath` | `string` | nein |
27
43
  | `fullyQualifiedName` | `string` | nein |
28
44
  | `kind` | `'class' | 'interface' | 'function' | 'method' | 'type' | 'enum' | 'variable' | 'module'` | nein |
29
45
  | `language` | `string` | nein |
30
46
  | `signature` | `SymbolSignature` | nein |
47
+ | `start_col` | `number` | ja |
48
+ | `start_line` | `number` | ja |
31
49
 
32
50
  ### interface: ParserAdapter
33
51
  Rolle: other (Sichtbarkeit: public, Priorität: normal)
@@ -1,19 +1,26 @@
1
1
  # Änderungsreport
2
2
 
3
3
  Letzter Lauf: Incremental
4
- Geparste Dateien: 30
5
- Übersprungene Dateien: 25
4
+ Geparste Dateien: 32
5
+ Übersprungene Dateien: 30
6
6
 
7
7
  ## Neu hinzugefügte Symbole
8
- - `src/core/consolidation.ts::deduplicateAndSortDependencies` (function)
9
- - `src/core/scanner.ts::EXCLUDE_FILE_PATTERNS` (variable)
8
+ - `package.json::scripts` (variable)
9
+ - `package.json::version` (variable)
10
+ - `package.json::repository` (variable)
11
+
12
+ ## Entfernte Symbole
13
+ - `scripts/verify-adrs.js::{ execSync }` (variable)
14
+ - `scripts/verify-adrs.js::{ execSync }` (variable)
15
+ - `scripts/verify-adrs.js::{ execSync }` (variable)
16
+ - `scripts/verify-adrs.js::{ execSync }` (variable)
17
+ - `scripts/verify-adrs.js::{ execSync }` (variable)
10
18
 
11
19
  ## Abhängigkeiten
12
20
  - Neu: 0 Dependencies
13
21
  - Entfernt: 0 Dependencies
14
- - Gesamt: 221 Dependencies
22
+ - Gesamt: 202 Dependencies
15
23
 
16
24
  ## Validator-Status
17
25
  - Fehler: 0
18
- - Warnungen: 1
19
- - Signatur-Abweichung: ts://src/cache/dependencies-cache.ts#DependencyCacheEntry
26
+ - Warnungen: 0
@@ -6,19 +6,6 @@
6
6
  - `node:fs/promises` (* as fs)
7
7
  - `node:path` (* as path)
8
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
9
  ## mcp/src/tools/drift.ts
23
10
 
24
11
  ### Imports
@@ -91,20 +78,6 @@
91
78
  - `node:fs/promises` (* as fs)
92
79
  - `node:path` (* as path)
93
80
 
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
81
  ## packages/doc-system-agent/src/mcp/tools/drift.ts
109
82
 
110
83
  ### Imports