opendevbrowser 0.0.25 → 0.0.27
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 +7 -10
- package/dist/browser/canvas-manager.d.ts.map +1 -1
- package/dist/canvas/document-store.d.ts.map +1 -1
- package/dist/canvas/types.d.ts +3 -0
- package/dist/canvas/types.d.ts.map +1 -1
- package/dist/{chunk-7U63PZ4W.js → chunk-MWBDO2L5.js} +461 -189
- package/dist/chunk-MWBDO2L5.js.map +1 -0
- package/dist/{chunk-Z6ENAZUN.js → chunk-V5DJUSPV.js} +899 -115
- package/dist/chunk-V5DJUSPV.js.map +1 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/commands/daemon.d.ts +27 -0
- package/dist/cli/commands/daemon.d.ts.map +1 -1
- package/dist/cli/commands/devtools/console-poll.d.ts.map +1 -1
- package/dist/cli/commands/devtools/network-poll.d.ts.map +1 -1
- package/dist/cli/commands/serve.d.ts +10 -13
- package/dist/cli/commands/serve.d.ts.map +1 -1
- package/dist/cli/commands/status.d.ts.map +1 -1
- package/dist/cli/commands/update.d.ts.map +1 -1
- package/dist/cli/daemon-autostart.d.ts +6 -2
- package/dist/cli/daemon-autostart.d.ts.map +1 -1
- package/dist/cli/daemon-client.d.ts.map +1 -1
- package/dist/cli/daemon-status-policy.d.ts +6 -0
- package/dist/cli/daemon-status-policy.d.ts.map +1 -0
- package/dist/cli/daemon-status.d.ts +1 -0
- package/dist/cli/daemon-status.d.ts.map +1 -1
- package/dist/cli/daemon.d.ts +5 -0
- package/dist/cli/daemon.d.ts.map +1 -1
- package/dist/cli/index.js +566 -154
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/utils/http.d.ts.map +1 -1
- package/dist/cli/utils/parse.d.ts.map +1 -1
- package/dist/daemon-fingerprint.json +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +109 -28
- package/dist/index.js.map +1 -1
- package/dist/inspiredesign/brief-expansion.d.ts +3 -0
- package/dist/inspiredesign/brief-expansion.d.ts.map +1 -1
- package/dist/{providers/inspiredesign-capture-mode.d.ts → inspiredesign/capture-mode.d.ts} +2 -2
- package/dist/inspiredesign/capture-mode.d.ts.map +1 -0
- package/dist/{providers/inspiredesign-capture.d.ts → inspiredesign/capture.d.ts} +3 -3
- package/dist/inspiredesign/capture.d.ts.map +1 -0
- package/dist/{providers/inspiredesign-contract.d.ts → inspiredesign/contract.d.ts} +18 -5
- package/dist/inspiredesign/contract.d.ts.map +1 -0
- package/dist/inspiredesign/handoff.d.ts +1 -11
- package/dist/inspiredesign/handoff.d.ts.map +1 -1
- package/dist/inspiredesign/reference-pattern-board.d.ts +73 -0
- package/dist/inspiredesign/reference-pattern-board.d.ts.map +1 -0
- package/dist/opendevbrowser.d.ts.map +1 -1
- package/dist/opendevbrowser.js +109 -28
- package/dist/opendevbrowser.js.map +1 -1
- package/dist/providers/renderer.d.ts +1 -1
- package/dist/providers/renderer.d.ts.map +1 -1
- package/dist/providers/workflows.d.ts +7 -5
- package/dist/providers/workflows.d.ts.map +1 -1
- package/dist/{providers-CYEJZVXB.js → providers-TR3DUJZV.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 +5 -4
- package/dist/public-surface/source.d.ts.map +1 -1
- package/dist/relay/protocol.d.ts +14 -2
- package/dist/relay/protocol.d.ts.map +1 -1
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/status.d.ts.map +1 -1
- package/extension/dist/canvas/canvas-runtime.js +13 -6
- package/extension/dist/services/ConnectionManager.js +8 -4
- package/extension/manifest.json +1 -1
- package/package.json +1 -1
- package/skills/opendevbrowser-best-practices/assets/templates/skill-runtime-pack-matrix.json +1 -1
- package/skills/opendevbrowser-design-agent/assets/templates/inspiredesign-advanced-brief.v1.json +67 -31
- package/dist/chunk-7U63PZ4W.js.map +0 -1
- package/dist/chunk-Z6ENAZUN.js.map +0 -1
- package/dist/providers/inspiredesign-capture-mode.d.ts.map +0 -1
- package/dist/providers/inspiredesign-capture.d.ts.map +0 -1
- package/dist/providers/inspiredesign-contract.d.ts.map +0 -1
- /package/dist/{providers-CYEJZVXB.js.map → providers-TR3DUJZV.js.map} +0 -0
package/skills/opendevbrowser-design-agent/assets/templates/inspiredesign-advanced-brief.v1.json
CHANGED
|
@@ -17,12 +17,15 @@
|
|
|
17
17
|
"bestFor": [
|
|
18
18
|
"product homepages",
|
|
19
19
|
"docs homepages",
|
|
20
|
+
"consulting service homepages",
|
|
20
21
|
"launch pages",
|
|
21
22
|
"rebrands"
|
|
22
23
|
],
|
|
23
24
|
"businessFocus": [
|
|
24
25
|
"premium SaaS marketing",
|
|
25
26
|
"product launches",
|
|
27
|
+
"AI consulting services",
|
|
28
|
+
"enterprise advisory landing pages",
|
|
26
29
|
"docs-first brands",
|
|
27
30
|
"brand refresh surfaces"
|
|
28
31
|
],
|
|
@@ -34,6 +37,11 @@
|
|
|
34
37
|
"editorial",
|
|
35
38
|
"hero",
|
|
36
39
|
"marketing",
|
|
40
|
+
"consulting",
|
|
41
|
+
"advisory",
|
|
42
|
+
"enterprise AI",
|
|
43
|
+
"services",
|
|
44
|
+
"case studies",
|
|
37
45
|
"docs"
|
|
38
46
|
],
|
|
39
47
|
"matchSignals": {
|
|
@@ -47,6 +55,16 @@
|
|
|
47
55
|
"editorial",
|
|
48
56
|
"hero",
|
|
49
57
|
"marketing",
|
|
58
|
+
"consulting",
|
|
59
|
+
"advisory",
|
|
60
|
+
"ai consulting",
|
|
61
|
+
"enterprise ai",
|
|
62
|
+
"business services",
|
|
63
|
+
"client services",
|
|
64
|
+
"case studies",
|
|
65
|
+
"transformation",
|
|
66
|
+
"services",
|
|
67
|
+
"cta",
|
|
50
68
|
"docs"
|
|
51
69
|
],
|
|
52
70
|
"excluded": [
|
|
@@ -54,7 +72,7 @@
|
|
|
54
72
|
"admin",
|
|
55
73
|
"onboarding"
|
|
56
74
|
],
|
|
57
|
-
"tieBreaker":
|
|
75
|
+
"tieBreaker": 2
|
|
58
76
|
},
|
|
59
77
|
"lead": "Study the inspiration references and synthesize a premium editorial landing page system that translates the source brief into a reusable, brand-specific direction.",
|
|
60
78
|
"archetype": "editorial brand campaign",
|
|
@@ -473,17 +491,22 @@
|
|
|
473
491
|
"label": "Maison campaign world",
|
|
474
492
|
"bestFor": [
|
|
475
493
|
"luxury fashion",
|
|
494
|
+
"fashion design studios",
|
|
476
495
|
"fragrance launches",
|
|
477
496
|
"jewelry campaigns",
|
|
478
497
|
"premium hospitality brands"
|
|
479
498
|
],
|
|
480
499
|
"businessFocus": [
|
|
481
500
|
"fashion maisons",
|
|
501
|
+
"fashion design studios",
|
|
482
502
|
"luxury accessories",
|
|
483
503
|
"fragrance campaigns",
|
|
484
504
|
"high-end hospitality identity"
|
|
485
505
|
],
|
|
486
506
|
"keywords": [
|
|
507
|
+
"fashion",
|
|
508
|
+
"fashion design",
|
|
509
|
+
"fashion studio",
|
|
487
510
|
"maison",
|
|
488
511
|
"atelier",
|
|
489
512
|
"collection",
|
|
@@ -495,6 +518,9 @@
|
|
|
495
518
|
],
|
|
496
519
|
"matchSignals": {
|
|
497
520
|
"positive": [
|
|
521
|
+
"fashion",
|
|
522
|
+
"fashion design",
|
|
523
|
+
"fashion studio",
|
|
498
524
|
"maison",
|
|
499
525
|
"atelier",
|
|
500
526
|
"collection",
|
|
@@ -739,7 +765,7 @@
|
|
|
739
765
|
},
|
|
740
766
|
{
|
|
741
767
|
"id": "luminous-research-atlas",
|
|
742
|
-
"label": "Luminous
|
|
768
|
+
"label": "Luminous insight landing page",
|
|
743
769
|
"bestFor": [
|
|
744
770
|
"AI labs",
|
|
745
771
|
"think tanks",
|
|
@@ -749,15 +775,14 @@
|
|
|
749
775
|
"businessFocus": [
|
|
750
776
|
"research organizations",
|
|
751
777
|
"evidence-led storytelling",
|
|
752
|
-
"
|
|
753
|
-
"
|
|
778
|
+
"insight-led public landing pages",
|
|
779
|
+
"visual research narratives"
|
|
754
780
|
],
|
|
755
781
|
"keywords": [
|
|
756
782
|
"atlas",
|
|
757
783
|
"observatory",
|
|
758
|
-
"
|
|
784
|
+
"insight",
|
|
759
785
|
"evidence",
|
|
760
|
-
"report",
|
|
761
786
|
"research",
|
|
762
787
|
"index",
|
|
763
788
|
"publication"
|
|
@@ -766,9 +791,8 @@
|
|
|
766
791
|
"positive": [
|
|
767
792
|
"atlas",
|
|
768
793
|
"observatory",
|
|
769
|
-
"
|
|
794
|
+
"insight",
|
|
770
795
|
"evidence",
|
|
771
|
-
"report",
|
|
772
796
|
"research",
|
|
773
797
|
"map",
|
|
774
798
|
"model",
|
|
@@ -778,37 +802,43 @@
|
|
|
778
802
|
"excluded": [
|
|
779
803
|
"checkout",
|
|
780
804
|
"festival",
|
|
781
|
-
"villa"
|
|
805
|
+
"villa",
|
|
806
|
+
"consulting",
|
|
807
|
+
"advisory",
|
|
808
|
+
"bcg",
|
|
809
|
+
"services",
|
|
810
|
+
"landing page",
|
|
811
|
+
"homepage"
|
|
782
812
|
],
|
|
783
|
-
"tieBreaker":
|
|
813
|
+
"tieBreaker": 1
|
|
784
814
|
},
|
|
785
|
-
"lead": "Study the inspiration references and synthesize a luminous
|
|
786
|
-
"archetype": "
|
|
787
|
-
"layoutArchetype": "
|
|
815
|
+
"lead": "Study the inspiration references and synthesize a luminous insight landing page that turns research-backed ideas into a premium, text-light public story.",
|
|
816
|
+
"archetype": "luminous insight landing page",
|
|
817
|
+
"layoutArchetype": "full-bleed insight story with visual proof bands",
|
|
788
818
|
"typographySystem": "precise sans for data and narrative paired with restrained serif emphasis",
|
|
789
|
-
"surfaceTreatment": "ivory research planes, layered evidence visuals, and
|
|
790
|
-
"shapeLanguage": "clean modules,
|
|
791
|
-
"componentGrammar": "
|
|
792
|
-
"motionGrammar": "
|
|
819
|
+
"surfaceTreatment": "ivory research planes, layered evidence visuals, and generous image-led whitespace",
|
|
820
|
+
"shapeLanguage": "clean modules, visual proof frames, and quiet emphasis bands",
|
|
821
|
+
"componentGrammar": "hero composition, insight proof bands, visual story panels, outcome moments, restrained CTA groups",
|
|
822
|
+
"motionGrammar": "calm reveal transitions, proof-panel emphasis, and restrained visual depth",
|
|
793
823
|
"paletteIntent": "bright ivory base with measured accent coding for evidence groups",
|
|
794
824
|
"visualDensity": "balanced",
|
|
795
825
|
"designVariance": "structured expressiveness",
|
|
796
826
|
"focusAreas": [
|
|
797
827
|
"evidence hierarchy",
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"chart
|
|
801
|
-
"
|
|
828
|
+
"insight framing",
|
|
829
|
+
"visual proof bands",
|
|
830
|
+
"chart restraint",
|
|
831
|
+
"public story cadence",
|
|
802
832
|
"scroll-story beats",
|
|
803
833
|
"proof sequencing"
|
|
804
834
|
],
|
|
805
835
|
"responsiveCollapseRules": [
|
|
806
|
-
"Collapse
|
|
807
|
-
"Keep
|
|
836
|
+
"Collapse visual proof bands into a single readable story stack before reducing chart legibility.",
|
|
837
|
+
"Keep evidence labels visually close to the relevant section without turning mobile into an appendix."
|
|
808
838
|
],
|
|
809
839
|
"guardrails": [
|
|
810
|
-
"Keep the surface bright, exact, and evidence-
|
|
811
|
-
"Use motion
|
|
840
|
+
"Keep the surface bright, exact, and evidence-led without becoming a documentation hub.",
|
|
841
|
+
"Use motion to clarify priority, proof, and action rather than to explain long-form methodology."
|
|
812
842
|
],
|
|
813
843
|
"antiPatterns": [
|
|
814
844
|
"No cyber glow.",
|
|
@@ -817,14 +847,14 @@
|
|
|
817
847
|
"No unexplained iconography."
|
|
818
848
|
],
|
|
819
849
|
"deliverables": [
|
|
820
|
-
"Define the evidence hierarchy,
|
|
821
|
-
"Return a premium
|
|
850
|
+
"Define the evidence hierarchy, visual proof rhythm, insight story cadence, and conversion path.",
|
|
851
|
+
"Return a premium insight landing contract detailed enough for a visually led Canvas-ready implementation."
|
|
822
852
|
],
|
|
823
853
|
"route": {
|
|
824
|
-
"profile": "
|
|
854
|
+
"profile": "product-story",
|
|
825
855
|
"themeStrategy": "single-theme",
|
|
826
|
-
"navigationModel": "
|
|
827
|
-
"layoutApproach": "
|
|
856
|
+
"navigationModel": "global-header",
|
|
857
|
+
"layoutApproach": "insight-led-landing-page"
|
|
828
858
|
}
|
|
829
859
|
},
|
|
830
860
|
{
|
|
@@ -1139,7 +1169,13 @@
|
|
|
1139
1169
|
"excluded": [
|
|
1140
1170
|
"villa",
|
|
1141
1171
|
"festival",
|
|
1142
|
-
"fragrance"
|
|
1172
|
+
"fragrance",
|
|
1173
|
+
"fashion",
|
|
1174
|
+
"fashion design",
|
|
1175
|
+
"maison",
|
|
1176
|
+
"couture",
|
|
1177
|
+
"collection",
|
|
1178
|
+
"campaign"
|
|
1143
1179
|
],
|
|
1144
1180
|
"tieBreaker": 3
|
|
1145
1181
|
},
|