@codemuster/win32-x64 0.1.0 → 0.2.8
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/LICENSE +74 -0
- package/bin/CodeMuster.Application.dll +0 -0
- package/bin/CodeMuster.Application.xml +498 -9
- package/bin/CodeMuster.Domain.dll +0 -0
- package/bin/CodeMuster.Domain.xml +339 -3
- package/bin/CodeMuster.Infrastructure.dll +0 -0
- package/bin/CodeMuster.Mapping.CSharp.dll +0 -0
- package/bin/CodeMuster.Mapping.TypeScript.dll +0 -0
- package/bin/codemuster.deps.json +30 -30
- package/bin/codemuster.dll +0 -0
- package/bin/codemuster.exe +0 -0
- package/package.json +2 -2
|
@@ -4,6 +4,36 @@
|
|
|
4
4
|
<name>CodeMuster.Application</name>
|
|
5
5
|
</assembly>
|
|
6
6
|
<members>
|
|
7
|
+
<member name="T:CodeMuster.Application.AgentSetup">
|
|
8
|
+
<summary>Installs selected project skills and merges CodeMuster's change hook into existing agent settings.</summary>
|
|
9
|
+
</member>
|
|
10
|
+
<member name="M:CodeMuster.Application.AgentSetup.#ctor(CodeMuster.Domain.IFileSystem)">
|
|
11
|
+
<summary>Installs selected project skills and merges CodeMuster's change hook into existing agent settings.</summary>
|
|
12
|
+
</member>
|
|
13
|
+
<member name="P:CodeMuster.Application.AgentSetup.Agents">
|
|
14
|
+
<summary>Agents supported by integrated setup.</summary>
|
|
15
|
+
</member>
|
|
16
|
+
<member name="M:CodeMuster.Application.AgentSetup.Select(System.String)">
|
|
17
|
+
<summary>Validates a comma-separated selection before setup writes any files.</summary>
|
|
18
|
+
</member>
|
|
19
|
+
<member name="M:CodeMuster.Application.AgentSetup.InstallAsync(System.String,System.Collections.Generic.IReadOnlyList{System.String},System.Boolean,System.String,System.Threading.CancellationToken)">
|
|
20
|
+
<summary>Installs skills and optional hooks, preserving unrelated settings and existing hooks.</summary>
|
|
21
|
+
</member>
|
|
22
|
+
<member name="T:CodeMuster.Application.AutomationMode">
|
|
23
|
+
<summary>The proactive work an agent may perform without a separate CodeMuster request.</summary>
|
|
24
|
+
</member>
|
|
25
|
+
<member name="F:CodeMuster.Application.AutomationMode.Off">
|
|
26
|
+
<summary>Use CodeMuster only when explicitly requested.</summary>
|
|
27
|
+
</member>
|
|
28
|
+
<member name="F:CodeMuster.Application.AutomationMode.Update">
|
|
29
|
+
<summary>Refresh repository coverage without reviewing or fixing code.</summary>
|
|
30
|
+
</member>
|
|
31
|
+
<member name="F:CodeMuster.Application.AutomationMode.Review">
|
|
32
|
+
<summary>Refresh coverage and review code related to the current task.</summary>
|
|
33
|
+
</member>
|
|
34
|
+
<member name="F:CodeMuster.Application.AutomationMode.ReviewAndFix">
|
|
35
|
+
<summary>Refresh coverage, review task-related code, and fix its confirmed findings.</summary>
|
|
36
|
+
</member>
|
|
7
37
|
<member name="T:CodeMuster.Application.CompositeMap">
|
|
8
38
|
<summary>What <see cref="T:CodeMuster.Application.CompositeMapper"/> produced: one map merged from every mapper that returned, and which languages were mapped and which failed.</summary>
|
|
9
39
|
<param name="Map">Symbols, edges, entry points, and diagnostics of every mapper in run order, with resolution counts summed.</param>
|
|
@@ -43,13 +73,15 @@
|
|
|
43
73
|
<param name="SliceTokenBudget">Approximate tokens of code a slice pack may show in full before farther members shrink to signatures (D07).</param>
|
|
44
74
|
<param name="ResolutionThreshold">Share of call sites, 0 to 1, the mappers must resolve before status calls slice coverage complete (D09).</param>
|
|
45
75
|
<param name="Verify">Whether every recorded finding gets a verify unit, costing about one more agent call per finding (D27, D28).</param>
|
|
76
|
+
<param name="Vulnerabilities">Whether <c>scan</c> runs each ecosystem's audit tool over the repository's manifests (D38); costs no agent calls.</param>
|
|
46
77
|
</member>
|
|
47
|
-
<member name="M:CodeMuster.Application.Config.#ctor(System.Collections.Generic.IReadOnlyList{CodeMuster.Application.Lens},System.Int32,System.Double,System.Boolean)">
|
|
78
|
+
<member name="M:CodeMuster.Application.Config.#ctor(System.Collections.Generic.IReadOnlyList{CodeMuster.Application.Lens},System.Int32,System.Double,System.Boolean,System.Boolean)">
|
|
48
79
|
<summary>The committed per-repo configuration (D04).</summary>
|
|
49
80
|
<param name="Lenses">Named lenses; at least one is expected.</param>
|
|
50
81
|
<param name="SliceTokenBudget">Approximate tokens of code a slice pack may show in full before farther members shrink to signatures (D07).</param>
|
|
51
82
|
<param name="ResolutionThreshold">Share of call sites, 0 to 1, the mappers must resolve before status calls slice coverage complete (D09).</param>
|
|
52
83
|
<param name="Verify">Whether every recorded finding gets a verify unit, costing about one more agent call per finding (D27, D28).</param>
|
|
84
|
+
<param name="Vulnerabilities">Whether <c>scan</c> runs each ecosystem's audit tool over the repository's manifests (D38); costs no agent calls.</param>
|
|
53
85
|
</member>
|
|
54
86
|
<member name="P:CodeMuster.Application.Config.Lenses">
|
|
55
87
|
<summary>Named lenses; at least one is expected.</summary>
|
|
@@ -63,9 +95,27 @@
|
|
|
63
95
|
<member name="P:CodeMuster.Application.Config.Verify">
|
|
64
96
|
<summary>Whether every recorded finding gets a verify unit, costing about one more agent call per finding (D27, D28).</summary>
|
|
65
97
|
</member>
|
|
98
|
+
<member name="P:CodeMuster.Application.Config.Vulnerabilities">
|
|
99
|
+
<summary>Whether <c>scan</c> runs each ecosystem's audit tool over the repository's manifests (D38); costs no agent calls.</summary>
|
|
100
|
+
</member>
|
|
66
101
|
<member name="P:CodeMuster.Application.Config.Exclude">
|
|
67
102
|
<summary>Repo-relative globs of files never analyzed, on top of the built-in <see cref="T:CodeMuster.Domain.Exclusions"/> (D04). A glob without a slash matches file names, so a folder needs <c>folder/**</c>.</summary>
|
|
68
103
|
</member>
|
|
104
|
+
<member name="P:CodeMuster.Application.Config.TestCommand">
|
|
105
|
+
<summary>The repository's own test command as a program and its arguments, such as <c>["dotnet", "test"]</c>. Fix mode runs it after every unit and throws away a fix that fails it (D37).</summary>
|
|
106
|
+
</member>
|
|
107
|
+
<member name="P:CodeMuster.Application.Config.Automation">
|
|
108
|
+
<summary>The proactive work agents may perform; explicit CLI commands remain available in every mode.</summary>
|
|
109
|
+
</member>
|
|
110
|
+
<member name="P:CodeMuster.Application.Config.DeadCode">
|
|
111
|
+
<summary>Whether scan reports conservative unused-code candidates from supported call maps.</summary>
|
|
112
|
+
</member>
|
|
113
|
+
<member name="P:CodeMuster.Application.Config.UserExperience">
|
|
114
|
+
<summary>Optional browser-based reviews, scoped to UI files.</summary>
|
|
115
|
+
</member>
|
|
116
|
+
<member name="M:CodeMuster.Application.Config.ExcludedHere(System.String)">
|
|
117
|
+
<summary>True when this repository's own <see cref="P:CodeMuster.Application.Config.Exclude"/> globs cover the path, whatever the built-in rules say about it.</summary>
|
|
118
|
+
</member>
|
|
69
119
|
<member name="M:CodeMuster.Application.Config.ExcludedReason(System.String,System.Boolean)">
|
|
70
120
|
<summary>Why a file is not analyzed: the built-in reason first, then <c>exclude:<glob></c> for the first exclude glob it matches; null when it is analyzed.</summary>
|
|
71
121
|
</member>
|
|
@@ -85,7 +135,7 @@
|
|
|
85
135
|
<summary>Reads and writes <see cref="T:CodeMuster.Application.Config"/> with the shared Domain JSON options.</summary>
|
|
86
136
|
</member>
|
|
87
137
|
<member name="M:CodeMuster.Application.ConfigJson.Parse(System.String)">
|
|
88
|
-
<summary>Parses config JSON, throwing <see cref="T:System.Text.Json.JsonException"/> when a required field is missing.</summary>
|
|
138
|
+
<summary>Parses config JSON, throwing <see cref="T:System.Text.Json.JsonException"/> when a required field is missing or automation is invalid.</summary>
|
|
89
139
|
</member>
|
|
90
140
|
<member name="M:CodeMuster.Application.ConfigJson.Serialize(CodeMuster.Application.Config)">
|
|
91
141
|
<summary>Writes config as indented JSON.</summary>
|
|
@@ -102,6 +152,197 @@
|
|
|
102
152
|
<member name="M:CodeMuster.Application.ConfigLoader.LoadAsync(System.String,System.Threading.CancellationToken)">
|
|
103
153
|
<summary>The repo's config; throws <see cref="T:CodeMuster.Application.NotInitializedException"/> until <c>init</c> has written one.</summary>
|
|
104
154
|
</member>
|
|
155
|
+
<member name="T:CodeMuster.Application.DeadCodeState">
|
|
156
|
+
<summary>What the available map can establish about a symbol's usage.</summary>
|
|
157
|
+
</member>
|
|
158
|
+
<member name="F:CodeMuster.Application.DeadCodeState.ProtectedEntryPoint">
|
|
159
|
+
<summary>A supported external or framework entry protects this symbol.</summary>
|
|
160
|
+
</member>
|
|
161
|
+
<member name="F:CodeMuster.Application.DeadCodeState.Reachable">
|
|
162
|
+
<summary>A mapped call path reaches this symbol from a protected entry.</summary>
|
|
163
|
+
</member>
|
|
164
|
+
<member name="F:CodeMuster.Application.DeadCodeState.Candidate">
|
|
165
|
+
<summary>No mapped entry reaches an internal symbol; this remains a report-only candidate.</summary>
|
|
166
|
+
</member>
|
|
167
|
+
<member name="F:CodeMuster.Application.DeadCodeState.Unknown">
|
|
168
|
+
<summary>Missing or dynamic invocation evidence prevents a useful unused-code inference.</summary>
|
|
169
|
+
</member>
|
|
170
|
+
<member name="T:CodeMuster.Application.DeadCodeAssessment">
|
|
171
|
+
<summary>Conservative usage evidence for one mapped declaration, never authority to remove it.</summary>
|
|
172
|
+
</member>
|
|
173
|
+
<member name="M:CodeMuster.Application.DeadCodeAssessment.#ctor(System.String,System.String,CodeMuster.Domain.LineRange,CodeMuster.Application.DeadCodeState,System.String,System.Collections.Generic.IReadOnlyList{System.String})">
|
|
174
|
+
<summary>Conservative usage evidence for one mapped declaration, never authority to remove it.</summary>
|
|
175
|
+
</member>
|
|
176
|
+
<member name="T:CodeMuster.Application.DeadCodeReview">
|
|
177
|
+
<summary>Protects entry points and distinguishes unused candidates from incomplete usage evidence.</summary>
|
|
178
|
+
</member>
|
|
179
|
+
<member name="F:CodeMuster.Application.DeadCodeReview.Id">
|
|
180
|
+
<summary>The reserved finding category and lens for unused-code candidates.</summary>
|
|
181
|
+
</member>
|
|
182
|
+
<member name="F:CodeMuster.Application.DeadCodeReview.Instructions">
|
|
183
|
+
<summary>The required scope and evidence boundaries for unused-code review.</summary>
|
|
184
|
+
</member>
|
|
185
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.IsFinding(CodeMuster.Domain.Finding)">
|
|
186
|
+
<summary>True when either identifying field places a finding under the unused-code safeguards.</summary>
|
|
187
|
+
</member>
|
|
188
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.CanAutoFix(CodeMuster.Domain.Finding)">
|
|
189
|
+
<summary>False for every unused-code finding, including historical findings marked confirmed.</summary>
|
|
190
|
+
</member>
|
|
191
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.Analyze(CodeMuster.Domain.CodeMap,System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})">
|
|
192
|
+
<summary>Follows all mapped edges from known external entries; incomplete or dynamic maps cannot establish unused candidates.</summary>
|
|
193
|
+
</member>
|
|
194
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.RenderEvidence(CodeMuster.Application.DeadCodeAssessment)">
|
|
195
|
+
<summary>Formats evidence for a finding or a review pack without implying runtime observation or safe deletion.</summary>
|
|
196
|
+
</member>
|
|
197
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.LiteralRequest">
|
|
198
|
+
<remarks>
|
|
199
|
+
Pattern:<br/>
|
|
200
|
+
<code>(?:\\bfetch|\\b(?:[A-Za-z_$][\\w$]*\\.)+(?<method>get|post|put|patch|delete|head|options))\\s*\\(\\s*(?:"(?<url>[^"\\r\\n]*)"|'(?<url>[^'\\r\\n]*)')(?<tail>[^;\\r\\n]{0,500})</code><br/>
|
|
201
|
+
Options:<br/>
|
|
202
|
+
<code>RegexOptions.CultureInvariant | RegexOptions.NonBacktracking</code><br/>
|
|
203
|
+
Explanation:<br/>
|
|
204
|
+
<code>
|
|
205
|
+
○ Match if at a word boundary.<br/>
|
|
206
|
+
○ Match with 2 alternative expressions.<br/>
|
|
207
|
+
○ Match the string "fetch".<br/>
|
|
208
|
+
○ Match a sequence of expressions.<br/>
|
|
209
|
+
○ Loop greedily at least once.<br/>
|
|
210
|
+
○ Match a character in the set [$A-Z_a-z].<br/>
|
|
211
|
+
○ Match a character in the set [$\w] greedily any number of times.<br/>
|
|
212
|
+
○ Match '.'.<br/>
|
|
213
|
+
○ "method" capture group.<br/>
|
|
214
|
+
○ Match with 5 alternative expressions.<br/>
|
|
215
|
+
○ Match the string "get".<br/>
|
|
216
|
+
○ Match a sequence of expressions.<br/>
|
|
217
|
+
○ Match 'p'.<br/>
|
|
218
|
+
○ Match with 3 alternative expressions.<br/>
|
|
219
|
+
○ Match the string "ost".<br/>
|
|
220
|
+
○ Match the string "ut".<br/>
|
|
221
|
+
○ Match the string "atch".<br/>
|
|
222
|
+
○ Match the string "delete".<br/>
|
|
223
|
+
○ Match the string "head".<br/>
|
|
224
|
+
○ Match the string "options".<br/>
|
|
225
|
+
○ Match a whitespace character greedily any number of times.<br/>
|
|
226
|
+
○ Match '('.<br/>
|
|
227
|
+
○ Match a whitespace character greedily any number of times.<br/>
|
|
228
|
+
○ Match with 2 alternative expressions.<br/>
|
|
229
|
+
○ Match a sequence of expressions.<br/>
|
|
230
|
+
○ Match '"'.<br/>
|
|
231
|
+
○ "url" capture group.<br/>
|
|
232
|
+
○ Match a character in the set [^\n\r"] greedily any number of times.<br/>
|
|
233
|
+
○ Match '"'.<br/>
|
|
234
|
+
○ Match a sequence of expressions.<br/>
|
|
235
|
+
○ Match '\''.<br/>
|
|
236
|
+
○ "url" capture group.<br/>
|
|
237
|
+
○ Match a character in the set [^\n\r'] greedily any number of times.<br/>
|
|
238
|
+
○ Match '\''.<br/>
|
|
239
|
+
○ "tail" capture group.<br/>
|
|
240
|
+
○ Match a character in the set [^\n\r;] greedily at most 500 times.<br/>
|
|
241
|
+
</code>
|
|
242
|
+
</remarks>
|
|
243
|
+
</member>
|
|
244
|
+
<member name="M:CodeMuster.Application.DeadCodeReview.FetchMethod">
|
|
245
|
+
<remarks>
|
|
246
|
+
Pattern:<br/>
|
|
247
|
+
<code>\\bmethod\\s*:\\s*['"](?<method>GET|POST|PUT|PATCH|DELETE|HEAD|OPTIONS)['"]</code><br/>
|
|
248
|
+
Options:<br/>
|
|
249
|
+
<code>RegexOptions.IgnoreCase | RegexOptions.CultureInvariant | RegexOptions.NonBacktracking</code><br/>
|
|
250
|
+
Explanation:<br/>
|
|
251
|
+
<code>
|
|
252
|
+
○ Match if at a word boundary.<br/>
|
|
253
|
+
○ Match a character in the set [Mm].<br/>
|
|
254
|
+
○ Match a character in the set [Ee].<br/>
|
|
255
|
+
○ Match a character in the set [Tt].<br/>
|
|
256
|
+
○ Match a character in the set [Hh].<br/>
|
|
257
|
+
○ Match a character in the set [Oo].<br/>
|
|
258
|
+
○ Match a character in the set [Dd].<br/>
|
|
259
|
+
○ Match a whitespace character greedily any number of times.<br/>
|
|
260
|
+
○ Match ':'.<br/>
|
|
261
|
+
○ Match a whitespace character greedily any number of times.<br/>
|
|
262
|
+
○ Match a character in the set ["'].<br/>
|
|
263
|
+
○ "method" capture group.<br/>
|
|
264
|
+
○ Match with 5 alternative expressions.<br/>
|
|
265
|
+
○ Match a sequence of expressions.<br/>
|
|
266
|
+
○ Match a character in the set [Gg].<br/>
|
|
267
|
+
○ Match a character in the set [Ee].<br/>
|
|
268
|
+
○ Match a character in the set [Tt].<br/>
|
|
269
|
+
○ Match a sequence of expressions.<br/>
|
|
270
|
+
○ Match a character in the set [Pp].<br/>
|
|
271
|
+
○ Match with 3 alternative expressions.<br/>
|
|
272
|
+
○ Match a sequence of expressions.<br/>
|
|
273
|
+
○ Match a character in the set [Oo].<br/>
|
|
274
|
+
○ Match a character in the set [Ss].<br/>
|
|
275
|
+
○ Match a character in the set [Tt].<br/>
|
|
276
|
+
○ Match a sequence of expressions.<br/>
|
|
277
|
+
○ Match a character in the set [Uu].<br/>
|
|
278
|
+
○ Match a character in the set [Tt].<br/>
|
|
279
|
+
○ Match a sequence of expressions.<br/>
|
|
280
|
+
○ Match a character in the set [Aa].<br/>
|
|
281
|
+
○ Match a character in the set [Tt].<br/>
|
|
282
|
+
○ Match a character in the set [Cc].<br/>
|
|
283
|
+
○ Match a character in the set [Hh].<br/>
|
|
284
|
+
○ Match a sequence of expressions.<br/>
|
|
285
|
+
○ Match a character in the set [Dd].<br/>
|
|
286
|
+
○ Match a character in the set [Ee].<br/>
|
|
287
|
+
○ Match a character in the set [Ll].<br/>
|
|
288
|
+
○ Match a character in the set [Ee].<br/>
|
|
289
|
+
○ Match a character in the set [Tt].<br/>
|
|
290
|
+
○ Match a character in the set [Ee].<br/>
|
|
291
|
+
○ Match a sequence of expressions.<br/>
|
|
292
|
+
○ Match a character in the set [Hh].<br/>
|
|
293
|
+
○ Match a character in the set [Ee].<br/>
|
|
294
|
+
○ Match a character in the set [Aa].<br/>
|
|
295
|
+
○ Match a character in the set [Dd].<br/>
|
|
296
|
+
○ Match a sequence of expressions.<br/>
|
|
297
|
+
○ Match a character in the set [Oo].<br/>
|
|
298
|
+
○ Match a character in the set [Pp].<br/>
|
|
299
|
+
○ Match a character in the set [Tt].<br/>
|
|
300
|
+
○ Match a character in the set [Ii].<br/>
|
|
301
|
+
○ Match a character in the set [Oo].<br/>
|
|
302
|
+
○ Match a character in the set [Nn].<br/>
|
|
303
|
+
○ Match a character in the set [Ss].<br/>
|
|
304
|
+
○ Match a character in the set ["'].<br/>
|
|
305
|
+
</code>
|
|
306
|
+
</remarks>
|
|
307
|
+
</member>
|
|
308
|
+
<member name="T:CodeMuster.Application.DeadCodeScan">
|
|
309
|
+
<summary>Plans and records conservative static usage assessments during scan.</summary>
|
|
310
|
+
</member>
|
|
311
|
+
<member name="P:CodeMuster.Application.DeadCodeScan.Plans">
|
|
312
|
+
<summary>Source units to upsert before recording their static assessments.</summary>
|
|
313
|
+
</member>
|
|
314
|
+
<member name="M:CodeMuster.Application.DeadCodeScan.Build(CodeMuster.Application.CompositeMap,System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.FileRecord},System.Collections.Generic.IReadOnlyDictionary{System.String,System.String})">
|
|
315
|
+
<summary>Builds assessments using the complete included source context and mapper diagnostics.</summary>
|
|
316
|
+
</member>
|
|
317
|
+
<member name="M:CodeMuster.Application.DeadCodeScan.RecordAsync(CodeMuster.Domain.ILedger,CodeMuster.Application.Config,System.String,System.Threading.CancellationToken)">
|
|
318
|
+
<summary>Records changed assessments while retaining unchanged finding identities.</summary>
|
|
319
|
+
</member>
|
|
320
|
+
<member name="T:CodeMuster.Application.DependencyResult">
|
|
321
|
+
<summary>What the dependency audit found during a scan (D38).</summary>
|
|
322
|
+
<param name="Manifests">Manifests whose audit ran.</param>
|
|
323
|
+
<param name="Packages">Advisories recorded across them.</param>
|
|
324
|
+
<param name="BySeverity">How many of each severity, most serious first.</param>
|
|
325
|
+
<param name="Diagnostics">Manifests whose audit could not run, each naming the fix.</param>
|
|
326
|
+
</member>
|
|
327
|
+
<member name="M:CodeMuster.Application.DependencyResult.#ctor(System.Int32,System.Int32,System.Collections.Generic.IReadOnlyDictionary{CodeMuster.Domain.Severity,System.Int32},System.Collections.Generic.IReadOnlyList{System.String})">
|
|
328
|
+
<summary>What the dependency audit found during a scan (D38).</summary>
|
|
329
|
+
<param name="Manifests">Manifests whose audit ran.</param>
|
|
330
|
+
<param name="Packages">Advisories recorded across them.</param>
|
|
331
|
+
<param name="BySeverity">How many of each severity, most serious first.</param>
|
|
332
|
+
<param name="Diagnostics">Manifests whose audit could not run, each naming the fix.</param>
|
|
333
|
+
</member>
|
|
334
|
+
<member name="P:CodeMuster.Application.DependencyResult.Manifests">
|
|
335
|
+
<summary>Manifests whose audit ran.</summary>
|
|
336
|
+
</member>
|
|
337
|
+
<member name="P:CodeMuster.Application.DependencyResult.Packages">
|
|
338
|
+
<summary>Advisories recorded across them.</summary>
|
|
339
|
+
</member>
|
|
340
|
+
<member name="P:CodeMuster.Application.DependencyResult.BySeverity">
|
|
341
|
+
<summary>How many of each severity, most serious first.</summary>
|
|
342
|
+
</member>
|
|
343
|
+
<member name="P:CodeMuster.Application.DependencyResult.Diagnostics">
|
|
344
|
+
<summary>Manifests whose audit could not run, each naming the fix.</summary>
|
|
345
|
+
</member>
|
|
105
346
|
<member name="T:CodeMuster.Application.Doctor">
|
|
106
347
|
<summary>Checks that this machine can map the repository with functional probes, never liveness checks (D09): git lists the tracked files, then every mapper whose language has an included file maps the repository for real. A failure carries the fix to run; doctor never runs it. Without a <paramref name="config"/>, as before <c>init</c>, only the built-in exclusions apply. Each step is reported to <paramref name="progress"/> as it happens, under <c>git</c> or the mapper's language.</summary>
|
|
107
348
|
</member>
|
|
@@ -177,7 +418,7 @@
|
|
|
177
418
|
<member name="T:CodeMuster.Application.Done">
|
|
178
419
|
<summary>Records the model's response for one unit: validates it against the unit, then stores an analysis with its findings, or for a verify unit the verdict on its finding.</summary>
|
|
179
420
|
</member>
|
|
180
|
-
<member name="M:CodeMuster.Application.Done.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.IClock,CodeMuster.Application.Config,CodeMuster.Domain.AgentIdentity)">
|
|
421
|
+
<member name="M:CodeMuster.Application.Done.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.IClock,CodeMuster.Application.Config,CodeMuster.Domain.AgentIdentity,CodeMuster.Domain.IFileSystem,System.String,CodeMuster.Domain.ISourceTree,CodeMuster.Domain.IContentHasher)">
|
|
181
422
|
<summary>Records the model's response for one unit: validates it against the unit, then stores an analysis with its findings, or for a verify unit the verdict on its finding.</summary>
|
|
182
423
|
</member>
|
|
183
424
|
<member name="M:CodeMuster.Application.Done.RunAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
|
|
@@ -266,6 +507,104 @@
|
|
|
266
507
|
<member name="M:CodeMuster.Application.EstimateReport.Render">
|
|
267
508
|
<summary>The plain-text block the CLI prints, lines joined with LF and no trailing newline.</summary>
|
|
268
509
|
</member>
|
|
510
|
+
<member name="T:CodeMuster.Application.Fix">
|
|
511
|
+
<summary>Fixes what the audit confirmed: one unit per file with confirmed findings, one fresh agent call each, and one commit per changed file. Parallel workers edit in isolation (D40).</summary>
|
|
512
|
+
</member>
|
|
513
|
+
<member name="M:CodeMuster.Application.Fix.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.ISourceTree,CodeMuster.Domain.IClock,CodeMuster.Application.Config,CodeMuster.Domain.IWorkspace,CodeMuster.Domain.ITestRunner,CodeMuster.Domain.IFileFixer,CodeMuster.Domain.IContentHasher)">
|
|
514
|
+
<summary>Fixes what the audit confirmed: one unit per file with confirmed findings, one fresh agent call each, and one commit per changed file. Parallel workers edit in isolation (D40).</summary>
|
|
515
|
+
</member>
|
|
516
|
+
<member name="M:CodeMuster.Application.Fix.RunAsync(CodeMuster.Domain.IAgentAdapter,CodeMuster.Application.FixOptions,System.IProgress{System.String},System.Threading.CancellationToken)">
|
|
517
|
+
<summary>Plans and fixes confirmed findings. With consent, saves tracked local changes and restores them afterward, including on failure or cancellation.</summary>
|
|
518
|
+
</member>
|
|
519
|
+
<member name="M:CodeMuster.Application.Fix.PlanAsync(System.Threading.CancellationToken)">
|
|
520
|
+
<summary>Creates or refreshes a fix unit for every file with a confirmed finding, and retires fix units whose findings are gone. A unit already fixed against the file's current content keeps its Done status.</summary>
|
|
521
|
+
</member>
|
|
522
|
+
<member name="T:CodeMuster.Application.FixOptions">
|
|
523
|
+
<summary>How a fix run should behave (D37, D39, D40). Parallel agents edit isolated worktrees.</summary>
|
|
524
|
+
<param name="MaxAttempts">Attempts per unit before the run gives up on it; at least 1.</param>
|
|
525
|
+
<param name="Path">Fix only files under this repo-relative folder, or anywhere when null.</param>
|
|
526
|
+
<param name="Stash">Save tracked local changes before fixing and restore them afterward.</param>
|
|
527
|
+
<param name="Parallelism">Maximum simultaneous file workers; at least one.</param>
|
|
528
|
+
<param name="RetryDeclined">Reopens completed files containing declined confirmed findings.</param>
|
|
529
|
+
</member>
|
|
530
|
+
<member name="M:CodeMuster.Application.FixOptions.#ctor(System.Int32,System.String,System.Boolean,System.Int32,System.Boolean)">
|
|
531
|
+
<summary>How a fix run should behave (D37, D39, D40). Parallel agents edit isolated worktrees.</summary>
|
|
532
|
+
<param name="MaxAttempts">Attempts per unit before the run gives up on it; at least 1.</param>
|
|
533
|
+
<param name="Path">Fix only files under this repo-relative folder, or anywhere when null.</param>
|
|
534
|
+
<param name="Stash">Save tracked local changes before fixing and restore them afterward.</param>
|
|
535
|
+
<param name="Parallelism">Maximum simultaneous file workers; at least one.</param>
|
|
536
|
+
<param name="RetryDeclined">Reopens completed files containing declined confirmed findings.</param>
|
|
537
|
+
</member>
|
|
538
|
+
<member name="P:CodeMuster.Application.FixOptions.Path">
|
|
539
|
+
<summary>Fix only files under this repo-relative folder, or anywhere when null.</summary>
|
|
540
|
+
</member>
|
|
541
|
+
<member name="P:CodeMuster.Application.FixOptions.Stash">
|
|
542
|
+
<summary>Save tracked local changes before fixing and restore them afterward.</summary>
|
|
543
|
+
</member>
|
|
544
|
+
<member name="P:CodeMuster.Application.FixOptions.RetryDeclined">
|
|
545
|
+
<summary>Reopens completed files containing declined confirmed findings.</summary>
|
|
546
|
+
</member>
|
|
547
|
+
<member name="P:CodeMuster.Application.FixOptions.RelatedFiles">
|
|
548
|
+
<summary>Additional existing tracked files explicitly allowed in a serial recovery worker.</summary>
|
|
549
|
+
</member>
|
|
550
|
+
<member name="P:CodeMuster.Application.FixOptions.Parallelism">
|
|
551
|
+
<summary>Maximum simultaneous file workers.</summary>
|
|
552
|
+
</member>
|
|
553
|
+
<member name="P:CodeMuster.Application.FixOptions.MaxAttempts">
|
|
554
|
+
<summary>Attempts per unit before the run gives up on it.</summary>
|
|
555
|
+
</member>
|
|
556
|
+
<member name="T:CodeMuster.Application.FixPlan">
|
|
557
|
+
<summary>What planning fix units found (D37).</summary>
|
|
558
|
+
<param name="Files">Files with at least one confirmed finding, one unit each.</param>
|
|
559
|
+
<param name="Findings">Confirmed findings those units cover.</param>
|
|
560
|
+
<param name="NeedingWork">Units not already fixed against the file's current content.</param>
|
|
561
|
+
</member>
|
|
562
|
+
<member name="M:CodeMuster.Application.FixPlan.#ctor(System.Int32,System.Int32,System.Int32)">
|
|
563
|
+
<summary>What planning fix units found (D37).</summary>
|
|
564
|
+
<param name="Files">Files with at least one confirmed finding, one unit each.</param>
|
|
565
|
+
<param name="Findings">Confirmed findings those units cover.</param>
|
|
566
|
+
<param name="NeedingWork">Units not already fixed against the file's current content.</param>
|
|
567
|
+
</member>
|
|
568
|
+
<member name="P:CodeMuster.Application.FixPlan.Files">
|
|
569
|
+
<summary>Files with at least one confirmed finding, one unit each.</summary>
|
|
570
|
+
</member>
|
|
571
|
+
<member name="P:CodeMuster.Application.FixPlan.Findings">
|
|
572
|
+
<summary>Confirmed findings those units cover.</summary>
|
|
573
|
+
</member>
|
|
574
|
+
<member name="P:CodeMuster.Application.FixPlan.NeedingWork">
|
|
575
|
+
<summary>Units not already fixed against the file's current content.</summary>
|
|
576
|
+
</member>
|
|
577
|
+
<member name="T:CodeMuster.Application.FixResult">
|
|
578
|
+
<summary>What a fix run did (D37).</summary>
|
|
579
|
+
<param name="Units">Files it recorded a result for.</param>
|
|
580
|
+
<param name="Fixed">Findings the agent changed code for.</param>
|
|
581
|
+
<param name="Declined">Findings it left alone, with reasons in the ledger.</param>
|
|
582
|
+
<param name="GaveUp">Units that used all their attempts.</param>
|
|
583
|
+
<param name="TestsRun">True when a test command gated every recorded fix; false when none was configured.</param>
|
|
584
|
+
</member>
|
|
585
|
+
<member name="M:CodeMuster.Application.FixResult.#ctor(System.Int32,System.Int32,System.Int32,System.Collections.Generic.IReadOnlyList{System.String},System.Boolean)">
|
|
586
|
+
<summary>What a fix run did (D37).</summary>
|
|
587
|
+
<param name="Units">Files it recorded a result for.</param>
|
|
588
|
+
<param name="Fixed">Findings the agent changed code for.</param>
|
|
589
|
+
<param name="Declined">Findings it left alone, with reasons in the ledger.</param>
|
|
590
|
+
<param name="GaveUp">Units that used all their attempts.</param>
|
|
591
|
+
<param name="TestsRun">True when a test command gated every recorded fix; false when none was configured.</param>
|
|
592
|
+
</member>
|
|
593
|
+
<member name="P:CodeMuster.Application.FixResult.Units">
|
|
594
|
+
<summary>Files it recorded a result for.</summary>
|
|
595
|
+
</member>
|
|
596
|
+
<member name="P:CodeMuster.Application.FixResult.Fixed">
|
|
597
|
+
<summary>Findings the agent changed code for.</summary>
|
|
598
|
+
</member>
|
|
599
|
+
<member name="P:CodeMuster.Application.FixResult.Declined">
|
|
600
|
+
<summary>Findings it left alone, with reasons in the ledger.</summary>
|
|
601
|
+
</member>
|
|
602
|
+
<member name="P:CodeMuster.Application.FixResult.GaveUp">
|
|
603
|
+
<summary>Units that used all their attempts.</summary>
|
|
604
|
+
</member>
|
|
605
|
+
<member name="P:CodeMuster.Application.FixResult.TestsRun">
|
|
606
|
+
<summary>True when a test command gated every recorded fix; false when none was configured.</summary>
|
|
607
|
+
</member>
|
|
269
608
|
<member name="T:CodeMuster.Application.Init">
|
|
270
609
|
<summary>Sets a repo up (D24): writes the default config once and makes sure the ledger is gitignored, touching nothing else.</summary>
|
|
271
610
|
</member>
|
|
@@ -353,6 +692,9 @@
|
|
|
353
692
|
<member name="M:CodeMuster.Application.Next.RunAsync(System.Int32,System.Threading.CancellationToken)">
|
|
354
693
|
<summary>Builds a pack for up to <paramref name="batch"/> units; empty when nothing needs work.</summary>
|
|
355
694
|
</member>
|
|
695
|
+
<member name="M:CodeMuster.Application.Next.ForUnitAsync(System.String,System.Threading.CancellationToken)">
|
|
696
|
+
<summary>Builds one selected unit only when a worker slot is available.</summary>
|
|
697
|
+
</member>
|
|
356
698
|
<member name="T:CodeMuster.Application.NotInitializedException">
|
|
357
699
|
<summary>Thrown when a verb runs in a repo that has no <c>.codemuster/config.json</c> yet (D24).</summary>
|
|
358
700
|
</member>
|
|
@@ -390,9 +732,24 @@
|
|
|
390
732
|
<member name="P:CodeMuster.Application.PlannedUnit.Members">
|
|
391
733
|
<summary>The files or symbols the unit covers, each carrying this unit's id.</summary>
|
|
392
734
|
</member>
|
|
735
|
+
<member name="M:CodeMuster.Application.PlannedUnit.Dependency(System.String,System.String)">
|
|
736
|
+
<summary>The dependency unit for one manifest: the manifest as it stands, so a change to it re-audits (D38).</summary>
|
|
737
|
+
</member>
|
|
738
|
+
<member name="M:CodeMuster.Application.PlannedUnit.Fix(System.String,System.String)">
|
|
739
|
+
<summary>The fix unit for one file: its whole content, so a change to the file marks the unit stale (D37).</summary>
|
|
740
|
+
</member>
|
|
393
741
|
<member name="M:CodeMuster.Application.PlannedUnit.Verify(CodeMuster.Domain.UnitFinding,System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.UnitMember},CodeMuster.Domain.Fidelity)">
|
|
394
742
|
<summary>The verify unit for <paramref name="finding"/>: the members of the unit that reported it, so it goes stale with that code, keyed by the lines the finding cites.</summary>
|
|
395
743
|
</member>
|
|
744
|
+
<member name="T:CodeMuster.Application.RefreshVerification">
|
|
745
|
+
<summary>Rebuilds verification packs against current content without discarding the original findings.</summary>
|
|
746
|
+
</member>
|
|
747
|
+
<member name="M:CodeMuster.Application.RefreshVerification.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.ISourceTree,CodeMuster.Application.Config,CodeMuster.Domain.IContentHasher)">
|
|
748
|
+
<summary>Rebuilds verification packs against current content without discarding the original findings.</summary>
|
|
749
|
+
</member>
|
|
750
|
+
<member name="M:CodeMuster.Application.RefreshVerification.RunAsync(System.Threading.CancellationToken)">
|
|
751
|
+
<summary>Reopens checks whose code changed, including checks retired by scan. Completed unchanged checks remain done unless the caller forces them.</summary>
|
|
752
|
+
</member>
|
|
396
753
|
<member name="T:CodeMuster.Application.Report">
|
|
397
754
|
<summary>Renders the ledger as markdown: the coverage header, current findings grouped by severity with their verdicts, and the inventory of every unit except verify units, whose verdicts show under their findings (D11, D12). Refuted findings are left out unless <paramref name="includeRefuted"/> is set (D27).</summary>
|
|
398
755
|
</member>
|
|
@@ -402,6 +759,21 @@
|
|
|
402
759
|
<member name="M:CodeMuster.Application.Report.RunAsync(System.Threading.CancellationToken)">
|
|
403
760
|
<summary>Builds the report; lines are joined with LF and the text ends with one newline.</summary>
|
|
404
761
|
</member>
|
|
762
|
+
<member name="T:CodeMuster.Application.ReviewEligibility">
|
|
763
|
+
<summary>Enforces report-only categories and the freshness required for browser-based repairs.</summary>
|
|
764
|
+
</member>
|
|
765
|
+
<member name="M:CodeMuster.Application.ReviewEligibility.CanAutoFix(CodeMuster.Domain.Finding)">
|
|
766
|
+
<summary>False for unused-code candidates and subjective UX recommendations regardless of verification.</summary>
|
|
767
|
+
</member>
|
|
768
|
+
<member name="M:CodeMuster.Application.ReviewEligibility.CanAutoFix(CodeMuster.Domain.UnitFinding,CodeMuster.Domain.Unit)">
|
|
769
|
+
<summary>Also checks the original unit so mislabeled or stale browser observations cannot authorize repairs.</summary>
|
|
770
|
+
</member>
|
|
771
|
+
<member name="M:CodeMuster.Application.ReviewEligibility.CanAutoFix(CodeMuster.Domain.UnitFinding,CodeMuster.Domain.Unit,CodeMuster.Application.Config)">
|
|
772
|
+
<summary>Also requires browser scope and lens settings to match the source review that authorized a repair.</summary>
|
|
773
|
+
</member>
|
|
774
|
+
<member name="M:CodeMuster.Application.ReviewEligibility.RequiresBrowser(CodeMuster.Domain.Finding,CodeMuster.Domain.Unit)">
|
|
775
|
+
<summary>True for browser-derived findings even when one classification field was mislabeled.</summary>
|
|
776
|
+
</member>
|
|
405
777
|
<member name="T:CodeMuster.Application.Run">
|
|
406
778
|
<summary>Drives one headless agent over every unit that needs work (D10): hands out packs through <see cref="T:CodeMuster.Application.Next"/>, records each response through <see cref="T:CodeMuster.Application.Done"/>, retries failed attempts, and stops cleanly on cancellation. Adapter calls run concurrently; ledger calls are serialized because the ledger holds one connection. <paramref name="notes"/> hears about each attempt as it starts, since the first result of a long run can be minutes away.</summary>
|
|
407
779
|
</member>
|
|
@@ -416,7 +788,7 @@
|
|
|
416
788
|
<param name="Parallelism">Adapter calls to keep in flight at once; at least 1.</param>
|
|
417
789
|
<param name="MaxAttempts">Attempts per unit before the run gives up on it; at least 1.</param>
|
|
418
790
|
<param name="Force">Re-analyze Done units too, by marking them Stale first.</param>
|
|
419
|
-
<param name="Kind">Work only units of this kind, or
|
|
791
|
+
<param name="Kind">Work only units of this kind, or analysis and verification units when null.</param>
|
|
420
792
|
<param name="Path">Work only units with a member under this repo-relative folder, or anywhere when null.</param>
|
|
421
793
|
</member>
|
|
422
794
|
<member name="M:CodeMuster.Application.RunOptions.#ctor(System.Int32,System.Int32,System.Boolean,System.Nullable{CodeMuster.Domain.UnitKind},System.String)">
|
|
@@ -424,14 +796,14 @@
|
|
|
424
796
|
<param name="Parallelism">Adapter calls to keep in flight at once; at least 1.</param>
|
|
425
797
|
<param name="MaxAttempts">Attempts per unit before the run gives up on it; at least 1.</param>
|
|
426
798
|
<param name="Force">Re-analyze Done units too, by marking them Stale first.</param>
|
|
427
|
-
<param name="Kind">Work only units of this kind, or
|
|
799
|
+
<param name="Kind">Work only units of this kind, or analysis and verification units when null.</param>
|
|
428
800
|
<param name="Path">Work only units with a member under this repo-relative folder, or anywhere when null.</param>
|
|
429
801
|
</member>
|
|
430
802
|
<member name="P:CodeMuster.Application.RunOptions.Force">
|
|
431
803
|
<summary>Re-analyze Done units too, by marking them Stale first.</summary>
|
|
432
804
|
</member>
|
|
433
805
|
<member name="P:CodeMuster.Application.RunOptions.Kind">
|
|
434
|
-
<summary>Work only units of this kind, or
|
|
806
|
+
<summary>Work only units of this kind, or analysis and verification units when null.</summary>
|
|
435
807
|
</member>
|
|
436
808
|
<member name="P:CodeMuster.Application.RunOptions.Path">
|
|
437
809
|
<summary>Work only units with a member under this repo-relative folder, or anywhere when null.</summary>
|
|
@@ -517,7 +889,7 @@
|
|
|
517
889
|
Each step is reported to <paramref name="progress"/> as it starts or finishes, with mapper steps under their language.
|
|
518
890
|
</summary>
|
|
519
891
|
</member>
|
|
520
|
-
<member name="M:CodeMuster.Application.Scan.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.ISourceTree,CodeMuster.Domain.IContentHasher,CodeMuster.Domain.IClock,CodeMuster.Application.Config,System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.ICodeMapper},System.String,System.IProgress{System.String})">
|
|
892
|
+
<member name="M:CodeMuster.Application.Scan.#ctor(CodeMuster.Domain.ILedger,CodeMuster.Domain.ISourceTree,CodeMuster.Domain.IContentHasher,CodeMuster.Domain.IClock,CodeMuster.Application.Config,System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.ICodeMapper},System.String,System.IProgress{System.String},CodeMuster.Domain.IDependencyAuditor)">
|
|
521
893
|
<summary>
|
|
522
894
|
Discovers the tree, refreshes file rows through the stat cache (D05), plans units, retires every live unit the plan no longer holds, and records a <see cref="T:CodeMuster.Domain.ScanRun"/>.
|
|
523
895
|
A current finding keeps its verify unit while the code of the unit that reported it is unchanged since that analysis (D27), unless verification is off (D28).
|
|
@@ -528,6 +900,9 @@
|
|
|
528
900
|
<member name="M:CodeMuster.Application.Scan.RunAsync(System.Threading.CancellationToken)">
|
|
529
901
|
<summary>Runs one scan, in slice mode when mappers were given.</summary>
|
|
530
902
|
</member>
|
|
903
|
+
<member name="M:CodeMuster.Application.Scan.AuditPaths(System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.FileRecord})">
|
|
904
|
+
<summary>Files the audit may look at: everything not excluded, plus the lockfiles, which are excluded as code but are exactly what the audit tools read (D38).</summary>
|
|
905
|
+
</member>
|
|
531
906
|
<member name="T:CodeMuster.Application.ScanResult">
|
|
532
907
|
<summary>What one <see cref="T:CodeMuster.Application.Scan"/> found and changed.</summary>
|
|
533
908
|
<param name="HeadCommit">Commit the tree was at.</param>
|
|
@@ -537,8 +912,9 @@
|
|
|
537
912
|
<param name="UnitsStale">Units left stale after the scan.</param>
|
|
538
913
|
<param name="UnitsTotal">Units present after the scan, retired ones excluded.</param>
|
|
539
914
|
<param name="SliceMode">What slice mode built and how well the mappers resolved, or null when the scan ran in file mode.</param>
|
|
915
|
+
<param name="Vulnerabilities">What the dependency audit found, or null when it did not run (D38).</param>
|
|
540
916
|
</member>
|
|
541
|
-
<member name="M:CodeMuster.Application.ScanResult.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,CodeMuster.Application.SliceModeResult)">
|
|
917
|
+
<member name="M:CodeMuster.Application.ScanResult.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,CodeMuster.Application.SliceModeResult,CodeMuster.Application.DependencyResult)">
|
|
542
918
|
<summary>What one <see cref="T:CodeMuster.Application.Scan"/> found and changed.</summary>
|
|
543
919
|
<param name="HeadCommit">Commit the tree was at.</param>
|
|
544
920
|
<param name="FilesIncluded">Files that have a unit.</param>
|
|
@@ -547,6 +923,7 @@
|
|
|
547
923
|
<param name="UnitsStale">Units left stale after the scan.</param>
|
|
548
924
|
<param name="UnitsTotal">Units present after the scan, retired ones excluded.</param>
|
|
549
925
|
<param name="SliceMode">What slice mode built and how well the mappers resolved, or null when the scan ran in file mode.</param>
|
|
926
|
+
<param name="Vulnerabilities">What the dependency audit found, or null when it did not run (D38).</param>
|
|
550
927
|
</member>
|
|
551
928
|
<member name="P:CodeMuster.Application.ScanResult.HeadCommit">
|
|
552
929
|
<summary>Commit the tree was at.</summary>
|
|
@@ -569,6 +946,9 @@
|
|
|
569
946
|
<member name="P:CodeMuster.Application.ScanResult.SliceMode">
|
|
570
947
|
<summary>What slice mode built and how well the mappers resolved, or null when the scan ran in file mode.</summary>
|
|
571
948
|
</member>
|
|
949
|
+
<member name="P:CodeMuster.Application.ScanResult.Vulnerabilities">
|
|
950
|
+
<summary>What the dependency audit found, or null when it did not run (D38).</summary>
|
|
951
|
+
</member>
|
|
572
952
|
<member name="T:CodeMuster.Application.SliceModeResult">
|
|
573
953
|
<summary>The units a slice-mode <see cref="T:CodeMuster.Application.Scan"/> planned and what its mappers reported.</summary>
|
|
574
954
|
<param name="Slices">Slice units present after the scan.</param>
|
|
@@ -675,8 +1055,9 @@
|
|
|
675
1055
|
<param name="Kinds">Counts per unit kind present, in kind order.</param>
|
|
676
1056
|
<param name="ResolutionThreshold">The rate below which coverage is never complete (D09).</param>
|
|
677
1057
|
<param name="TopUnresolvedNames">Most frequent unresolved call names of the last scan, or null when no mapper ran.</param>
|
|
1058
|
+
<param name="VulnerablePackages">Outstanding vulnerable packages by severity, from the last dependency audit (D38).</param>
|
|
678
1059
|
</member>
|
|
679
|
-
<member name="M:CodeMuster.Application.StatusReport.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{System.Double},System.Collections.Generic.IReadOnlyList{CodeMuster.Application.KindStatus},System.Double,System.Collections.Generic.IReadOnlyList{System.String})">
|
|
1060
|
+
<member name="M:CodeMuster.Application.StatusReport.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Nullable{System.Double},System.Collections.Generic.IReadOnlyList{CodeMuster.Application.KindStatus},System.Double,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyDictionary{CodeMuster.Domain.Severity,System.Int32})">
|
|
680
1061
|
<summary>Where the audit stands, as <see cref="T:CodeMuster.Application.Status"/> reads it from the ledger.</summary>
|
|
681
1062
|
<param name="HeadCommit">Commit of the last scan, or null before any scan.</param>
|
|
682
1063
|
<param name="Analyzed">Units that are Done.</param>
|
|
@@ -688,6 +1069,7 @@
|
|
|
688
1069
|
<param name="Kinds">Counts per unit kind present, in kind order.</param>
|
|
689
1070
|
<param name="ResolutionThreshold">The rate below which coverage is never complete (D09).</param>
|
|
690
1071
|
<param name="TopUnresolvedNames">Most frequent unresolved call names of the last scan, or null when no mapper ran.</param>
|
|
1072
|
+
<param name="VulnerablePackages">Outstanding vulnerable packages by severity, from the last dependency audit (D38).</param>
|
|
691
1073
|
</member>
|
|
692
1074
|
<member name="P:CodeMuster.Application.StatusReport.HeadCommit">
|
|
693
1075
|
<summary>Commit of the last scan, or null before any scan.</summary>
|
|
@@ -719,9 +1101,27 @@
|
|
|
719
1101
|
<member name="P:CodeMuster.Application.StatusReport.TopUnresolvedNames">
|
|
720
1102
|
<summary>Most frequent unresolved call names of the last scan, or null when no mapper ran.</summary>
|
|
721
1103
|
</member>
|
|
1104
|
+
<member name="P:CodeMuster.Application.StatusReport.VulnerablePackages">
|
|
1105
|
+
<summary>Outstanding vulnerable packages by severity, from the last dependency audit (D38).</summary>
|
|
1106
|
+
</member>
|
|
1107
|
+
<member name="P:CodeMuster.Application.StatusReport.UxStatus">
|
|
1108
|
+
<summary>Browser review applicability and recorded evidence, separate from code coverage.</summary>
|
|
1109
|
+
</member>
|
|
1110
|
+
<member name="P:CodeMuster.Application.StatusReport.UxIncomplete">
|
|
1111
|
+
<summary>Whether required browser work lacks a current recorded receipt.</summary>
|
|
1112
|
+
</member>
|
|
722
1113
|
<member name="M:CodeMuster.Application.StatusReport.Render">
|
|
723
1114
|
<summary>The plain-text block the CLI prints, lines joined with LF and no trailing newline.</summary>
|
|
724
1115
|
</member>
|
|
1116
|
+
<member name="T:CodeMuster.Application.UiScope">
|
|
1117
|
+
<summary>Identifies supported UI source conventions without treating backend folders named UI as browser code.</summary>
|
|
1118
|
+
</member>
|
|
1119
|
+
<member name="M:CodeMuster.Application.UiScope.Applies(System.String,System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})">
|
|
1120
|
+
<summary>True for a supported UI path or an explicit include; explicit excludes take precedence.</summary>
|
|
1121
|
+
</member>
|
|
1122
|
+
<member name="M:CodeMuster.Application.UiScope.Paths(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IReadOnlyList{System.String},System.Collections.Generic.IReadOnlyList{System.String})">
|
|
1123
|
+
<summary>Returns unique normalized UI paths in ordinal order.</summary>
|
|
1124
|
+
</member>
|
|
725
1125
|
<member name="T:CodeMuster.Application.UnitPack">
|
|
726
1126
|
<summary>One unit's work ready for the model: the id and fingerprint <c>done</c> must echo back, how to name the unit for a person, and the pack itself.</summary>
|
|
727
1127
|
<param name="UnitId">The unit the pack is for.</param>
|
|
@@ -753,5 +1153,94 @@
|
|
|
753
1153
|
<member name="P:CodeMuster.Application.UnitPack.Markdown">
|
|
754
1154
|
<summary>The whole pack as one markdown document.</summary>
|
|
755
1155
|
</member>
|
|
1156
|
+
<member name="P:CodeMuster.Application.UnitPack.RequiresBrowser">
|
|
1157
|
+
<summary>Whether the active agent must collect browser evidence; read-only headless adapters cannot complete it.</summary>
|
|
1158
|
+
</member>
|
|
1159
|
+
<member name="T:CodeMuster.Application.UserExperienceSettings">
|
|
1160
|
+
<summary>Opt-in browser review settings. Include extends recognized UI conventions; exclude wins.</summary>
|
|
1161
|
+
</member>
|
|
1162
|
+
<member name="P:CodeMuster.Application.UserExperienceSettings.Enabled">
|
|
1163
|
+
<summary>Whether scan plans separate browser review units for UI files.</summary>
|
|
1164
|
+
</member>
|
|
1165
|
+
<member name="P:CodeMuster.Application.UserExperienceSettings.Include">
|
|
1166
|
+
<summary>Additional repo-relative UI path globs for project-specific conventions.</summary>
|
|
1167
|
+
</member>
|
|
1168
|
+
<member name="P:CodeMuster.Application.UserExperienceSettings.Exclude">
|
|
1169
|
+
<summary>UI path globs outside browser review.</summary>
|
|
1170
|
+
</member>
|
|
1171
|
+
<member name="P:CodeMuster.Application.UserExperienceSettings.BaseUrl">
|
|
1172
|
+
<summary>The running application address, when configured; authentication stays with the active agent.</summary>
|
|
1173
|
+
</member>
|
|
1174
|
+
<member name="M:CodeMuster.Application.UserExperienceSettings.Applies(System.String)">
|
|
1175
|
+
<summary>True for a UI source path in the enabled review scope.</summary>
|
|
1176
|
+
</member>
|
|
1177
|
+
<member name="T:CodeMuster.Application.UxArtifacts">
|
|
1178
|
+
<summary>Checks the browser artifacts cited by a validated receipt without trusting references alone.</summary>
|
|
1179
|
+
</member>
|
|
1180
|
+
<member name="M:CodeMuster.Application.UxArtifacts.ValidateAsync(System.String,System.String,CodeMuster.Domain.IFileSystem,System.Threading.CancellationToken)">
|
|
1181
|
+
<summary>Requires existing PNG, JPEG or WebP content and matching hashes under the repository root.</summary>
|
|
1182
|
+
</member>
|
|
1183
|
+
<member name="T:CodeMuster.Application.UxEvidence">
|
|
1184
|
+
<summary>Validates recorded browser observations before a UI unit can count as reviewed.</summary>
|
|
1185
|
+
</member>
|
|
1186
|
+
<member name="F:CodeMuster.Application.UxEvidence.Sample">
|
|
1187
|
+
<summary>Additional response property required for a completed UI review; replace every example with observed evidence.</summary>
|
|
1188
|
+
</member>
|
|
1189
|
+
<member name="M:CodeMuster.Application.UxEvidence.ValidateAndSerialize(System.String,System.String,System.Collections.Generic.IReadOnlyList{System.String})">
|
|
1190
|
+
<summary>Returns canonical evidence JSON, or rejects absent, stale, blocked or incomplete browser evidence.</summary>
|
|
1191
|
+
</member>
|
|
1192
|
+
<member name="M:CodeMuster.Application.UxEvidence.MeasuredFindings(System.String,System.String)">
|
|
1193
|
+
<summary>Produces defects for every recorded contrast failure so an empty model findings list cannot hide them.</summary>
|
|
1194
|
+
</member>
|
|
1195
|
+
<member name="M:CodeMuster.Application.UxEvidence.WorkflowFindings(System.String,System.String)">
|
|
1196
|
+
<summary>Produces observed workflow defects or explicitly classified recommendations from recorded placement checks.</summary>
|
|
1197
|
+
</member>
|
|
1198
|
+
<member name="M:CodeMuster.Application.UxEvidence.ExperienceFindings(System.String,System.String)">
|
|
1199
|
+
<summary>Produces findings for recorded flow, validation, rendering, interaction and text issues independently of submitted findings.</summary>
|
|
1200
|
+
</member>
|
|
1201
|
+
<member name="T:CodeMuster.Application.UxReview">
|
|
1202
|
+
<summary>Plans browser work separately from source coverage and provides its review contract.</summary>
|
|
1203
|
+
</member>
|
|
1204
|
+
<member name="F:CodeMuster.Application.UxReview.Id">
|
|
1205
|
+
<summary>The reserved lens for UI browser reviews.</summary>
|
|
1206
|
+
</member>
|
|
1207
|
+
<member name="F:CodeMuster.Application.UxReview.Instructions">
|
|
1208
|
+
<summary>The browser review obligations that source inspection alone cannot satisfy.</summary>
|
|
1209
|
+
</member>
|
|
1210
|
+
<member name="M:CodeMuster.Application.UxReview.Plan(System.Collections.Generic.IReadOnlyList{CodeMuster.Domain.FileRecord},CodeMuster.Application.UserExperienceSettings)">
|
|
1211
|
+
<summary>One file per UI review. Repository source hashes contribute so shared styles, sibling workflows and backend behavior invalidate prior evidence.</summary>
|
|
1212
|
+
</member>
|
|
1213
|
+
<member name="M:CodeMuster.Application.UxReview.Lens(CodeMuster.Application.UserExperienceSettings)">
|
|
1214
|
+
<summary>Settings are part of the lens hash so changing the URL or UI boundaries reopens browser review.</summary>
|
|
1215
|
+
</member>
|
|
1216
|
+
<member name="T:CodeMuster.Application.UxSourceSnapshot">
|
|
1217
|
+
<summary>Rejects browser receipts and repairs after tracked source or review settings change without a scan.</summary>
|
|
1218
|
+
</member>
|
|
1219
|
+
<member name="M:CodeMuster.Application.UxSourceSnapshot.CheckAsync(CodeMuster.Domain.ILedger,CodeMuster.Domain.ISourceTree,CodeMuster.Domain.IContentHasher,CodeMuster.Application.Config,System.String,System.Threading.CancellationToken)">
|
|
1220
|
+
<summary>Checks current tracked source against the UX unit's repository-wide context fingerprint.</summary>
|
|
1221
|
+
</member>
|
|
1222
|
+
<member name="T:CodeMuster.Application.Validate">
|
|
1223
|
+
<summary>Runs the configured repository validation independently of the fix queue.</summary>
|
|
1224
|
+
</member>
|
|
1225
|
+
<member name="M:CodeMuster.Application.Validate.#ctor(CodeMuster.Domain.ITestRunner)">
|
|
1226
|
+
<summary>Runs the configured repository validation independently of the fix queue.</summary>
|
|
1227
|
+
</member>
|
|
1228
|
+
<member name="M:CodeMuster.Application.Validate.RunAsync(System.Threading.CancellationToken)">
|
|
1229
|
+
<summary>Returns failure when no command is configured; an empty queue is not validation evidence.</summary>
|
|
1230
|
+
</member>
|
|
1231
|
+
<member name="T:System.Text.RegularExpressions.Generated.LiteralRequest_0">
|
|
1232
|
+
<summary>Caches a <see cref="T:System.Text.RegularExpressions.Regex"/> instance for the LiteralRequest method.</summary>
|
|
1233
|
+
<remarks>A custom Regex-derived type could not be generated because RegexOptions.NonBacktracking isn't supported.</remarks>
|
|
1234
|
+
</member>
|
|
1235
|
+
<member name="F:System.Text.RegularExpressions.Generated.LiteralRequest_0.Instance">
|
|
1236
|
+
<summary>Cached, thread-safe singleton instance.</summary>
|
|
1237
|
+
</member>
|
|
1238
|
+
<member name="T:System.Text.RegularExpressions.Generated.FetchMethod_1">
|
|
1239
|
+
<summary>Caches a <see cref="T:System.Text.RegularExpressions.Regex"/> instance for the FetchMethod method.</summary>
|
|
1240
|
+
<remarks>A custom Regex-derived type could not be generated because RegexOptions.NonBacktracking isn't supported.</remarks>
|
|
1241
|
+
</member>
|
|
1242
|
+
<member name="F:System.Text.RegularExpressions.Generated.FetchMethod_1.Instance">
|
|
1243
|
+
<summary>Cached, thread-safe singleton instance.</summary>
|
|
1244
|
+
</member>
|
|
756
1245
|
</members>
|
|
757
1246
|
</doc>
|