@harness-engineering/cli 4.2.0 → 4.3.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-md-BK2UPKUC.js → agents-md-N4ULMUAK.js} +4 -4
- package/dist/{analyzer-XRCV63KC-6T2Z32XC.js → analyzer-XRCV63KC-WGRHW2ZM.js} +2 -2
- package/dist/{architecture-7PNQZOWV.js → architecture-OIMIBDJC.js} +5 -5
- package/dist/{assess-project-2QPCNN7N.js → assess-project-ITSB6W4L.js} +1 -1
- package/dist/bin/harness-mcp.js +15 -15
- package/dist/bin/harness.js +25 -25
- package/dist/{check-phase-gate-RZUSDB3O.js → check-phase-gate-GN4X7HT6.js} +5 -5
- package/dist/{chunk-ZIJABBGZ.js → chunk-574JCBYH.js} +2 -2
- package/dist/{chunk-E5KJOUHI.js → chunk-5BUHPOCP.js} +7 -7
- package/dist/{chunk-YTJIRQON.js → chunk-6NEJPS7W.js} +2 -2
- package/dist/{chunk-MHHISNS2.js → chunk-73QZ43DF.js} +2 -2
- package/dist/{chunk-RZTLXZHJ.js → chunk-7RH2NTLA.js} +1 -1
- package/dist/{chunk-DVG6DDX6.js → chunk-CMU4DNLY.js} +1 -1
- package/dist/{chunk-33OU3LYX.js → chunk-CRHQYBDA.js} +48 -12
- package/dist/{chunk-J7H5I4FO.js → chunk-D7A5JR7M.js} +2 -2
- package/dist/{chunk-SI4O2W4H.js → chunk-GTHL3TRZ.js} +2 -2
- package/dist/{chunk-J5MFNKE7.js → chunk-H5GN7R43.js} +2 -2
- package/dist/{chunk-D5YCPIK6.js → chunk-HJYAXAYQ.js} +2 -2
- package/dist/{chunk-K5R2I37T.js → chunk-HSYU3RUW.js} +85 -85
- package/dist/{chunk-DBCC7KIW.js → chunk-JZL2O3RC.js} +5 -5
- package/dist/{chunk-V2GJE5J5.js → chunk-LP764MGR.js} +3 -3
- package/dist/{chunk-6STDKKAM.js → chunk-LTYVAKWK.js} +2 -2
- package/dist/{chunk-KYFXXEK3.js → chunk-MEDRUIRO.js} +3 -3
- package/dist/{chunk-DW6HE5DH.js → chunk-MIZQY35D.js} +2 -2
- package/dist/{chunk-KHL6WFRL.js → chunk-NEMB36N4.js} +2 -2
- package/dist/{chunk-BJDT3VGQ.js → chunk-PT65VY4S.js} +6 -6
- package/dist/{chunk-HUC73DZC.js → chunk-T46G6YNI.js} +3 -3
- package/dist/{chunk-RRCS27GT.js → chunk-TDPQZAEE.js} +284 -115
- package/dist/{chunk-VC2B275U.js → chunk-TKPAOB2T.js} +2 -2
- package/dist/{chunk-HU7NS7JA.js → chunk-U2NOOATF.js} +6 -6
- package/dist/{chunk-UEXQMI6K.js → chunk-VJDSB7CI.js} +112 -50
- package/dist/{chunk-XACP5P2J.js → chunk-XKILFNRK.js} +2 -2
- package/dist/{ci-workflow-LGN7LHHO.js → ci-workflow-PA3WL6WK.js} +4 -4
- package/dist/{dist-LE5AU7FR.js → dist-BWFFVKEW.js} +20 -4
- package/dist/{dist-FBBADRYS.js → dist-ISDDHDOR.js} +17 -3
- package/dist/{docs-3BTPSHKE.js → docs-HOTWQJQF.js} +5 -5
- package/dist/{engine-GWGU4AMH.js → engine-MVG2SPGD.js} +4 -4
- package/dist/{entropy-35XURODP.js → entropy-3B4U2BTF.js} +5 -5
- package/dist/{feedback-NDGZZ37W.js → feedback-WIWWDVUC.js} +1 -1
- package/dist/{generate-agent-definitions-PYZ3E7SP.js → generate-agent-definitions-KPRHY6X3.js} +5 -5
- package/dist/index.js +25 -25
- package/dist/{loader-QK2OJXKB.js → loader-SPJ2ZGYW.js} +4 -4
- package/dist/{mcp-Z5YMV7TA.js → mcp-RIPEYDMU.js} +15 -15
- package/dist/{performance-VAYOYPVK.js → performance-JYFS27B3.js} +5 -5
- package/dist/{review-pipeline-UETEOWSS.js → review-pipeline-BDT6Y6QV.js} +4 -4
- package/dist/{runtime-J7KFACTK.js → runtime-ZEPHPPQJ.js} +4 -4
- package/dist/{security-6AIUZXF5.js → security-FWSDTTEW.js} +1 -1
- package/dist/{state-events-XQPHGLG5.js → state-events-PBDNQPXT.js} +4 -4
- package/dist/{validate-ON7YMVLY.js → validate-XIMNCIKR.js} +5 -5
- package/dist/{validate-cross-check-HKKQA7K5.js → validate-cross-check-H2OUHTID.js} +4 -4
- package/package.json +8 -8
|
@@ -98,7 +98,7 @@ async function handleAssessProject(input) {
|
|
|
98
98
|
let validateResult = null;
|
|
99
99
|
if (checksToRun.has("validate")) {
|
|
100
100
|
try {
|
|
101
|
-
const { handleValidateProject } = await import("./validate-
|
|
101
|
+
const { handleValidateProject } = await import("./validate-XIMNCIKR.js");
|
|
102
102
|
const result = await handleValidateProject({ path: projectPath });
|
|
103
103
|
const out = parseToolResponse(result, "validate");
|
|
104
104
|
if ("error" in out) {
|
|
@@ -127,7 +127,7 @@ async function handleAssessProject(input) {
|
|
|
127
127
|
parallelChecks.push(
|
|
128
128
|
(async () => {
|
|
129
129
|
try {
|
|
130
|
-
const { handleCheckDependencies } = await import("./architecture-
|
|
130
|
+
const { handleCheckDependencies } = await import("./architecture-OIMIBDJC.js");
|
|
131
131
|
const result = await handleCheckDependencies({ path: projectPath });
|
|
132
132
|
const out = parseToolResponse(result, "deps");
|
|
133
133
|
if ("error" in out) return out.error;
|
|
@@ -155,7 +155,7 @@ async function handleAssessProject(input) {
|
|
|
155
155
|
parallelChecks.push(
|
|
156
156
|
(async () => {
|
|
157
157
|
try {
|
|
158
|
-
const { handleCheckDocs } = await import("./docs-
|
|
158
|
+
const { handleCheckDocs } = await import("./docs-HOTWQJQF.js");
|
|
159
159
|
const result = await handleCheckDocs({ path: projectPath, scope: "coverage" });
|
|
160
160
|
const out = parseToolResponse(result, "docs");
|
|
161
161
|
if ("error" in out) return out.error;
|
|
@@ -183,7 +183,7 @@ async function handleAssessProject(input) {
|
|
|
183
183
|
parallelChecks.push(
|
|
184
184
|
(async () => {
|
|
185
185
|
try {
|
|
186
|
-
const { handleDetectEntropy } = await import("./entropy-
|
|
186
|
+
const { handleDetectEntropy } = await import("./entropy-3B4U2BTF.js");
|
|
187
187
|
const result = await handleDetectEntropy({ path: projectPath, type: "all" });
|
|
188
188
|
const out = parseToolResponse(result, "entropy");
|
|
189
189
|
if ("error" in out) return out.error;
|
|
@@ -214,7 +214,7 @@ async function handleAssessProject(input) {
|
|
|
214
214
|
parallelChecks.push(
|
|
215
215
|
(async () => {
|
|
216
216
|
try {
|
|
217
|
-
const { handleRunSecurityScan } = await import("./security-
|
|
217
|
+
const { handleRunSecurityScan } = await import("./security-FWSDTTEW.js");
|
|
218
218
|
const result = await handleRunSecurityScan({ path: projectPath });
|
|
219
219
|
const out = parseToolResponse(result, "security");
|
|
220
220
|
if ("error" in out) return out.error;
|
|
@@ -247,7 +247,7 @@ async function handleAssessProject(input) {
|
|
|
247
247
|
parallelChecks.push(
|
|
248
248
|
(async () => {
|
|
249
249
|
try {
|
|
250
|
-
const { handleCheckPerformance } = await import("./performance-
|
|
250
|
+
const { handleCheckPerformance } = await import("./performance-JYFS27B3.js");
|
|
251
251
|
const result = await handleCheckPerformance({ path: projectPath });
|
|
252
252
|
if ("isError" in result && result.isError) {
|
|
253
253
|
const msg = result.content[0]?.text ?? "Performance check failed";
|
|
@@ -22,7 +22,58 @@ function isOk(result) {
|
|
|
22
22
|
function isErr(result) {
|
|
23
23
|
return result.ok === false;
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
function skillProposalRefine(val, ctx) {
|
|
26
|
+
if (val.skillKind === "new-skill") {
|
|
27
|
+
if (!val.content.skillYaml || !val.content.skillMd)
|
|
28
|
+
ctx.addIssue({
|
|
29
|
+
code: z7.ZodIssueCode.custom,
|
|
30
|
+
path: ["content"],
|
|
31
|
+
message: "new-skill proposals require skillYaml and skillMd"
|
|
32
|
+
});
|
|
33
|
+
if (val.targetSkill)
|
|
34
|
+
ctx.addIssue({
|
|
35
|
+
code: z7.ZodIssueCode.custom,
|
|
36
|
+
path: ["targetSkill"],
|
|
37
|
+
message: "targetSkill is forbidden on new-skill proposals"
|
|
38
|
+
});
|
|
39
|
+
if (val.content.diff)
|
|
40
|
+
ctx.addIssue({
|
|
41
|
+
code: z7.ZodIssueCode.custom,
|
|
42
|
+
path: ["content", "diff"],
|
|
43
|
+
message: "diff is forbidden on new-skill proposals"
|
|
44
|
+
});
|
|
45
|
+
} else {
|
|
46
|
+
if (!val.targetSkill)
|
|
47
|
+
ctx.addIssue({
|
|
48
|
+
code: z7.ZodIssueCode.custom,
|
|
49
|
+
path: ["targetSkill"],
|
|
50
|
+
message: "refinement proposals require targetSkill"
|
|
51
|
+
});
|
|
52
|
+
if (!val.content.diff)
|
|
53
|
+
ctx.addIssue({
|
|
54
|
+
code: z7.ZodIssueCode.custom,
|
|
55
|
+
path: ["content", "diff"],
|
|
56
|
+
message: "refinement proposals require a unified diff"
|
|
57
|
+
});
|
|
58
|
+
if (val.content.skillYaml || val.content.skillMd)
|
|
59
|
+
ctx.addIssue({
|
|
60
|
+
code: z7.ZodIssueCode.custom,
|
|
61
|
+
path: ["content"],
|
|
62
|
+
message: "skillYaml/skillMd are forbidden on refinement proposals (use diff)"
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
function migrateProposalRecord(raw) {
|
|
67
|
+
if (raw && typeof raw === "object" && !Array.isArray(raw)) {
|
|
68
|
+
const r = raw;
|
|
69
|
+
if (r["kind"] === "new-skill" || r["kind"] === "refinement") {
|
|
70
|
+
const { kind, ...rest } = r;
|
|
71
|
+
return { ...rest, kind: "skill", skillKind: kind };
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
return raw;
|
|
75
|
+
}
|
|
76
|
+
var STANDARD_COGNITIVE_MODES, DEFAULT_SKILL_CONTEXT_BUDGET, SESSION_SECTION_NAMES, TrajectoryMetadataSchema, PromptCacheStatsSchema, OTLPKeyValueSchema, OTLPSpanSchema, REQUIRED_STRATEGY_SECTIONS, OPTIONAL_STRATEGY_SECTIONS, TokenScopeSchema, BridgeKindSchema, AuthTokenSchema, AuthTokenPublicSchema, AuthAuditEntrySchema, WebhookSubscriptionSchema, WebhookSubscriptionPublicSchema, GatewayEventSchema, WebhookDeliveryStatusSchema, WebhookDeliverySchema, INDEXED_FILE_KINDS, SessionSummarySchema, INSIGHTS_KEYS, SESSIONS_DEFAULTS, NotificationSinkKindSchema, NotificationSeveritySchema, NotificationActionSchema, NotificationEnvelopeSchema, NotificationSinkConfigSchema, NotificationsConfigSchema, NotificationDeliveryResultSchema, PlanTaskSchema, SkillProvenanceSchema, SkillKindSchema, ProposalKindSchema, ProposalTypeSchema, ProposalStatusSchema, ProposalGateFindingSchema, ProposalGateSchema, ProposalDecisionSchema, ProposalContentSchema, ProposalSourceSchema, SkillProposalObject, ModelProposalActionSchema, ModelProposalStatusSchema, ModelProposalContentSchema, ModelProposalObject, ProposalObjectUnion, ProposalSchema, SkillProposalSchema, EmitSkillProposalInputSchema, EditProposalInputSchema;
|
|
26
77
|
var init_dist = __esm({
|
|
27
78
|
"../types/dist/index.mjs"() {
|
|
28
79
|
STANDARD_COGNITIVE_MODES = [
|
|
@@ -246,7 +297,9 @@ var init_dist = __esm({
|
|
|
246
297
|
owns: z6.array(z6.string()).optional()
|
|
247
298
|
}).strict();
|
|
248
299
|
SkillProvenanceSchema = z7.enum(["community", "agent-proposed", "user-authored"]);
|
|
249
|
-
|
|
300
|
+
SkillKindSchema = z7.enum(["new-skill", "refinement"]);
|
|
301
|
+
ProposalKindSchema = SkillKindSchema;
|
|
302
|
+
ProposalTypeSchema = z7.enum(["skill", "model"]);
|
|
250
303
|
ProposalStatusSchema = z7.enum([
|
|
251
304
|
"open",
|
|
252
305
|
"gate-running",
|
|
@@ -281,10 +334,11 @@ var init_dist = __esm({
|
|
|
281
334
|
taskId: z7.string().optional(),
|
|
282
335
|
justification: z7.string().min(20).max(2e3)
|
|
283
336
|
});
|
|
284
|
-
|
|
337
|
+
SkillProposalObject = z7.object({
|
|
338
|
+
kind: z7.literal("skill"),
|
|
339
|
+
skillKind: SkillKindSchema,
|
|
285
340
|
id: z7.string().min(1),
|
|
286
341
|
createdAt: z7.string().datetime(),
|
|
287
|
-
kind: ProposalKindSchema,
|
|
288
342
|
targetSkill: z7.string().optional(),
|
|
289
343
|
proposedBy: z7.string().min(1),
|
|
290
344
|
source: ProposalSourceSchema,
|
|
@@ -292,53 +346,54 @@ var init_dist = __esm({
|
|
|
292
346
|
status: ProposalStatusSchema,
|
|
293
347
|
gate: ProposalGateSchema.optional(),
|
|
294
348
|
decision: ProposalDecisionSchema.optional()
|
|
295
|
-
}).superRefine((val, ctx) => {
|
|
296
|
-
if (val.kind === "new-skill") {
|
|
297
|
-
if (!val.content.skillYaml || !val.content.skillMd) {
|
|
298
|
-
ctx.addIssue({
|
|
299
|
-
code: z7.ZodIssueCode.custom,
|
|
300
|
-
path: ["content"],
|
|
301
|
-
message: "new-skill proposals require skillYaml and skillMd"
|
|
302
|
-
});
|
|
303
|
-
}
|
|
304
|
-
if (val.targetSkill) {
|
|
305
|
-
ctx.addIssue({
|
|
306
|
-
code: z7.ZodIssueCode.custom,
|
|
307
|
-
path: ["targetSkill"],
|
|
308
|
-
message: "targetSkill is forbidden on new-skill proposals"
|
|
309
|
-
});
|
|
310
|
-
}
|
|
311
|
-
if (val.content.diff) {
|
|
312
|
-
ctx.addIssue({
|
|
313
|
-
code: z7.ZodIssueCode.custom,
|
|
314
|
-
path: ["content", "diff"],
|
|
315
|
-
message: "diff is forbidden on new-skill proposals"
|
|
316
|
-
});
|
|
317
|
-
}
|
|
318
|
-
} else if (val.kind === "refinement") {
|
|
319
|
-
if (!val.targetSkill) {
|
|
320
|
-
ctx.addIssue({
|
|
321
|
-
code: z7.ZodIssueCode.custom,
|
|
322
|
-
path: ["targetSkill"],
|
|
323
|
-
message: "refinement proposals require targetSkill"
|
|
324
|
-
});
|
|
325
|
-
}
|
|
326
|
-
if (!val.content.diff) {
|
|
327
|
-
ctx.addIssue({
|
|
328
|
-
code: z7.ZodIssueCode.custom,
|
|
329
|
-
path: ["content", "diff"],
|
|
330
|
-
message: "refinement proposals require a unified diff"
|
|
331
|
-
});
|
|
332
|
-
}
|
|
333
|
-
if (val.content.skillYaml || val.content.skillMd) {
|
|
334
|
-
ctx.addIssue({
|
|
335
|
-
code: z7.ZodIssueCode.custom,
|
|
336
|
-
path: ["content"],
|
|
337
|
-
message: "skillYaml/skillMd are forbidden on refinement proposals (use diff)"
|
|
338
|
-
});
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
349
|
});
|
|
350
|
+
ModelProposalActionSchema = z7.enum(["add", "swap", "evict"]);
|
|
351
|
+
ModelProposalStatusSchema = z7.enum([
|
|
352
|
+
"open",
|
|
353
|
+
"gate-running",
|
|
354
|
+
"gate-failed",
|
|
355
|
+
"approved",
|
|
356
|
+
"rejected",
|
|
357
|
+
"failed_target_missing"
|
|
358
|
+
]);
|
|
359
|
+
ModelProposalContentSchema = z7.object({
|
|
360
|
+
action: ModelProposalActionSchema,
|
|
361
|
+
target: z7.object({ hfRepoId: z7.string().min(1), ollamaName: z7.string().min(1) }),
|
|
362
|
+
replaces: z7.object({ ollamaName: z7.string().min(1) }).optional(),
|
|
363
|
+
scoreDelta: z7.number(),
|
|
364
|
+
justification: z7.object({
|
|
365
|
+
summary: z7.string(),
|
|
366
|
+
benchmarkBasis: z7.array(z7.string()),
|
|
367
|
+
hardwareFit: z7.string(),
|
|
368
|
+
evidence: z7.string(),
|
|
369
|
+
freshness: z7.string()
|
|
370
|
+
}),
|
|
371
|
+
diskImpactGb: z7.number()
|
|
372
|
+
}).strict();
|
|
373
|
+
ModelProposalObject = z7.object({
|
|
374
|
+
kind: z7.literal("model"),
|
|
375
|
+
id: z7.string().min(1),
|
|
376
|
+
createdAt: z7.string().datetime(),
|
|
377
|
+
proposedBy: z7.string().min(1),
|
|
378
|
+
source: ProposalSourceSchema,
|
|
379
|
+
model: ModelProposalContentSchema,
|
|
380
|
+
status: ModelProposalStatusSchema,
|
|
381
|
+
decision: ProposalDecisionSchema.optional()
|
|
382
|
+
});
|
|
383
|
+
ProposalObjectUnion = z7.discriminatedUnion("kind", [
|
|
384
|
+
SkillProposalObject,
|
|
385
|
+
ModelProposalObject
|
|
386
|
+
]);
|
|
387
|
+
ProposalSchema = z7.preprocess(
|
|
388
|
+
migrateProposalRecord,
|
|
389
|
+
ProposalObjectUnion.superRefine((val, ctx) => {
|
|
390
|
+
if (val.kind === "skill") skillProposalRefine(val, ctx);
|
|
391
|
+
})
|
|
392
|
+
);
|
|
393
|
+
SkillProposalSchema = z7.preprocess(
|
|
394
|
+
migrateProposalRecord,
|
|
395
|
+
SkillProposalObject.superRefine(skillProposalRefine)
|
|
396
|
+
);
|
|
342
397
|
EmitSkillProposalInputSchema = z7.object({
|
|
343
398
|
kind: ProposalKindSchema,
|
|
344
399
|
targetSkill: z7.string().optional(),
|
|
@@ -391,13 +446,20 @@ export {
|
|
|
391
446
|
NotificationDeliveryResultSchema,
|
|
392
447
|
PlanTaskSchema,
|
|
393
448
|
SkillProvenanceSchema,
|
|
449
|
+
SkillKindSchema,
|
|
394
450
|
ProposalKindSchema,
|
|
451
|
+
ProposalTypeSchema,
|
|
395
452
|
ProposalStatusSchema,
|
|
396
453
|
ProposalGateFindingSchema,
|
|
397
454
|
ProposalGateSchema,
|
|
398
455
|
ProposalDecisionSchema,
|
|
399
456
|
ProposalContentSchema,
|
|
400
457
|
ProposalSourceSchema,
|
|
458
|
+
ModelProposalActionSchema,
|
|
459
|
+
ModelProposalStatusSchema,
|
|
460
|
+
ModelProposalContentSchema,
|
|
461
|
+
migrateProposalRecord,
|
|
462
|
+
ProposalSchema,
|
|
401
463
|
SkillProposalSchema,
|
|
402
464
|
EmitSkillProposalInputSchema,
|
|
403
465
|
EditProposalInputSchema,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateCIWorkflow
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-GTHL3TRZ.js";
|
|
4
|
+
import "./chunk-CRHQYBDA.js";
|
|
5
|
+
import "./chunk-7RH2NTLA.js";
|
|
6
|
+
import "./chunk-VJDSB7CI.js";
|
|
7
7
|
import "./chunk-WZJR6SOI.js";
|
|
8
8
|
import "./chunk-QCLOIUMX.js";
|
|
9
9
|
import "./chunk-XARGEOJV.js";
|
|
@@ -247,6 +247,7 @@ import {
|
|
|
247
247
|
createCommentedCodeFixes,
|
|
248
248
|
createFixes,
|
|
249
249
|
createForbiddenImportFixes,
|
|
250
|
+
createModelProposal,
|
|
250
251
|
createNodeRoadmapIO,
|
|
251
252
|
createOrphanedDepFixes,
|
|
252
253
|
createOsvClient,
|
|
@@ -523,7 +524,7 @@ import {
|
|
|
523
524
|
writeStrategyDoc,
|
|
524
525
|
writeTaint,
|
|
525
526
|
xssRules
|
|
526
|
-
} from "./chunk-
|
|
527
|
+
} from "./chunk-CRHQYBDA.js";
|
|
527
528
|
import {
|
|
528
529
|
EXTENSION_MAP,
|
|
529
530
|
EntropyAnalyzer,
|
|
@@ -549,7 +550,7 @@ import {
|
|
|
549
550
|
resetParserCache,
|
|
550
551
|
resolveFileToLayer,
|
|
551
552
|
validateDependencies
|
|
552
|
-
} from "./chunk-
|
|
553
|
+
} from "./chunk-7RH2NTLA.js";
|
|
553
554
|
import {
|
|
554
555
|
AuthAuditEntrySchema,
|
|
555
556
|
AuthTokenPublicSchema,
|
|
@@ -562,6 +563,9 @@ import {
|
|
|
562
563
|
GatewayEventSchema,
|
|
563
564
|
INDEXED_FILE_KINDS,
|
|
564
565
|
INSIGHTS_KEYS,
|
|
566
|
+
ModelProposalActionSchema,
|
|
567
|
+
ModelProposalContentSchema,
|
|
568
|
+
ModelProposalStatusSchema,
|
|
565
569
|
NotificationActionSchema,
|
|
566
570
|
NotificationDeliveryResultSchema,
|
|
567
571
|
NotificationEnvelopeSchema,
|
|
@@ -580,13 +584,16 @@ import {
|
|
|
580
584
|
ProposalGateFindingSchema,
|
|
581
585
|
ProposalGateSchema,
|
|
582
586
|
ProposalKindSchema,
|
|
587
|
+
ProposalSchema,
|
|
583
588
|
ProposalSourceSchema,
|
|
584
589
|
ProposalStatusSchema,
|
|
590
|
+
ProposalTypeSchema,
|
|
585
591
|
REQUIRED_STRATEGY_SECTIONS,
|
|
586
592
|
SESSIONS_DEFAULTS,
|
|
587
593
|
SESSION_SECTION_NAMES,
|
|
588
594
|
STANDARD_COGNITIVE_MODES,
|
|
589
595
|
SessionSummarySchema,
|
|
596
|
+
SkillKindSchema,
|
|
590
597
|
SkillProposalSchema,
|
|
591
598
|
SkillProvenanceSchema,
|
|
592
599
|
TokenScopeSchema,
|
|
@@ -596,8 +603,9 @@ import {
|
|
|
596
603
|
WebhookSubscriptionPublicSchema,
|
|
597
604
|
WebhookSubscriptionSchema,
|
|
598
605
|
isErr,
|
|
599
|
-
isOk
|
|
600
|
-
|
|
606
|
+
isOk,
|
|
607
|
+
migrateProposalRecord
|
|
608
|
+
} from "./chunk-VJDSB7CI.js";
|
|
601
609
|
import "./chunk-WZJR6SOI.js";
|
|
602
610
|
import {
|
|
603
611
|
ArchBaselineSchema,
|
|
@@ -742,6 +750,9 @@ export {
|
|
|
742
750
|
ManifestSchema,
|
|
743
751
|
MetricResultSchema,
|
|
744
752
|
ModeSchema,
|
|
753
|
+
ModelProposalActionSchema,
|
|
754
|
+
ModelProposalContentSchema,
|
|
755
|
+
ModelProposalStatusSchema,
|
|
745
756
|
ModuleSizeCollector,
|
|
746
757
|
MonolithStore,
|
|
747
758
|
NoOpExecutor,
|
|
@@ -780,8 +791,10 @@ export {
|
|
|
780
791
|
ProposalGateSchema,
|
|
781
792
|
ProposalKindSchema,
|
|
782
793
|
ProposalNotFoundError,
|
|
794
|
+
ProposalSchema,
|
|
783
795
|
ProposalSourceSchema,
|
|
784
796
|
ProposalStatusSchema,
|
|
797
|
+
ProposalTypeSchema,
|
|
785
798
|
PulseAdapterAlreadyRegisteredError,
|
|
786
799
|
PulseConfigSchema,
|
|
787
800
|
PulseDbSourceSchema,
|
|
@@ -821,6 +834,7 @@ export {
|
|
|
821
834
|
SharableLayerSchema,
|
|
822
835
|
SharableSecurityRulesSchema,
|
|
823
836
|
ShardStore,
|
|
837
|
+
SkillKindSchema,
|
|
824
838
|
SkillProposalSchema,
|
|
825
839
|
SkillProvenanceSchema,
|
|
826
840
|
SolutionDocFrontmatterSchema,
|
|
@@ -947,6 +961,7 @@ export {
|
|
|
947
961
|
createError,
|
|
948
962
|
createFixes,
|
|
949
963
|
createForbiddenImportFixes,
|
|
964
|
+
createModelProposal,
|
|
950
965
|
createNodeRoadmapIO,
|
|
951
966
|
createOrphanedDepFixes,
|
|
952
967
|
createOsvClient,
|
|
@@ -1077,6 +1092,7 @@ export {
|
|
|
1077
1092
|
markProtectedFindings,
|
|
1078
1093
|
mcpRules,
|
|
1079
1094
|
migrate_exports as migrate,
|
|
1095
|
+
migrateProposalRecord,
|
|
1080
1096
|
migrateToStreams,
|
|
1081
1097
|
needsMergeOursDriverWarning,
|
|
1082
1098
|
networkRules,
|
|
@@ -10,6 +10,9 @@ import {
|
|
|
10
10
|
GatewayEventSchema,
|
|
11
11
|
INDEXED_FILE_KINDS,
|
|
12
12
|
INSIGHTS_KEYS,
|
|
13
|
+
ModelProposalActionSchema,
|
|
14
|
+
ModelProposalContentSchema,
|
|
15
|
+
ModelProposalStatusSchema,
|
|
13
16
|
NotificationActionSchema,
|
|
14
17
|
NotificationDeliveryResultSchema,
|
|
15
18
|
NotificationEnvelopeSchema,
|
|
@@ -28,13 +31,16 @@ import {
|
|
|
28
31
|
ProposalGateFindingSchema,
|
|
29
32
|
ProposalGateSchema,
|
|
30
33
|
ProposalKindSchema,
|
|
34
|
+
ProposalSchema,
|
|
31
35
|
ProposalSourceSchema,
|
|
32
36
|
ProposalStatusSchema,
|
|
37
|
+
ProposalTypeSchema,
|
|
33
38
|
REQUIRED_STRATEGY_SECTIONS,
|
|
34
39
|
SESSIONS_DEFAULTS,
|
|
35
40
|
SESSION_SECTION_NAMES,
|
|
36
41
|
STANDARD_COGNITIVE_MODES,
|
|
37
42
|
SessionSummarySchema,
|
|
43
|
+
SkillKindSchema,
|
|
38
44
|
SkillProposalSchema,
|
|
39
45
|
SkillProvenanceSchema,
|
|
40
46
|
TokenScopeSchema,
|
|
@@ -45,8 +51,9 @@ import {
|
|
|
45
51
|
WebhookSubscriptionSchema,
|
|
46
52
|
init_dist,
|
|
47
53
|
isErr,
|
|
48
|
-
isOk
|
|
49
|
-
|
|
54
|
+
isOk,
|
|
55
|
+
migrateProposalRecord
|
|
56
|
+
} from "./chunk-VJDSB7CI.js";
|
|
50
57
|
import "./chunk-KFQGP6VL.js";
|
|
51
58
|
init_dist();
|
|
52
59
|
export {
|
|
@@ -61,6 +68,9 @@ export {
|
|
|
61
68
|
GatewayEventSchema,
|
|
62
69
|
INDEXED_FILE_KINDS,
|
|
63
70
|
INSIGHTS_KEYS,
|
|
71
|
+
ModelProposalActionSchema,
|
|
72
|
+
ModelProposalContentSchema,
|
|
73
|
+
ModelProposalStatusSchema,
|
|
64
74
|
NotificationActionSchema,
|
|
65
75
|
NotificationDeliveryResultSchema,
|
|
66
76
|
NotificationEnvelopeSchema,
|
|
@@ -79,13 +89,16 @@ export {
|
|
|
79
89
|
ProposalGateFindingSchema,
|
|
80
90
|
ProposalGateSchema,
|
|
81
91
|
ProposalKindSchema,
|
|
92
|
+
ProposalSchema,
|
|
82
93
|
ProposalSourceSchema,
|
|
83
94
|
ProposalStatusSchema,
|
|
95
|
+
ProposalTypeSchema,
|
|
84
96
|
REQUIRED_STRATEGY_SECTIONS,
|
|
85
97
|
SESSIONS_DEFAULTS,
|
|
86
98
|
SESSION_SECTION_NAMES,
|
|
87
99
|
STANDARD_COGNITIVE_MODES,
|
|
88
100
|
SessionSummarySchema,
|
|
101
|
+
SkillKindSchema,
|
|
89
102
|
SkillProposalSchema,
|
|
90
103
|
SkillProvenanceSchema,
|
|
91
104
|
TokenScopeSchema,
|
|
@@ -95,5 +108,6 @@ export {
|
|
|
95
108
|
WebhookSubscriptionPublicSchema,
|
|
96
109
|
WebhookSubscriptionSchema,
|
|
97
110
|
isErr,
|
|
98
|
-
isOk
|
|
111
|
+
isOk,
|
|
112
|
+
migrateProposalRecord
|
|
99
113
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
checkDocsDefinition,
|
|
3
3
|
handleCheckDocs
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PT65VY4S.js";
|
|
5
5
|
import "./chunk-RC3OI5NK.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-LTYVAKWK.js";
|
|
8
8
|
import "./chunk-ZCZD7FHU.js";
|
|
9
9
|
import "./chunk-3WGJMBKH.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-CRHQYBDA.js";
|
|
11
|
+
import "./chunk-7RH2NTLA.js";
|
|
12
|
+
import "./chunk-VJDSB7CI.js";
|
|
13
13
|
import "./chunk-WZJR6SOI.js";
|
|
14
14
|
import "./chunk-QCLOIUMX.js";
|
|
15
15
|
import "./chunk-XARGEOJV.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TemplateEngine
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-6NEJPS7W.js";
|
|
4
|
+
import "./chunk-CRHQYBDA.js";
|
|
5
|
+
import "./chunk-7RH2NTLA.js";
|
|
6
|
+
import "./chunk-VJDSB7CI.js";
|
|
7
7
|
import "./chunk-WZJR6SOI.js";
|
|
8
8
|
import "./chunk-QCLOIUMX.js";
|
|
9
9
|
import "./chunk-XARGEOJV.js";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
detectEntropyDefinition,
|
|
3
3
|
handleDetectEntropy
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JZL2O3RC.js";
|
|
5
5
|
import "./chunk-RC3OI5NK.js";
|
|
6
6
|
import "./chunk-W6Y7ZW3Y.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-LTYVAKWK.js";
|
|
8
8
|
import "./chunk-ZCZD7FHU.js";
|
|
9
9
|
import "./chunk-3WGJMBKH.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-CRHQYBDA.js";
|
|
11
|
+
import "./chunk-7RH2NTLA.js";
|
|
12
|
+
import "./chunk-VJDSB7CI.js";
|
|
13
13
|
import "./chunk-WZJR6SOI.js";
|
|
14
14
|
import "./chunk-QCLOIUMX.js";
|
|
15
15
|
import "./chunk-XARGEOJV.js";
|
package/dist/{generate-agent-definitions-PYZ3E7SP.js → generate-agent-definitions-KPRHY6X3.js}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createGenerateAgentDefinitionsCommand,
|
|
3
3
|
generateAgentDefinitions
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CMU4DNLY.js";
|
|
5
5
|
import "./chunk-KET4QQZB.js";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-73QZ43DF.js";
|
|
7
7
|
import "./chunk-3ISINLYT.js";
|
|
8
8
|
import "./chunk-UTJJJDNN.js";
|
|
9
9
|
import "./chunk-3WGJMBKH.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-CRHQYBDA.js";
|
|
11
|
+
import "./chunk-7RH2NTLA.js";
|
|
12
|
+
import "./chunk-VJDSB7CI.js";
|
|
13
13
|
import "./chunk-WZJR6SOI.js";
|
|
14
14
|
import "./chunk-QCLOIUMX.js";
|
|
15
15
|
import "./chunk-XARGEOJV.js";
|