1
1
import :
2
- - path : src/Console/context.yaml
3
- - path : src/ConfigLoader/context.yaml
2
+ - path : src/*/context.yaml
4
3
5
4
documents :
6
5
- description : " Context Generator Project Structure"
@@ -55,117 +54,11 @@ documents:
55
54
- ' FilesInterface.php'
56
55
showTreeView : true
57
56
58
- - description : Document Compilation System
59
- outputPath : core/document .md
57
+ - description : Config parser
58
+ outputPath : core/config-parser .md
60
59
sources :
61
60
- type : file
62
- sourcePaths : src/Document
63
- filePattern : ' *.php'
64
- showTreeView : true
65
-
66
- - description : Source Implementations - File
67
- outputPath : sources/file-source.md
68
- sources :
69
- - type : file
70
- sourcePaths : src/Source/File
71
- filePattern : ' *.php'
72
- showTreeView : true
73
-
74
- - description : Source Implementations - GitHub
75
- outputPath : sources/github-source.md
76
- sources :
77
- - type : file
78
- sourcePaths : src/Source/Github
79
- filePattern : ' *.php'
80
- showTreeView : true
81
-
82
- - description : Source Implementations - URL
83
- outputPath : sources/url-source.md
84
- sources :
85
- - type : file
86
- sourcePaths : src/Source/Url
87
- filePattern : ' *.php'
88
- showTreeView : true
89
-
90
- - description : Source Implementations - Text
91
- outputPath : sources/text-source.md
92
- sources :
93
- - type : file
94
- sourcePaths : src/Source/Text
95
- filePattern : ' *.php'
96
- showTreeView : true
97
-
98
- - description : Source Implementations - Git Diff
99
- outputPath : sources/git-diff-source.md
100
- sources :
101
- - type : file
102
- sourcePaths : src/Source/GitDiff
103
- filePattern : ' *.php'
104
- showTreeView : true
105
-
106
- - description : Source Implementations - Composer
107
- outputPath : sources/composer-source.md
108
- sources :
109
- - type : file
110
- sourcePaths : src/Source/Composer
111
- filePattern : ' *.php'
112
- showTreeView : true
113
-
114
- - description : Source Implementations - Tree
115
- outputPath : sources/tree-source.md
116
- sources :
117
- - type : file
118
- sourcePaths : src/Source/Tree
119
- filePattern : ' *.php'
120
- showTreeView : true
121
-
122
- - description : Modifiers System
123
- outputPath : modifiers/modifiers-core.md
124
- sources :
125
- - type : file
126
- sourcePaths : src/Modifier
127
- filePattern :
128
- - ' *.php'
129
- - ' Alias/*.php'
130
- notPath :
131
- - ' PhpContentFilter.php'
132
- - ' PhpSignature.php'
133
- - ' ContextSanitizerModifier.php'
134
- showTreeView : true
135
-
136
- - description : PHP Content Modifiers
137
- outputPath : modifiers/php-modifiers.md
138
- sources :
139
- - type : file
140
- sourcePaths : src/Modifier
141
- filePattern :
142
- - ' PhpContentFilter.php'
143
- - ' PhpSignature.php'
144
- showTreeView : true
145
-
146
- - description : Sanitizer Modifier
147
- outputPath : modifiers/sanitizer.md
148
- sources :
149
- - type : file
150
- sourcePaths :
151
- - src/Modifier/ContextSanitizerModifier.php
152
- - src/Lib/Sanitizer
153
- filePattern : ' *.php'
154
- showTreeView : true
155
-
156
- - description : Content Building System
157
- outputPath : utilities/content-builder.md
158
- sources :
159
- - type : file
160
- sourcePaths : src/Lib/Content
161
- filePattern : ' *.php'
162
- showTreeView : true
163
-
164
- - description : Content Block Types
165
- outputPath : utilities/content-blocks.md
166
- sources :
167
- - type : file
168
- sourcePaths : src/Lib/Content/Block
61
+ sourcePaths : src/ConfigLoader
169
62
filePattern : ' *.php'
170
63
showTreeView : true
171
64
@@ -197,7 +90,9 @@ documents:
197
90
outputPath : utilities/github-client.md
198
91
sources :
199
92
- type : file
200
- sourcePaths : src/Lib/GithubClient
93
+ sourcePaths :
94
+ - src/Lib/GithubClient
95
+ - src/GithubClientFactory.php
201
96
filePattern : ' *.php'
202
97
showTreeView : true
203
98
@@ -232,24 +127,8 @@ documents:
232
127
sourcePaths :
233
128
- tests
234
129
235
- - description : " MCP Server Actions"
236
- outputPath : " mcp/actions.md"
237
- sources :
238
- - type : file
239
- sourcePaths :
240
- - src/McpServer/Action
241
-
242
- - description : " MCP Server routing"
243
- outputPath : " mcp/routing.md"
244
- sources :
245
- - type : file
246
- sourcePaths :
247
- - src/McpServer/Routing
248
- - src/McpServer/Server.php
249
- - src/McpServer/ServerFactory.php
250
-
251
130
- description : " Changes in the Project"
252
131
outputPath : " changes.md"
253
132
sources :
254
133
- type : git_diff
255
- commit : unstaged
134
+ commit : unstaged
0 commit comments