rivet-design 0.11.11 → 0.11.12
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/mcp/agent-variants/SessionStore.d.ts +150 -10
- package/dist/mcp/agent-variants/SessionStore.d.ts.map +1 -1
- package/dist/mcp/agent-variants/SessionStore.js +468 -23
- package/dist/mcp/agent-variants/SessionStore.js.map +1 -1
- package/dist/mcp/agent-variants/WorktreeOrchestrator.d.ts +143 -51
- package/dist/mcp/agent-variants/WorktreeOrchestrator.d.ts.map +1 -1
- package/dist/mcp/agent-variants/WorktreeOrchestrator.js +465 -299
- package/dist/mcp/agent-variants/WorktreeOrchestrator.js.map +1 -1
- package/dist/mcp/agent-variants/WorktreeOrchestrator.testHelpers.d.ts +5 -4
- package/dist/mcp/agent-variants/WorktreeOrchestrator.testHelpers.d.ts.map +1 -1
- package/dist/mcp/agent-variants/WorktreeOrchestrator.testHelpers.js +24 -5
- package/dist/mcp/agent-variants/WorktreeOrchestrator.testHelpers.js.map +1 -1
- package/dist/mcp/agent-variants/contracts.d.ts +102 -89
- package/dist/mcp/agent-variants/contracts.d.ts.map +1 -1
- package/dist/mcp/agent-variants/contracts.js +29 -14
- package/dist/mcp/agent-variants/contracts.js.map +1 -1
- package/dist/mcp/agent-variants/index.d.ts +3 -3
- package/dist/mcp/agent-variants/index.d.ts.map +1 -1
- package/dist/mcp/agent-variants/index.js +1 -2
- package/dist/mcp/agent-variants/index.js.map +1 -1
- package/dist/mcp/agent-variants/previewQa.d.ts.map +1 -1
- package/dist/mcp/agent-variants/previewQa.js +0 -6
- package/dist/mcp/agent-variants/previewQa.js.map +1 -1
- package/dist/mcp/agent-variants/tools.d.ts +12 -4
- package/dist/mcp/agent-variants/tools.d.ts.map +1 -1
- package/dist/mcp/agent-variants/tools.js +69 -13
- package/dist/mcp/agent-variants/tools.js.map +1 -1
- package/dist/mcp/changeBatchClassification.d.ts +30 -0
- package/dist/mcp/changeBatchClassification.d.ts.map +1 -1
- package/dist/mcp/changeBatchClassification.js +76 -0
- package/dist/mcp/changeBatchClassification.js.map +1 -1
- package/dist/mcp/instructions.d.ts.map +1 -1
- package/dist/mcp/instructions.js +7 -1
- package/dist/mcp/instructions.js.map +1 -1
- package/dist/mcp/server.d.ts +51 -3
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +404 -156
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/watchLoopResumePrompt.d.ts +16 -0
- package/dist/mcp/watchLoopResumePrompt.d.ts.map +1 -0
- package/dist/mcp/watchLoopResumePrompt.js +21 -0
- package/dist/mcp/watchLoopResumePrompt.js.map +1 -0
- package/dist/routes/agentVariants.d.ts +10 -1
- package/dist/routes/agentVariants.d.ts.map +1 -1
- package/dist/routes/agentVariants.js +214 -3
- package/dist/routes/agentVariants.js.map +1 -1
- package/dist/routes/mcp.d.ts.map +1 -1
- package/dist/routes/mcp.js +106 -47
- package/dist/routes/mcp.js.map +1 -1
- package/dist/services/BridgeBatchPipeline.d.ts +99 -0
- package/dist/services/BridgeBatchPipeline.d.ts.map +1 -0
- package/dist/services/BridgeBatchPipeline.js +278 -0
- package/dist/services/BridgeBatchPipeline.js.map +1 -0
- package/dist/services/BridgeQueueStore.d.ts +28 -0
- package/dist/services/BridgeQueueStore.d.ts.map +1 -0
- package/dist/services/BridgeQueueStore.js +88 -0
- package/dist/services/BridgeQueueStore.js.map +1 -0
- package/dist/services/InlineVariantGenerationService.d.ts.map +1 -1
- package/dist/services/InlineVariantGenerationService.js +15 -3
- package/dist/services/InlineVariantGenerationService.js.map +1 -1
- package/dist/services/SessionBridgeService.d.ts +127 -31
- package/dist/services/SessionBridgeService.d.ts.map +1 -1
- package/dist/services/SessionBridgeService.js +428 -83
- package/dist/services/SessionBridgeService.js.map +1 -1
- package/dist/services/TelemetryService.d.ts +30 -0
- package/dist/services/TelemetryService.d.ts.map +1 -1
- package/dist/services/TelemetryService.js +42 -0
- package/dist/services/TelemetryService.js.map +1 -1
- package/dist/services/WorktreeManager.d.ts +29 -2
- package/dist/services/WorktreeManager.d.ts.map +1 -1
- package/dist/services/WorktreeManager.js +73 -7
- package/dist/services/WorktreeManager.js.map +1 -1
- package/dist/services/createAgentVariantsOrchestrator.d.ts +0 -8
- package/dist/services/createAgentVariantsOrchestrator.d.ts.map +1 -1
- package/dist/services/createAgentVariantsOrchestrator.js +1 -18
- package/dist/services/createAgentVariantsOrchestrator.js.map +1 -1
- package/dist/utils/portUtils.d.ts +9 -0
- package/dist/utils/portUtils.d.ts.map +1 -1
- package/dist/utils/portUtils.js +26 -0
- package/dist/utils/portUtils.js.map +1 -1
- package/dist/utils/skills/claude-skill.d.ts +1 -1
- package/dist/utils/skills/claude-skill.d.ts.map +1 -1
- package/dist/utils/skills/claude-skill.js +31 -12
- package/dist/utils/skills/claude-skill.js.map +1 -1
- package/dist/utils/skills/cursor-rules.d.ts +1 -1
- package/dist/utils/skills/cursor-rules.d.ts.map +1 -1
- package/dist/utils/skills/cursor-rules.js +26 -11
- package/dist/utils/skills/cursor-rules.js.map +1 -1
- package/dist/utils/skills/shared-variants-protocol.d.ts +28 -0
- package/dist/utils/skills/shared-variants-protocol.d.ts.map +1 -1
- package/dist/utils/skills/shared-variants-protocol.js +88 -14
- package/dist/utils/skills/shared-variants-protocol.js.map +1 -1
- package/package.json +2 -1
- package/src/ui/dist/assets/main-DREt3GGU.css +1 -0
- package/src/ui/dist/assets/main-DZ_9EXU9.js +655 -0
- package/src/ui/dist/index.html +2 -2
- package/dist/mcp/agent-variants/designCritique.d.ts +0 -167
- package/dist/mcp/agent-variants/designCritique.d.ts.map +0 -1
- package/dist/mcp/agent-variants/designCritique.js +0 -774
- package/dist/mcp/agent-variants/designCritique.js.map +0 -1
- package/src/ui/dist/assets/main-B1LAuLK_.js +0 -655
- package/src/ui/dist/assets/main-D-YwdYjm.css +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Brief, type ActiveVariantSnapshot, type LeasedWorkItemDescriptor, type ProjectContext, type SourcePlanActionOption, type SourcePlanArtifact, type Stage, type Target, type TerminalSummary, type VariantContextBinding, type
|
|
1
|
+
import { type Brief, type ActiveVariantSnapshot, type LeasedWorkItemDescriptor, type ProjectContext, type SourcePlanActionOption, type SourcePlanArtifact, type Stage, type StaticPreviewTargetElement, type Target, type TerminalSummary, type VariantContextBinding, type VariantContextBundle, type VariantQaResult, type VariantPickEnvelope, type WorkItem, type WorkItemStatus } from './contracts';
|
|
2
2
|
/** TTL for a lease on a code_gen work item. Bumped to 20min after a timing
|
|
3
3
|
* audit found first-variant single-round code-gen routinely runs 540–950s
|
|
4
4
|
* (4+ Task sub-agents in parallel), so the previous 10min cap was the most
|
|
@@ -120,6 +120,7 @@ export declare class SessionStore {
|
|
|
120
120
|
leaseOwner: string;
|
|
121
121
|
requestedLeaseCount?: number;
|
|
122
122
|
workItemId?: string;
|
|
123
|
+
workItemIds?: string[];
|
|
123
124
|
}): RequestWorkResult;
|
|
124
125
|
reportComplete(args: {
|
|
125
126
|
sessionId: string;
|
|
@@ -132,27 +133,29 @@ export declare class SessionStore {
|
|
|
132
133
|
code: string;
|
|
133
134
|
message: string;
|
|
134
135
|
};
|
|
136
|
+
/** Agent-synthesized variant name (combines parent identity + the change). */
|
|
137
|
+
title?: string;
|
|
138
|
+
/** Agent-synthesized one-line variant description. */
|
|
139
|
+
description?: string;
|
|
135
140
|
}): ReportCompleteResult;
|
|
136
141
|
/**
|
|
137
|
-
* Re-open a succeeded variant work item for one
|
|
142
|
+
* Re-open a succeeded variant work item for one QA-driven regeneration.
|
|
138
143
|
* Consumes the agent's report (validating the lease), then resets the item
|
|
139
144
|
* to `pending` so it becomes leasable again via `request_work`, stashing the
|
|
140
|
-
*
|
|
141
|
-
*
|
|
145
|
+
* QA notes onto its input so the re-leased descriptor carries the notes the
|
|
146
|
+
* agent must address before re-reporting.
|
|
142
147
|
*
|
|
143
148
|
* The work item never reaches a terminal status, so the session stays in
|
|
144
|
-
* `waiting_for_results` and never goes terminal off the back of a
|
|
145
|
-
*
|
|
146
|
-
* cache.
|
|
149
|
+
* `waiting_for_results` and never goes terminal off the back of a QA
|
|
150
|
+
* failure. Idempotent on replay via the accepted-fingerprint cache.
|
|
147
151
|
*/
|
|
148
|
-
|
|
152
|
+
requeueForRegeneration(args: {
|
|
149
153
|
sessionId: string;
|
|
150
154
|
workItemId: string;
|
|
151
155
|
leaseId: string;
|
|
152
156
|
attempt: number;
|
|
153
|
-
|
|
157
|
+
qaRetry: {
|
|
154
158
|
summary: string;
|
|
155
|
-
dimensionScores?: VariantDesignScores;
|
|
156
159
|
};
|
|
157
160
|
}): ReportCompleteResult;
|
|
158
161
|
/**
|
|
@@ -165,7 +168,143 @@ export declare class SessionStore {
|
|
|
165
168
|
variantId: string;
|
|
166
169
|
instruction: string;
|
|
167
170
|
currentHtml?: string;
|
|
171
|
+
targetElement?: StaticPreviewTargetElement;
|
|
172
|
+
requestId?: string;
|
|
168
173
|
}): WorkItem;
|
|
174
|
+
/**
|
|
175
|
+
* Fork a completed static_preview variant into N NEW sibling variants. Unlike
|
|
176
|
+
* {@link createRefineVariantWorkItem} (which overwrites the source variant in
|
|
177
|
+
* place), each forked item is a fresh `static_preview` work item with its own
|
|
178
|
+
* id, seeded from the source variant's HTML (`currentHtml`) plus the user's
|
|
179
|
+
* instruction. This backs the "Vary" action, where `variantRequest.count`
|
|
180
|
+
* asks for N new explorations rather than an in-place edit. Returns the
|
|
181
|
+
* created items so the caller can lease them via the normal request-work path.
|
|
182
|
+
*/
|
|
183
|
+
createForkedStaticPreviewWorkItems(args: {
|
|
184
|
+
sessionId: string;
|
|
185
|
+
sourceVariantId: string;
|
|
186
|
+
instruction: string;
|
|
187
|
+
count: number;
|
|
188
|
+
currentHtml?: string;
|
|
189
|
+
targetElement?: StaticPreviewTargetElement;
|
|
190
|
+
requestId?: string;
|
|
191
|
+
}): WorkItem[];
|
|
192
|
+
/**
|
|
193
|
+
* Append new code_gen variants to an EXISTING-project session that already
|
|
194
|
+
* holds variants — the worktree-backed analog of
|
|
195
|
+
* {@link createForkedStaticPreviewWorkItems}. A second "Vary" on an existing
|
|
196
|
+
* project lands here so its variants ACCUMULATE in the live session instead
|
|
197
|
+
* of orphaning the prior ones in a fresh, superseding session. The new items
|
|
198
|
+
* are leasable via {@link requestWork} exactly like the initial code_gen
|
|
199
|
+
* batch; the orchestrator provisions a worktree per item and runs each
|
|
200
|
+
* through the normal completion/preview pipeline.
|
|
201
|
+
*
|
|
202
|
+
* Reopens the session to `work_items_ready` so the appended pending work is
|
|
203
|
+
* visible and drives the stage back through generation to ready/degraded.
|
|
204
|
+
*/
|
|
205
|
+
appendExistingCodeGenVariants(args: {
|
|
206
|
+
sessionId: string;
|
|
207
|
+
briefs: Brief[];
|
|
208
|
+
/** Run label (1–2 word intent) derived from THIS batch's instruction.
|
|
209
|
+
* Stamped onto each appended work item so the variant table tags the new
|
|
210
|
+
* rows with their OWN batch's label instead of inheriting the session's
|
|
211
|
+
* first batch — the session-level `runLabel`/`prompt` never change on
|
|
212
|
+
* append, so a per-item label is the only way later Varys read correctly. */
|
|
213
|
+
runLabel?: string;
|
|
214
|
+
/** Raw-context bundle for THIS batch (e.g. images attached to a follow-up
|
|
215
|
+
* Vary). When present its sources are threaded into the new items so a
|
|
216
|
+
* later Vary's references aren't dropped; otherwise the new items inherit
|
|
217
|
+
* the session's original bundle. */
|
|
218
|
+
variantContext?: VariantContextBundle;
|
|
219
|
+
}): {
|
|
220
|
+
createdWorkItemIds: string[];
|
|
221
|
+
briefs: Brief[];
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Fork a succeeded code_gen variant into N NEW sibling variants. Each forked
|
|
225
|
+
* item is seeded from the source variant's worktree (not git HEAD / Original)
|
|
226
|
+
* and carries `sourceVariantId` so the orchestrator can copy the parent's
|
|
227
|
+
* tree when provisioning. Backs code_gen "Vary" when the UI targets a parent
|
|
228
|
+
* variant with `variantRequest.count > 0`.
|
|
229
|
+
*/
|
|
230
|
+
createForkedCodeGenWorkItems(args: {
|
|
231
|
+
sessionId: string;
|
|
232
|
+
sourceVariantId: string;
|
|
233
|
+
briefs: Brief[];
|
|
234
|
+
runLabel?: string;
|
|
235
|
+
variantContext?: VariantContextBundle;
|
|
236
|
+
}): {
|
|
237
|
+
createdWorkItemIds: string[];
|
|
238
|
+
briefs: Brief[];
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Adopt a PAST variant (from a prior session's persisted history) into THIS
|
|
242
|
+
* active session as a first-class, already-`succeeded` `static_preview`
|
|
243
|
+
* variant. Triggered when the user makes their first edit (a comment or a
|
|
244
|
+
* Vary) on a selected past direction: the past variant is rehydrated as a
|
|
245
|
+
* live session member so the comment/refine machinery scopes and routes to it
|
|
246
|
+
* exactly like a freshly-generated variant. The caller (orchestrator) registers
|
|
247
|
+
* the static-preview record that points at the rehydrated files so the snapshot
|
|
248
|
+
* surfaces it as a `static_artifact`.
|
|
249
|
+
*
|
|
250
|
+
* Kept as `static_preview` regardless of the host session's primary variant
|
|
251
|
+
* kind so {@link createRefineVariantWorkItem} / {@link createForkedStaticPreviewWorkItems}
|
|
252
|
+
* accept it. Adopted variants are pre-completed artifacts, so they are excluded
|
|
253
|
+
* from progress/summary/terminal accounting and never reopen the session.
|
|
254
|
+
*
|
|
255
|
+
* Idempotent: re-adopting the same `{sessionId, variantId}` returns the
|
|
256
|
+
* existing work item id (`created: false`) rather than duplicating it.
|
|
257
|
+
*/
|
|
258
|
+
appendAdoptedStaticVariant(args: {
|
|
259
|
+
sessionId: string;
|
|
260
|
+
/** The past variant's persisted identity, used as the idempotency key. */
|
|
261
|
+
source: {
|
|
262
|
+
sessionId: string;
|
|
263
|
+
variantId: string;
|
|
264
|
+
};
|
|
265
|
+
label: string;
|
|
266
|
+
description?: string;
|
|
267
|
+
runLabel?: string;
|
|
268
|
+
}): {
|
|
269
|
+
workItemId: string;
|
|
270
|
+
briefId: string;
|
|
271
|
+
created: boolean;
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* Create an active session whose initial visible direction is a static
|
|
275
|
+
* variant rehydrated from persisted history.
|
|
276
|
+
*
|
|
277
|
+
* This is the no-usable-session counterpart to
|
|
278
|
+
* {@link appendAdoptedStaticVariant}: the session starts terminal/ready
|
|
279
|
+
* because the adopted artifact is already generated, and the adopted work item
|
|
280
|
+
* remains excluded from generation progress because this run did not generate
|
|
281
|
+
* fresh variants.
|
|
282
|
+
*/
|
|
283
|
+
createSessionFromStaticHistoryVariant(args: {
|
|
284
|
+
source: {
|
|
285
|
+
sessionId: string;
|
|
286
|
+
variantId: string;
|
|
287
|
+
};
|
|
288
|
+
prompt: string;
|
|
289
|
+
label: string;
|
|
290
|
+
description?: string;
|
|
291
|
+
runLabel?: string;
|
|
292
|
+
projectContext: ProjectContext;
|
|
293
|
+
}): {
|
|
294
|
+
sessionId: string;
|
|
295
|
+
workItemId: string;
|
|
296
|
+
briefId: string;
|
|
297
|
+
};
|
|
298
|
+
/** Find an already-adopted variant by its source identity, or undefined. */
|
|
299
|
+
private findAdoptedVariant;
|
|
300
|
+
/**
|
|
301
|
+
* Stamp a UI correlation id onto already-created variant work items so the
|
|
302
|
+
* snapshot surfaces it and the panel can map its optimistic placeholders to
|
|
303
|
+
* the real cards (see {@link ActiveVariantSnapshot.requestId}). Skips ids
|
|
304
|
+
* that are unknown to the session. Used by `start_variants` for both the
|
|
305
|
+
* initial batch and the appended (accumulated) batch.
|
|
306
|
+
*/
|
|
307
|
+
assignVariantRequestId(sessionId: string, workItemIds: string[], requestId: string): void;
|
|
169
308
|
/**
|
|
170
309
|
* Fold a newer instruction into a variant's still-pending refinement. Used
|
|
171
310
|
* when a second refinement is requested for a variant that already has a
|
|
@@ -352,6 +491,7 @@ export declare class SessionStore {
|
|
|
352
491
|
private evaluateTerminal;
|
|
353
492
|
private progressOf;
|
|
354
493
|
private summaryOf;
|
|
494
|
+
private refinementSnapshotPriority;
|
|
355
495
|
private variantsOf;
|
|
356
496
|
}
|
|
357
497
|
//# sourceMappingURL=SessionStore.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionStore.d.ts","sourceRoot":"","sources":["../../../src/mcp/agent-variants/SessionStore.ts"],"names":[],"mappings":"AAEA,OAAO,EAIL,KAAK,KAAK,EACV,KAAK,qBAAqB,EAG1B,KAAK,wBAAwB,EAC7B,KAAK,cAAc,EAInB,KAAK,sBAAsB,EAC3B,KAAK,kBAAkB,EACvB,KAAK,KAAK,EACV,KAAK,MAAM,EACX,KAAK,eAAe,EACpB,KAAK,qBAAqB,
|
|
1
|
+
{"version":3,"file":"SessionStore.d.ts","sourceRoot":"","sources":["../../../src/mcp/agent-variants/SessionStore.ts"],"names":[],"mappings":"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"}
|