opendevbrowser 0.0.20 → 0.0.22
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/README.md +18 -8
- package/dist/chunk-3ILXPKSJ.js +86 -0
- package/dist/chunk-3ILXPKSJ.js.map +1 -0
- package/dist/{chunk-LMNFPJRI.js → chunk-OGE5KJ4X.js} +18 -12
- package/dist/{chunk-LMNFPJRI.js.map → chunk-OGE5KJ4X.js.map} +1 -1
- package/dist/chunk-QVWOPIZJ.js +612 -0
- package/dist/chunk-QVWOPIZJ.js.map +1 -0
- package/dist/{chunk-3VA6XR25.js → chunk-STGGGVYT.js} +23 -100
- package/dist/chunk-STGGGVYT.js.map +1 -0
- package/dist/{chunk-C6QUKABT.js → chunk-ZE2E7ZGH.js} +243 -37
- package/dist/chunk-ZE2E7ZGH.js.map +1 -0
- package/dist/cli/commands/macro-resolve.d.ts.map +1 -1
- package/dist/cli/commands/uninstall.d.ts +1 -0
- package/dist/cli/commands/uninstall.d.ts.map +1 -1
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/index.js +296 -617
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/installers/postinstall-skill-sync.d.ts +15 -0
- package/dist/cli/installers/postinstall-skill-sync.d.ts.map +1 -0
- package/dist/cli/installers/postinstall-skill-sync.js +48 -0
- package/dist/cli/installers/postinstall-skill-sync.js.map +1 -0
- package/dist/cli/installers/skills.d.ts +9 -14
- package/dist/cli/installers/skills.d.ts.map +1 -1
- package/dist/cli/skill-lifecycle.d.ts +26 -0
- package/dist/cli/skill-lifecycle.d.ts.map +1 -0
- package/dist/cli/update-skill-modes.d.ts +3 -0
- package/dist/cli/update-skill-modes.d.ts.map +1 -0
- package/dist/cli/utils/workflow-message.d.ts.map +1 -1
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/inspiredesign/handoff.d.ts +34 -0
- package/dist/inspiredesign/handoff.d.ts.map +1 -0
- package/dist/opendevbrowser.js +9 -8
- package/dist/opendevbrowser.js.map +1 -1
- package/dist/providers/inspiredesign-contract.d.ts +33 -0
- package/dist/providers/inspiredesign-contract.d.ts.map +1 -1
- package/dist/providers/renderer.d.ts +3 -1
- package/dist/providers/renderer.d.ts.map +1 -1
- package/dist/providers/workflow-handoff.d.ts +14 -0
- package/dist/providers/workflow-handoff.d.ts.map +1 -0
- package/dist/providers/workflows.d.ts.map +1 -1
- package/dist/{providers-3VBLTNAX.js → providers-ZIVHHH4F.js} +2 -2
- package/dist/public-surface/generated-manifest.d.ts +3 -3
- package/dist/public-surface/generated-manifest.d.ts.map +1 -1
- package/dist/public-surface/source.d.ts +4 -4
- package/dist/skills/skill-loader.js +2 -1
- package/extension/manifest.json +1 -1
- package/package.json +6 -4
- package/scripts/postinstall-sync-skills.mjs +33 -0
- package/skills/opendevbrowser-product-presentation-asset/SKILL.md +2 -2
- package/dist/chunk-3VA6XR25.js.map +0 -1
- package/dist/chunk-C6QUKABT.js.map +0 -1
- /package/dist/{providers-3VBLTNAX.js.map → providers-ZIVHHH4F.js.map} +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const INSPIREDESIGN_HANDOFF_FILES: {
|
|
2
|
+
readonly designMarkdown: "design.md";
|
|
3
|
+
readonly designContract: "design-contract.json";
|
|
4
|
+
readonly canvasPlanRequest: "canvas-plan.request.json";
|
|
5
|
+
readonly designAgentHandoff: "design-agent-handoff.json";
|
|
6
|
+
readonly generationPlan: "generation-plan.json";
|
|
7
|
+
readonly implementationPlanMarkdown: "implementation-plan.md";
|
|
8
|
+
readonly implementationPlan: "implementation-plan.json";
|
|
9
|
+
readonly evidence: "evidence.json";
|
|
10
|
+
readonly prototypeGuidance: "prototype-guidance.md";
|
|
11
|
+
};
|
|
12
|
+
export declare const INSPIREDESIGN_HANDOFF_SKILLS: {
|
|
13
|
+
readonly bestPractices: {
|
|
14
|
+
readonly name: "opendevbrowser-best-practices";
|
|
15
|
+
readonly topic: "quick start";
|
|
16
|
+
};
|
|
17
|
+
readonly designAgent: {
|
|
18
|
+
readonly name: "opendevbrowser-design-agent";
|
|
19
|
+
readonly topic: "canvas-contract";
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export declare const INSPIREDESIGN_HANDOFF_COMMANDS: {
|
|
23
|
+
readonly loadBestPractices: string;
|
|
24
|
+
readonly loadDesignAgent: string;
|
|
25
|
+
readonly continueInCanvas: "opendevbrowser canvas --command canvas.plan.set --params-file ./canvas-plan.request.json";
|
|
26
|
+
};
|
|
27
|
+
export declare const INSPIREDESIGN_HANDOFF_RECOMMENDED_SKILLS: readonly [string, string];
|
|
28
|
+
export declare const INSPIREDESIGN_HANDOFF_GUIDANCE: {
|
|
29
|
+
readonly prepareCanvasPlanRequest: "Fill canvasSessionId, leaseId, and documentId in canvas-plan.request.json before running opendevbrowser canvas --command canvas.plan.set --params-file ./canvas-plan.request.json.";
|
|
30
|
+
readonly deepCaptureRecommendation: "Rerun inspiredesign with captureMode=deep only when you need richer evidence for visual hierarchy, protected references, or capture-specific debugging.";
|
|
31
|
+
};
|
|
32
|
+
export declare const buildInspiredesignFollowthroughSummary: () => string;
|
|
33
|
+
export declare const buildInspiredesignNextStep: () => string;
|
|
34
|
+
//# sourceMappingURL=handoff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"handoff.d.ts","sourceRoot":"","sources":["../../src/inspiredesign/handoff.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B;;;;;;;;;;CAU9B,CAAC;AAEX,eAAO,MAAM,4BAA4B;;;;;;;;;CAS/B,CAAC;AAaX,eAAO,MAAM,8BAA8B;;;;CAIjC,CAAC;AAEX,eAAO,MAAM,wCAAwC,2BAG3C,CAAC;AAEX,eAAO,MAAM,8BAA8B;;;CAGjC,CAAC;AAEX,eAAO,MAAM,sCAAsC,QAAO,MAEzD,CAAC;AAEF,eAAO,MAAM,0BAA0B,QAAO,MAE7C,CAAC"}
|
package/dist/opendevbrowser.js
CHANGED
|
@@ -22,8 +22,9 @@ import {
|
|
|
22
22
|
resolveBundledProviderRuntime,
|
|
23
23
|
resolveSessionRelayRoute,
|
|
24
24
|
startDaemon
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-OGE5KJ4X.js";
|
|
26
|
+
import "./chunk-STGGGVYT.js";
|
|
27
|
+
import "./chunk-3ILXPKSJ.js";
|
|
27
28
|
import "./chunk-TBUCZX4A.js";
|
|
28
29
|
import "./chunk-Y2KL55OG.js";
|
|
29
30
|
import {
|
|
@@ -31,7 +32,7 @@ import {
|
|
|
31
32
|
buildBlockerArtifacts,
|
|
32
33
|
classifyBlockerSignal,
|
|
33
34
|
createRequestId
|
|
34
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-ZE2E7ZGH.js";
|
|
35
36
|
import "./chunk-FUSXMW3G.js";
|
|
36
37
|
|
|
37
38
|
// src/cli/remote-manager.ts
|
|
@@ -506,7 +507,7 @@ var RemoteRelay = class {
|
|
|
506
507
|
|
|
507
508
|
// src/skills/skill-nudge.ts
|
|
508
509
|
var SKILL_NUDGE_MARKER = "[opendevbrowser:skill-nudge]";
|
|
509
|
-
var SKILL_NUDGE_MESSAGE = `${SKILL_NUDGE_MARKER} If this task likely matches a skill, start with skill("${onboarding_metadata_default.skillName}", "${onboarding_metadata_default.skillTopic}"). For frontend, UI, screenshot-to-code, or /canvas design work, then load skill("${onboarding_metadata_default.designSkillName}"). Use the canonical opendevbrowser-* packs and start with the bundled quick-start lane before low-level browser commands.`;
|
|
510
|
+
var SKILL_NUDGE_MESSAGE = `${SKILL_NUDGE_MARKER} If this task likely matches a skill, start with skill("${onboarding_metadata_default.skillName}", "${onboarding_metadata_default.skillTopic}"). For frontend, UI, screenshot-to-code, or /canvas design work, then load skill("${onboarding_metadata_default.designSkillName}", "${onboarding_metadata_default.designSkillTopic}"). Use the canonical opendevbrowser-* packs and start with the bundled quick-start lane before low-level browser commands.`;
|
|
510
511
|
function createSkillNudgeState() {
|
|
511
512
|
return { pending: false, requestedAtMs: null };
|
|
512
513
|
}
|
|
@@ -3152,7 +3153,7 @@ function createResearchRunTool(deps) {
|
|
|
3152
3153
|
async execute(args) {
|
|
3153
3154
|
try {
|
|
3154
3155
|
const runtime = await resolveProviderRuntime(deps);
|
|
3155
|
-
const { runResearchWorkflow } = await import("./providers-
|
|
3156
|
+
const { runResearchWorkflow } = await import("./providers-ZIVHHH4F.js");
|
|
3156
3157
|
const result = await runResearchWorkflow(runtime, {
|
|
3157
3158
|
topic: args.topic,
|
|
3158
3159
|
days: args.days,
|
|
@@ -3203,7 +3204,7 @@ function createShoppingRunTool(deps) {
|
|
|
3203
3204
|
async execute(args) {
|
|
3204
3205
|
try {
|
|
3205
3206
|
const runtime = await resolveProviderRuntime(deps);
|
|
3206
|
-
const { runShoppingWorkflow } = await import("./providers-
|
|
3207
|
+
const { runShoppingWorkflow } = await import("./providers-ZIVHHH4F.js");
|
|
3207
3208
|
const result = await runShoppingWorkflow(runtime, {
|
|
3208
3209
|
query: args.query,
|
|
3209
3210
|
providers: args.providers,
|
|
@@ -3272,7 +3273,7 @@ function createProductVideoRunTool(deps) {
|
|
|
3272
3273
|
async execute(args) {
|
|
3273
3274
|
try {
|
|
3274
3275
|
const runtime = await resolveProviderRuntime(deps);
|
|
3275
|
-
const { runProductVideoWorkflow } = await import("./providers-
|
|
3276
|
+
const { runProductVideoWorkflow } = await import("./providers-ZIVHHH4F.js");
|
|
3276
3277
|
const includeScreenshots = args.include_screenshots ?? true;
|
|
3277
3278
|
const result = await runProductVideoWorkflow(runtime, {
|
|
3278
3279
|
product_url: args.product_url,
|
|
@@ -3324,7 +3325,7 @@ function createInspiredesignRunTool(deps) {
|
|
|
3324
3325
|
async execute(args) {
|
|
3325
3326
|
try {
|
|
3326
3327
|
const runtime = await resolveProviderRuntime(deps);
|
|
3327
|
-
const { runInspiredesignWorkflow } = await import("./providers-
|
|
3328
|
+
const { runInspiredesignWorkflow } = await import("./providers-ZIVHHH4F.js");
|
|
3328
3329
|
const captureMode = args.captureMode ?? "off";
|
|
3329
3330
|
const cookieSource = deps.config.get().providers?.cookieSource;
|
|
3330
3331
|
const result = await runInspiredesignWorkflow(runtime, {
|