rivet-design 0.11.11 → 0.11.13
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/install/harnesses.d.ts.map +1 -1
- package/dist/install/harnesses.js +122 -4
- package/dist/install/harnesses.js.map +1 -1
- 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 +3 -2
- package/src/ui/dist/assets/main-DREt3GGU.css +1 -0
- package/src/ui/dist/assets/main-Dt7ShmjM.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
package/src/ui/dist/index.html
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Rivet - The visual editor for design</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/main-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/main-
|
|
8
|
+
<script type="module" crossorigin src="/assets/main-Dt7ShmjM.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/main-DREt3GGU.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
|
12
12
|
<div id="root"></div>
|
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
import { GatewayClient, type GatewayImageContent } from '../../services/GatewayClient';
|
|
2
|
-
import type { CritiqueChecks, CritiqueCheckCategory, CritiqueCheckStatus, CritiqueFinding, CritiqueScoreCap, CritiqueSeverity, VariantDesignScores } from './contracts';
|
|
3
|
-
export type { CritiqueChecks, CritiqueCheckCategory, CritiqueCheckStatus, CritiqueFinding, CritiqueScoreCap, CritiqueSeverity, };
|
|
4
|
-
export declare const DESIGN_CRITIQUE_GATEWAY_TIMEOUT_MS = 30000;
|
|
5
|
-
/**
|
|
6
|
-
* Must-pass bar for the aesthetic gate. Deliberately conservative: the
|
|
7
|
-
* critique ships advisory-first to calibrate against real output before it
|
|
8
|
-
* blocks, and the orchestrator caps regeneration at one retry so a harsh
|
|
9
|
-
* critique can never loop. A variant passes only when its holistic score
|
|
10
|
-
* clears `OVERALL_PASS_BAR` AND no single dimension drops below
|
|
11
|
-
* `DIMENSION_FLOOR` (one badly broken dimension fails even a high overall).
|
|
12
|
-
*/
|
|
13
|
-
export declare const OVERALL_PASS_BAR = 6.5;
|
|
14
|
-
export declare const DIMENSION_FLOOR = 4;
|
|
15
|
-
/**
|
|
16
|
-
* Ceiling applied to the effective overall score when at least one `major`
|
|
17
|
-
* finding is present. Sits below `OVERALL_PASS_BAR` so any unresolved major
|
|
18
|
-
* usability issue forces a retry/degrade even when the raw visual scores are
|
|
19
|
-
* high — a high vibe score can never carry a variant past a real defect.
|
|
20
|
-
*/
|
|
21
|
-
export declare const MAJOR_FINDING_SCORE_CAP = 5;
|
|
22
|
-
/** What to render: inline HTML (static_preview) or a served URL (vite_app). */
|
|
23
|
-
export type DesignCritiqueTarget = {
|
|
24
|
-
kind: 'html';
|
|
25
|
-
html: string;
|
|
26
|
-
assetBase?: string;
|
|
27
|
-
} | {
|
|
28
|
-
kind: 'url';
|
|
29
|
-
url: string;
|
|
30
|
-
};
|
|
31
|
-
export type DesignCritiqueRouteAction = 'allow' | 'abort';
|
|
32
|
-
/**
|
|
33
|
-
* The five task-aware checks a 0→1 variant is evaluated against, beyond the
|
|
34
|
-
* holistic aesthetic dimensions. Mirrors `CritiqueCheckCategory` in contracts.
|
|
35
|
-
*/
|
|
36
|
-
export declare const CRITIQUE_CHECK_CATEGORIES: readonly CritiqueCheckCategory[];
|
|
37
|
-
/** The kind of artifact a 0→1 request is asking for. Drives the task-specific
|
|
38
|
-
* rubric and which lint checks are treated as task-critical. */
|
|
39
|
-
export type DesignArtifactType = 'landing_page' | 'dashboard' | 'form' | 'app_screen' | 'generic';
|
|
40
|
-
/**
|
|
41
|
-
* The design contract derived from the user's request: what artifact is being
|
|
42
|
-
* built and any explicit content/asset requirements that must survive into the
|
|
43
|
-
* generated variant. Used to specialize the critique prompt and the artifact
|
|
44
|
-
* lint so a variant is judged against what was actually asked for.
|
|
45
|
-
*/
|
|
46
|
-
export interface DesignContract {
|
|
47
|
-
artifactType: DesignArtifactType;
|
|
48
|
-
/** Explicit required content/asset phrases pulled from the request. */
|
|
49
|
-
requirements: string[];
|
|
50
|
-
/** Explicit local asset filenames that the generated artifact must use. */
|
|
51
|
-
requiredAssetFilenames: string[];
|
|
52
|
-
}
|
|
53
|
-
export interface DesignCritiqueInput {
|
|
54
|
-
target: DesignCritiqueTarget;
|
|
55
|
-
/** The variant's bound DESIGN.md markdown, when one is bound. Scores are
|
|
56
|
-
* judged against this; absent → a generic rubric. */
|
|
57
|
-
designContextMarkdown?: string;
|
|
58
|
-
/** Task contract derived from the request. Specializes the rubric + lint. */
|
|
59
|
-
designContract?: DesignContract;
|
|
60
|
-
}
|
|
61
|
-
export interface DesignCritiqueDeps {
|
|
62
|
-
gatewayClient?: GatewayClient;
|
|
63
|
-
screenshot?: ScreenshotCapturer;
|
|
64
|
-
}
|
|
65
|
-
export interface DesignCritiqueOutcome {
|
|
66
|
-
/** Whether the critique actually scored the variant. `false` means it was
|
|
67
|
-
* skipped (render or model unavailable) and must not block. */
|
|
68
|
-
ran: boolean;
|
|
69
|
-
/** Verdict against the must-pass bar AND the severity hard-gates. Always
|
|
70
|
-
* `true` when `ran` is false so a skipped critique is non-blocking. */
|
|
71
|
-
passed: boolean;
|
|
72
|
-
/** True when a `critical` finding is present. A blocked variant must hard-fail
|
|
73
|
-
* rather than degrade-accept, even after its regeneration retry. */
|
|
74
|
-
blocked: boolean;
|
|
75
|
-
scores?: VariantDesignScores;
|
|
76
|
-
/** Effective overall score after critical/major caps are applied. */
|
|
77
|
-
overallScore?: number;
|
|
78
|
-
/** Severity-coded findings (lint + model) gathered for the variant. */
|
|
79
|
-
findings: CritiqueFinding[];
|
|
80
|
-
/** Per-category pass/warn/fail status. */
|
|
81
|
-
checks?: CritiqueChecks;
|
|
82
|
-
/** Caps applied to the overall score and why. */
|
|
83
|
-
scoreCaps: CritiqueScoreCap[];
|
|
84
|
-
/** One-paragraph critique the agent can act on when regenerating. */
|
|
85
|
-
summary?: string;
|
|
86
|
-
/** Why the critique was skipped, when `ran` is false. */
|
|
87
|
-
skippedReason?: string;
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Captures a PNG screenshot of the target and returns it as a base64 image
|
|
91
|
-
* content block ready for the gateway. Injected so tests can return a canned
|
|
92
|
-
* image without launching a browser.
|
|
93
|
-
*/
|
|
94
|
-
export type ScreenshotCapturer = (target: DesignCritiqueTarget) => Promise<GatewayImageContent>;
|
|
95
|
-
/**
|
|
96
|
-
* Decide whether a Playwright request may run while rendering a critique
|
|
97
|
-
* target. Static HTML previews are networkless by default; URL targets are
|
|
98
|
-
* not rendered by the critique sandbox.
|
|
99
|
-
*/
|
|
100
|
-
export declare const getDesignCritiqueRouteAction: (target: DesignCritiqueTarget, requestUrl: string) => DesignCritiqueRouteAction;
|
|
101
|
-
/**
|
|
102
|
-
* Infer the artifact type from free-text request copy (prompt and/or brief).
|
|
103
|
-
* Falls back to `generic` when nothing matches so the gate stays usable for
|
|
104
|
-
* arbitrary requests.
|
|
105
|
-
*/
|
|
106
|
-
export declare const inferDesignArtifactType: (text: string) => DesignArtifactType;
|
|
107
|
-
/**
|
|
108
|
-
* Derive the design contract from the request copy. `artifactType` drives the
|
|
109
|
-
* task-specific rubric; `requirements` echoes the raw request lines so the
|
|
110
|
-
* critique prompt can hold the model to explicit asks.
|
|
111
|
-
*/
|
|
112
|
-
export declare const buildDesignContract: (input: {
|
|
113
|
-
prompt?: string;
|
|
114
|
-
brief?: string;
|
|
115
|
-
}) => DesignContract;
|
|
116
|
-
/**
|
|
117
|
-
* Apply the must-pass bar to a set of dimension scores. Returns true only
|
|
118
|
-
* when the holistic score clears `OVERALL_PASS_BAR` and every dimension is at
|
|
119
|
-
* or above `DIMENSION_FLOOR`.
|
|
120
|
-
*/
|
|
121
|
-
export declare const passesDesignBar: (scores: VariantDesignScores) => boolean;
|
|
122
|
-
/**
|
|
123
|
-
* Result of applying the strict gate to a variant's scores + findings.
|
|
124
|
-
* Separates the aggregate aesthetic verdict from the severity hard-gates so
|
|
125
|
-
* the orchestrator can decide retry vs degrade vs hard-fail.
|
|
126
|
-
*/
|
|
127
|
-
export interface CritiqueEvaluation {
|
|
128
|
-
passed: boolean;
|
|
129
|
-
blocked: boolean;
|
|
130
|
-
overallScore: number;
|
|
131
|
-
scoreCaps: CritiqueScoreCap[];
|
|
132
|
-
checks: CritiqueChecks;
|
|
133
|
-
findings: CritiqueFinding[];
|
|
134
|
-
}
|
|
135
|
-
/**
|
|
136
|
-
* Apply the strict critique gate: a `critical` finding fails the variant
|
|
137
|
-
* outright and caps the overall score to the floor; a `major` finding caps the
|
|
138
|
-
* overall score below the pass bar. The variant passes only when no critical is
|
|
139
|
-
* present and the (capped) overall + dimension floors clear the aesthetic bar.
|
|
140
|
-
*/
|
|
141
|
-
export declare const evaluateCritique: (scores: VariantDesignScores, findings: CritiqueFinding[]) => CritiqueEvaluation;
|
|
142
|
-
/**
|
|
143
|
-
* Deterministic artifact lint over a static-preview HTML document. Catches
|
|
144
|
-
* mechanical defects the vision model can underweight — a blank document,
|
|
145
|
-
* placeholder copy, broken images, or a landing page with no primary action —
|
|
146
|
-
* and emits them as severity-coded findings so they feed the same gate as the
|
|
147
|
-
* model's findings. Runs before the subjective critique; never throws.
|
|
148
|
-
*/
|
|
149
|
-
export declare const lintStaticPreview: (html: string, contract?: DesignContract) => CritiqueFinding[];
|
|
150
|
-
/**
|
|
151
|
-
* Render → screenshot → VLM rubric → strict gate → verdict. Never throws:
|
|
152
|
-
* render/model failures resolve to a non-blocking skipped outcome.
|
|
153
|
-
*/
|
|
154
|
-
export declare const runDesignCritique: (input: DesignCritiqueInput, deps?: DesignCritiqueDeps) => Promise<DesignCritiqueOutcome>;
|
|
155
|
-
/**
|
|
156
|
-
* Default screenshot capturer backed by Playwright Chromium. Lazily imports
|
|
157
|
-
* playwright-core so the dependency is only loaded when a real critique runs
|
|
158
|
-
* (unit tests inject a stub and never reach this path).
|
|
159
|
-
*
|
|
160
|
-
* Uses the `chromium-headless-shell` channel so only the ~190 MB headless shell
|
|
161
|
-
* is required, not the full ~340 MB Chromium build. See
|
|
162
|
-
* docs/browser-source-evidence-plan.md for the headless-Chromium-only decision.
|
|
163
|
-
*
|
|
164
|
-
* @effect Launches the headless Chromium shell and renders the target.
|
|
165
|
-
*/
|
|
166
|
-
export declare const capturePlaywrightScreenshot: ScreenshotCapturer;
|
|
167
|
-
//# sourceMappingURL=designCritique.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"designCritique.d.ts","sourceRoot":"","sources":["../../../src/mcp/agent-variants/designCritique.ts"],"names":[],"mappings":"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"}
|