@harness-engineering/cli 1.14.0 → 1.15.0
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/dist/agents/skills/claude-code/harness-autopilot/SKILL.md +240 -39
- package/dist/agents/skills/claude-code/harness-autopilot/skill.yaml +6 -0
- package/dist/agents/skills/claude-code/harness-product-spec/SKILL.md +5 -5
- package/dist/agents/skills/gemini-cli/harness-autopilot/SKILL.md +240 -39
- package/dist/agents/skills/gemini-cli/harness-autopilot/skill.yaml +6 -0
- package/dist/agents/skills/gemini-cli/harness-product-spec/SKILL.md +5 -5
- package/dist/agents/skills/package.json +1 -0
- package/dist/agents/skills/vitest.config.mts +5 -0
- package/dist/{agents-md-YTYQDA3P.js → agents-md-ZGNIDWAF.js} +1 -1
- package/dist/{architecture-JQZYM4US.js → architecture-ZLIH5533.js} +2 -2
- package/dist/bin/harness-mcp.js +11 -11
- package/dist/bin/harness.js +16 -14
- package/dist/{check-phase-gate-L3RADYWO.js → check-phase-gate-ZOXVBDCN.js} +3 -3
- package/dist/{chunk-7IP4JIFL.js → chunk-2BKLWLY6.js} +4 -4
- package/dist/{chunk-OSXBPAMK.js → chunk-3ZZKVN62.js} +1 -1
- package/dist/{chunk-O5OJVPL6.js → chunk-B2HKP423.js} +1 -1
- package/dist/{chunk-YPYGXRDR.js → chunk-EDXIVMAP.js} +4 -4
- package/dist/{chunk-XKECDXJS.js → chunk-J4RAX7YB.js} +738 -186
- package/dist/{chunk-6KTUUFRN.js → chunk-LGYBN7Y6.js} +1 -1
- package/dist/{chunk-3C2MLBPJ.js → chunk-N25INEIX.js} +1 -1
- package/dist/{chunk-NLVUVUGD.js → chunk-ND2ENWDM.js} +1 -1
- package/dist/{chunk-YZD2MRNQ.js → chunk-NNHDDXYT.js} +379 -119
- package/dist/{chunk-S2FXOWOR.js → chunk-OFXQSFOW.js} +2 -2
- package/dist/{chunk-OXLLOSSR.js → chunk-VEPAJXBW.js} +2 -2
- package/dist/{chunk-TPOTOBR7.js → chunk-YLXFKVJE.js} +3 -3
- package/dist/{chunk-ABQHQ6I5.js → chunk-Z2OOPXJO.js} +1238 -133
- package/dist/{ci-workflow-EQZFVX3P.js → ci-workflow-765LSHRD.js} +1 -1
- package/dist/{dist-HWXF2C3R.js → dist-ALQDD67R.js} +47 -1
- package/dist/{docs-7ECGYMAV.js → docs-NRMQCOJ6.js} +3 -3
- package/dist/{engine-EG4EH4IX.js → engine-3RB7MXPP.js} +1 -1
- package/dist/{entropy-5USWKLVS.js → entropy-6AGX2ZUN.js} +2 -2
- package/dist/{feedback-UTBXZZHF.js → feedback-MY4QZIFD.js} +1 -1
- package/dist/{generate-agent-definitions-3PM5EU7V.js → generate-agent-definitions-ZAE726AU.js} +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +13 -13
- package/dist/{loader-ZPALXIVR.js → loader-UUTVMQCC.js} +1 -1
- package/dist/{mcp-362EZHF4.js → mcp-VU5FMO52.js} +11 -11
- package/dist/{performance-OQAFMJUD.js → performance-2D7G6NMJ.js} +2 -2
- package/dist/{review-pipeline-C4GCFVGP.js → review-pipeline-RAQ55ISU.js} +1 -1
- package/dist/{runtime-7YLVK453.js → runtime-BCK5RRZQ.js} +1 -1
- package/dist/{security-PZOX7AQS.js → security-2RPQEN62.js} +1 -1
- package/dist/{validate-FD3Z6VJD.js → validate-KBYQAEWE.js} +2 -2
- package/dist/{validate-cross-check-WNJM6H2D.js → validate-cross-check-OABMREW4.js} +1 -1
- package/package.json +5 -3
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
DEFAULT_STATE,
|
|
32
32
|
DEFAULT_STREAM_INDEX,
|
|
33
33
|
DepDepthCollector,
|
|
34
|
+
EXTENSION_MAP,
|
|
34
35
|
EmitInteractionInputSchema,
|
|
35
36
|
EntropyAnalyzer,
|
|
36
37
|
EntropyConfigSchema,
|
|
@@ -65,6 +66,7 @@ import {
|
|
|
65
66
|
SharableForbiddenImportSchema,
|
|
66
67
|
SharableLayerSchema,
|
|
67
68
|
SharableSecurityRulesSchema,
|
|
69
|
+
SkillEventSchema,
|
|
68
70
|
StreamIndexSchema,
|
|
69
71
|
StreamInfoSchema,
|
|
70
72
|
ThresholdConfigSchema,
|
|
@@ -73,6 +75,7 @@ import {
|
|
|
73
75
|
VERSION,
|
|
74
76
|
ViolationSchema,
|
|
75
77
|
addProvenance,
|
|
78
|
+
agentConfigRules,
|
|
76
79
|
analyzeDiff,
|
|
77
80
|
analyzeLearningPatterns,
|
|
78
81
|
appendFailure,
|
|
@@ -80,6 +83,7 @@ import {
|
|
|
80
83
|
appendSessionEntry,
|
|
81
84
|
applyFixes,
|
|
82
85
|
applyHotspotDowngrade,
|
|
86
|
+
applySyncChanges,
|
|
83
87
|
archMatchers,
|
|
84
88
|
archModule,
|
|
85
89
|
architecture,
|
|
@@ -94,12 +98,14 @@ import {
|
|
|
94
98
|
checkEligibility,
|
|
95
99
|
checkEvidenceCoverage,
|
|
96
100
|
classifyFinding,
|
|
101
|
+
clearEventHashCache,
|
|
97
102
|
clearFailuresCache,
|
|
98
103
|
clearLearningsCache,
|
|
99
104
|
configureFeedback,
|
|
100
105
|
constraintRuleId,
|
|
101
106
|
contextBudget,
|
|
102
107
|
contextFilter,
|
|
108
|
+
countLearningEntries,
|
|
103
109
|
createBoundaryValidator,
|
|
104
110
|
createCommentedCodeFixes,
|
|
105
111
|
createError,
|
|
@@ -123,27 +129,34 @@ import {
|
|
|
123
129
|
detectCouplingViolations,
|
|
124
130
|
detectDeadCode,
|
|
125
131
|
detectDocDrift,
|
|
132
|
+
detectLanguage,
|
|
126
133
|
detectPatternViolations,
|
|
127
134
|
detectSizeBudgetViolations,
|
|
128
135
|
detectStack,
|
|
129
136
|
detectStaleConstraints,
|
|
130
137
|
determineAssessment,
|
|
131
138
|
diff,
|
|
139
|
+
emitEvent,
|
|
132
140
|
executeWorkflow,
|
|
133
141
|
expressRules,
|
|
134
142
|
extractBundle,
|
|
143
|
+
extractIndexEntry,
|
|
135
144
|
extractMarkdownLinks,
|
|
136
145
|
extractSections,
|
|
137
146
|
fanOutReview,
|
|
147
|
+
formatEventTimeline,
|
|
138
148
|
formatFindingBlock,
|
|
139
149
|
formatGitHubComment,
|
|
140
150
|
formatGitHubSummary,
|
|
151
|
+
formatOutline,
|
|
141
152
|
formatTerminalOutput,
|
|
142
153
|
generateAgentsMap,
|
|
143
154
|
generateSuggestions,
|
|
144
155
|
getActionEmitter,
|
|
145
156
|
getExitCode,
|
|
146
157
|
getFeedbackConfig,
|
|
158
|
+
getOutline,
|
|
159
|
+
getParser,
|
|
147
160
|
getPhaseCategories,
|
|
148
161
|
getStreamForBranch,
|
|
149
162
|
getUpdateNotification,
|
|
@@ -154,24 +167,30 @@ import {
|
|
|
154
167
|
listActiveSessions,
|
|
155
168
|
listStreams,
|
|
156
169
|
loadBudgetedLearnings,
|
|
170
|
+
loadEvents,
|
|
157
171
|
loadFailures,
|
|
158
172
|
loadHandoff,
|
|
173
|
+
loadIndexEntries,
|
|
159
174
|
loadRelevantLearnings,
|
|
160
175
|
loadSessionSummary,
|
|
161
176
|
loadState,
|
|
162
177
|
loadStreamIndex,
|
|
163
178
|
logAgentAction,
|
|
179
|
+
mcpRules,
|
|
164
180
|
migrateToStreams,
|
|
165
181
|
networkRules,
|
|
166
182
|
nodeRules,
|
|
167
183
|
parseDateFromEntry,
|
|
168
184
|
parseDiff,
|
|
185
|
+
parseFile,
|
|
186
|
+
parseFrontmatter,
|
|
169
187
|
parseManifest,
|
|
170
188
|
parseRoadmap,
|
|
171
189
|
parseSecurityConfig,
|
|
172
190
|
parseSize,
|
|
173
191
|
pathTraversalRules,
|
|
174
192
|
previewFix,
|
|
193
|
+
promoteSessionLearnings,
|
|
175
194
|
pruneLearnings,
|
|
176
195
|
reactRules,
|
|
177
196
|
readCheckState,
|
|
@@ -183,6 +202,7 @@ import {
|
|
|
183
202
|
requestMultiplePeerReviews,
|
|
184
203
|
requestPeerReview,
|
|
185
204
|
resetFeedbackConfig,
|
|
205
|
+
resetParserCache,
|
|
186
206
|
resolveFileToLayer,
|
|
187
207
|
resolveModelTier,
|
|
188
208
|
resolveRuleSeverity,
|
|
@@ -204,6 +224,7 @@ import {
|
|
|
204
224
|
saveState,
|
|
205
225
|
saveStreamIndex,
|
|
206
226
|
scopeContext,
|
|
227
|
+
searchSymbols,
|
|
207
228
|
secretRules,
|
|
208
229
|
serializeRoadmap,
|
|
209
230
|
setActiveStream,
|
|
@@ -214,6 +235,8 @@ import {
|
|
|
214
235
|
tagUncitedFindings,
|
|
215
236
|
touchStream,
|
|
216
237
|
trackAction,
|
|
238
|
+
unfoldRange,
|
|
239
|
+
unfoldSymbol,
|
|
217
240
|
updateSessionEntryStatus,
|
|
218
241
|
updateSessionIndex,
|
|
219
242
|
validateAgentsMap,
|
|
@@ -230,7 +253,7 @@ import {
|
|
|
230
253
|
writeLockfile,
|
|
231
254
|
writeSessionSummary,
|
|
232
255
|
xssRules
|
|
233
|
-
} from "./chunk-
|
|
256
|
+
} from "./chunk-Z2OOPXJO.js";
|
|
234
257
|
import {
|
|
235
258
|
Err,
|
|
236
259
|
Ok,
|
|
@@ -272,6 +295,7 @@ export {
|
|
|
272
295
|
DEFAULT_STATE,
|
|
273
296
|
DEFAULT_STREAM_INDEX,
|
|
274
297
|
DepDepthCollector,
|
|
298
|
+
EXTENSION_MAP,
|
|
275
299
|
EmitInteractionInputSchema,
|
|
276
300
|
EntropyAnalyzer,
|
|
277
301
|
EntropyConfigSchema,
|
|
@@ -310,6 +334,7 @@ export {
|
|
|
310
334
|
SharableForbiddenImportSchema,
|
|
311
335
|
SharableLayerSchema,
|
|
312
336
|
SharableSecurityRulesSchema,
|
|
337
|
+
SkillEventSchema,
|
|
313
338
|
StreamIndexSchema,
|
|
314
339
|
StreamInfoSchema,
|
|
315
340
|
ThresholdConfigSchema,
|
|
@@ -318,6 +343,7 @@ export {
|
|
|
318
343
|
VERSION,
|
|
319
344
|
ViolationSchema,
|
|
320
345
|
addProvenance,
|
|
346
|
+
agentConfigRules,
|
|
321
347
|
analyzeDiff,
|
|
322
348
|
analyzeLearningPatterns,
|
|
323
349
|
appendFailure,
|
|
@@ -325,6 +351,7 @@ export {
|
|
|
325
351
|
appendSessionEntry,
|
|
326
352
|
applyFixes,
|
|
327
353
|
applyHotspotDowngrade,
|
|
354
|
+
applySyncChanges,
|
|
328
355
|
archMatchers,
|
|
329
356
|
archModule,
|
|
330
357
|
architecture,
|
|
@@ -339,12 +366,14 @@ export {
|
|
|
339
366
|
checkEligibility,
|
|
340
367
|
checkEvidenceCoverage,
|
|
341
368
|
classifyFinding,
|
|
369
|
+
clearEventHashCache,
|
|
342
370
|
clearFailuresCache,
|
|
343
371
|
clearLearningsCache,
|
|
344
372
|
configureFeedback,
|
|
345
373
|
constraintRuleId,
|
|
346
374
|
contextBudget,
|
|
347
375
|
contextFilter,
|
|
376
|
+
countLearningEntries,
|
|
348
377
|
createBoundaryValidator,
|
|
349
378
|
createCommentedCodeFixes,
|
|
350
379
|
createError,
|
|
@@ -368,27 +397,34 @@ export {
|
|
|
368
397
|
detectCouplingViolations,
|
|
369
398
|
detectDeadCode,
|
|
370
399
|
detectDocDrift,
|
|
400
|
+
detectLanguage,
|
|
371
401
|
detectPatternViolations,
|
|
372
402
|
detectSizeBudgetViolations,
|
|
373
403
|
detectStack,
|
|
374
404
|
detectStaleConstraints,
|
|
375
405
|
determineAssessment,
|
|
376
406
|
diff,
|
|
407
|
+
emitEvent,
|
|
377
408
|
executeWorkflow,
|
|
378
409
|
expressRules,
|
|
379
410
|
extractBundle,
|
|
411
|
+
extractIndexEntry,
|
|
380
412
|
extractMarkdownLinks,
|
|
381
413
|
extractSections,
|
|
382
414
|
fanOutReview,
|
|
415
|
+
formatEventTimeline,
|
|
383
416
|
formatFindingBlock,
|
|
384
417
|
formatGitHubComment,
|
|
385
418
|
formatGitHubSummary,
|
|
419
|
+
formatOutline,
|
|
386
420
|
formatTerminalOutput,
|
|
387
421
|
generateAgentsMap,
|
|
388
422
|
generateSuggestions,
|
|
389
423
|
getActionEmitter,
|
|
390
424
|
getExitCode,
|
|
391
425
|
getFeedbackConfig,
|
|
426
|
+
getOutline,
|
|
427
|
+
getParser,
|
|
392
428
|
getPhaseCategories,
|
|
393
429
|
getStreamForBranch,
|
|
394
430
|
getUpdateNotification,
|
|
@@ -401,24 +437,30 @@ export {
|
|
|
401
437
|
listActiveSessions,
|
|
402
438
|
listStreams,
|
|
403
439
|
loadBudgetedLearnings,
|
|
440
|
+
loadEvents,
|
|
404
441
|
loadFailures,
|
|
405
442
|
loadHandoff,
|
|
443
|
+
loadIndexEntries,
|
|
406
444
|
loadRelevantLearnings,
|
|
407
445
|
loadSessionSummary,
|
|
408
446
|
loadState,
|
|
409
447
|
loadStreamIndex,
|
|
410
448
|
logAgentAction,
|
|
449
|
+
mcpRules,
|
|
411
450
|
migrateToStreams,
|
|
412
451
|
networkRules,
|
|
413
452
|
nodeRules,
|
|
414
453
|
parseDateFromEntry,
|
|
415
454
|
parseDiff,
|
|
455
|
+
parseFile,
|
|
456
|
+
parseFrontmatter,
|
|
416
457
|
parseManifest,
|
|
417
458
|
parseRoadmap,
|
|
418
459
|
parseSecurityConfig,
|
|
419
460
|
parseSize,
|
|
420
461
|
pathTraversalRules,
|
|
421
462
|
previewFix,
|
|
463
|
+
promoteSessionLearnings,
|
|
422
464
|
pruneLearnings,
|
|
423
465
|
reactRules,
|
|
424
466
|
readCheckState,
|
|
@@ -430,6 +472,7 @@ export {
|
|
|
430
472
|
requestMultiplePeerReviews,
|
|
431
473
|
requestPeerReview,
|
|
432
474
|
resetFeedbackConfig,
|
|
475
|
+
resetParserCache,
|
|
433
476
|
resolveFileToLayer,
|
|
434
477
|
resolveModelTier,
|
|
435
478
|
resolveRuleSeverity,
|
|
@@ -451,6 +494,7 @@ export {
|
|
|
451
494
|
saveState,
|
|
452
495
|
saveStreamIndex,
|
|
453
496
|
scopeContext,
|
|
497
|
+
searchSymbols,
|
|
454
498
|
secretRules,
|
|
455
499
|
serializeRoadmap,
|
|
456
500
|
setActiveStream,
|
|
@@ -461,6 +505,8 @@ export {
|
|
|
461
505
|
tagUncitedFindings,
|
|
462
506
|
touchStream,
|
|
463
507
|
trackAction,
|
|
508
|
+
unfoldRange,
|
|
509
|
+
unfoldSymbol,
|
|
464
510
|
updateSessionEntryStatus,
|
|
465
511
|
updateSessionIndex,
|
|
466
512
|
validateAgentsMap,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkDocsDefinition,
|
|
3
3
|
handleCheckDocs
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-2BKLWLY6.js";
|
|
5
|
+
import "./chunk-B2HKP423.js";
|
|
6
6
|
import "./chunk-IDZNPTYD.js";
|
|
7
7
|
import "./chunk-W6Y7ZW3Y.js";
|
|
8
8
|
import "./chunk-3WGJMBKH.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-Z2OOPXJO.js";
|
|
10
10
|
import "./chunk-ERS5EVUZ.js";
|
|
11
11
|
export {
|
|
12
12
|
checkDocsDefinition,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectEntropyDefinition,
|
|
3
3
|
handleDetectEntropy
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-VEPAJXBW.js";
|
|
5
5
|
import "./chunk-IDZNPTYD.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-Z2OOPXJO.js";
|
|
8
8
|
import "./chunk-ERS5EVUZ.js";
|
|
9
9
|
export {
|
|
10
10
|
detectEntropyDefinition,
|
package/dist/{generate-agent-definitions-3PM5EU7V.js → generate-agent-definitions-ZAE726AU.js}
RENAMED
|
@@ -7,7 +7,7 @@ import "./chunk-KET4QQZB.js";
|
|
|
7
7
|
import "./chunk-ZOAWBDWU.js";
|
|
8
8
|
import "./chunk-N5G5QMS3.js";
|
|
9
9
|
import "./chunk-3WGJMBKH.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-Z2OOPXJO.js";
|
|
11
11
|
import "./chunk-ERS5EVUZ.js";
|
|
12
12
|
export {
|
|
13
13
|
createGenerateAgentDefinitionsCommand,
|
package/dist/index.d.ts
CHANGED
|
@@ -703,15 +703,15 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
703
703
|
thresholds: z.ZodDefault<z.ZodRecord<z.ZodEnum<["circular-deps", "layer-violations", "complexity", "coupling", "forbidden-imports", "module-size", "dependency-depth"]>, z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>>;
|
|
704
704
|
modules: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodEnum<["circular-deps", "layer-violations", "complexity", "coupling", "forbidden-imports", "module-size", "dependency-depth"]>, z.ZodUnion<[z.ZodNumber, z.ZodRecord<z.ZodString, z.ZodNumber>]>>>>;
|
|
705
705
|
}, "strip", z.ZodTypeAny, {
|
|
706
|
-
thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
707
|
-
modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
708
706
|
enabled: boolean;
|
|
709
707
|
baselinePath: string;
|
|
708
|
+
thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
709
|
+
modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
710
710
|
}, {
|
|
711
|
-
thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
712
|
-
modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
713
711
|
enabled?: boolean | undefined;
|
|
714
712
|
baselinePath?: string | undefined;
|
|
713
|
+
thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
714
|
+
modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
715
715
|
}>>;
|
|
716
716
|
/** Skill loading, suggestion, and tier override settings */
|
|
717
717
|
skills: z.ZodOptional<z.ZodObject<{
|
|
@@ -842,10 +842,10 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
842
842
|
} | undefined;
|
|
843
843
|
} | undefined;
|
|
844
844
|
architecture?: {
|
|
845
|
-
thresholds: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
846
|
-
modules: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
847
845
|
enabled: boolean;
|
|
848
846
|
baselinePath: string;
|
|
847
|
+
thresholds: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>;
|
|
848
|
+
modules: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>>;
|
|
849
849
|
} | undefined;
|
|
850
850
|
updateCheckInterval?: number | undefined;
|
|
851
851
|
}, {
|
|
@@ -958,10 +958,10 @@ declare const HarnessConfigSchema: z.ZodObject<{
|
|
|
958
958
|
} | undefined;
|
|
959
959
|
} | undefined;
|
|
960
960
|
architecture?: {
|
|
961
|
-
thresholds?: Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
962
|
-
modules?: Record<string, Partial<Record<"complexity" | "coupling" | "circular-deps" | "layer-violations" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
963
961
|
enabled?: boolean | undefined;
|
|
964
962
|
baselinePath?: string | undefined;
|
|
963
|
+
thresholds?: Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>> | undefined;
|
|
964
|
+
modules?: Record<string, Partial<Record<"circular-deps" | "layer-violations" | "complexity" | "coupling" | "forbidden-imports" | "module-size" | "dependency-depth", number | Record<string, number>>>> | undefined;
|
|
965
965
|
} | undefined;
|
|
966
966
|
updateCheckInterval?: number | undefined;
|
|
967
967
|
}>;
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
runScan,
|
|
13
13
|
runUninstall,
|
|
14
14
|
runUninstallConstraints
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-J4RAX7YB.js";
|
|
16
16
|
import {
|
|
17
17
|
generateCIWorkflow
|
|
18
18
|
} from "./chunk-SD3SQOZ2.js";
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
OutputFormatter,
|
|
21
21
|
OutputMode,
|
|
22
22
|
runCheckPhaseGate
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-LGYBN7Y6.js";
|
|
24
24
|
import {
|
|
25
25
|
AGENT_DESCRIPTIONS,
|
|
26
26
|
DEFAULT_TOOLS,
|
|
@@ -63,23 +63,23 @@ import {
|
|
|
63
63
|
generateSlashCommands,
|
|
64
64
|
getToolDefinitions,
|
|
65
65
|
startServer
|
|
66
|
-
} from "./chunk-
|
|
67
|
-
import "./chunk-
|
|
68
|
-
import "./chunk-
|
|
69
|
-
import "./chunk-
|
|
70
|
-
import "./chunk-
|
|
71
|
-
import "./chunk-
|
|
66
|
+
} from "./chunk-NNHDDXYT.js";
|
|
67
|
+
import "./chunk-VEPAJXBW.js";
|
|
68
|
+
import "./chunk-EDXIVMAP.js";
|
|
69
|
+
import "./chunk-YLXFKVJE.js";
|
|
70
|
+
import "./chunk-3ZZKVN62.js";
|
|
71
|
+
import "./chunk-ND2ENWDM.js";
|
|
72
72
|
import "./chunk-ZOAWBDWU.js";
|
|
73
|
-
import "./chunk-
|
|
73
|
+
import "./chunk-OFXQSFOW.js";
|
|
74
74
|
import "./chunk-FTMXDOR6.js";
|
|
75
|
-
import "./chunk-
|
|
75
|
+
import "./chunk-N25INEIX.js";
|
|
76
76
|
import "./chunk-H7Y5CKTM.js";
|
|
77
|
-
import "./chunk-
|
|
77
|
+
import "./chunk-2BKLWLY6.js";
|
|
78
78
|
import {
|
|
79
79
|
findConfigFile,
|
|
80
80
|
loadConfig,
|
|
81
81
|
resolveConfig
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-B2HKP423.js";
|
|
83
83
|
import "./chunk-IDZNPTYD.js";
|
|
84
84
|
import "./chunk-W6Y7ZW3Y.js";
|
|
85
85
|
import "./chunk-N5G5QMS3.js";
|
|
@@ -96,7 +96,7 @@ import {
|
|
|
96
96
|
import {
|
|
97
97
|
TemplateEngine
|
|
98
98
|
} from "./chunk-7MJAPE3Z.js";
|
|
99
|
-
import "./chunk-
|
|
99
|
+
import "./chunk-Z2OOPXJO.js";
|
|
100
100
|
import "./chunk-ERS5EVUZ.js";
|
|
101
101
|
export {
|
|
102
102
|
AGENT_DESCRIPTIONS,
|
|
@@ -2,21 +2,21 @@ import {
|
|
|
2
2
|
createHarnessServer,
|
|
3
3
|
getToolDefinitions,
|
|
4
4
|
startServer
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-NNHDDXYT.js";
|
|
6
|
+
import "./chunk-VEPAJXBW.js";
|
|
7
|
+
import "./chunk-EDXIVMAP.js";
|
|
8
|
+
import "./chunk-YLXFKVJE.js";
|
|
9
|
+
import "./chunk-3ZZKVN62.js";
|
|
10
|
+
import "./chunk-ND2ENWDM.js";
|
|
11
11
|
import "./chunk-ZOAWBDWU.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-OFXQSFOW.js";
|
|
13
13
|
import "./chunk-FTMXDOR6.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-N25INEIX.js";
|
|
15
15
|
import {
|
|
16
16
|
resolveProjectConfig
|
|
17
17
|
} from "./chunk-H7Y5CKTM.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-2BKLWLY6.js";
|
|
19
|
+
import "./chunk-B2HKP423.js";
|
|
20
20
|
import {
|
|
21
21
|
resultToMcpResponse
|
|
22
22
|
} from "./chunk-IDZNPTYD.js";
|
|
@@ -24,7 +24,7 @@ import "./chunk-W6Y7ZW3Y.js";
|
|
|
24
24
|
import "./chunk-N5G5QMS3.js";
|
|
25
25
|
import "./chunk-3WGJMBKH.js";
|
|
26
26
|
import "./chunk-XYLGHKG6.js";
|
|
27
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-Z2OOPXJO.js";
|
|
28
28
|
import "./chunk-ERS5EVUZ.js";
|
|
29
29
|
export {
|
|
30
30
|
createHarnessServer,
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
7
7
|
handleGetPerfBaselines,
|
|
8
8
|
handleUpdatePerfBaselines,
|
|
9
9
|
updatePerfBaselinesDefinition
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EDXIVMAP.js";
|
|
11
11
|
import "./chunk-IDZNPTYD.js";
|
|
12
12
|
import "./chunk-W6Y7ZW3Y.js";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-Z2OOPXJO.js";
|
|
14
14
|
import "./chunk-ERS5EVUZ.js";
|
|
15
15
|
export {
|
|
16
16
|
checkPerformanceDefinition,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
handleValidateProject,
|
|
3
3
|
validateToolDefinition
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OFXQSFOW.js";
|
|
5
5
|
import "./chunk-H7Y5CKTM.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-Z2OOPXJO.js";
|
|
8
8
|
import "./chunk-ERS5EVUZ.js";
|
|
9
9
|
export {
|
|
10
10
|
handleValidateProject,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@harness-engineering/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "CLI for Harness Engineering toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -32,13 +32,15 @@
|
|
|
32
32
|
"lokijs": "^1.5.12",
|
|
33
33
|
"minimatch": "^10.2.4",
|
|
34
34
|
"semver": "^7.7.4",
|
|
35
|
+
"tree-sitter-wasms": "^0.1.13",
|
|
36
|
+
"web-tree-sitter": "^0.24.7",
|
|
35
37
|
"yaml": "^2.3.0",
|
|
36
38
|
"zod": "^3.22.0",
|
|
37
|
-
"@harness-engineering/core": "0.
|
|
39
|
+
"@harness-engineering/core": "0.15.0",
|
|
38
40
|
"@harness-engineering/graph": "0.3.3",
|
|
39
41
|
"@harness-engineering/linter-gen": "0.1.4",
|
|
40
42
|
"@harness-engineering/orchestrator": "0.2.3",
|
|
41
|
-
"@harness-engineering/types": "0.
|
|
43
|
+
"@harness-engineering/types": "0.5.0"
|
|
42
44
|
},
|
|
43
45
|
"devDependencies": {
|
|
44
46
|
"@types/node": "^22.0.0",
|