@almadar/core 10.39.0 → 10.40.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/{builders-D6d2ErNo.d.ts → builders-Dw270YQh.d.ts} +116 -3
- package/dist/builders.d.ts +4 -4
- package/dist/builders.js +5 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BqPofdgp.d.ts → effect-DQPFowvO.d.ts} +7 -2
- package/dist/{entity-CVylqnAf.d.ts → entity-DfD-iXkn.d.ts} +13 -0
- package/dist/factory/index.d.ts +6 -6
- package/dist/factory-runtime/index.d.ts +4 -4
- package/dist/factory-runtime/index.js +5 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index.d.ts +8 -8
- package/dist/index.js +519 -33
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +1 -1
- package/dist/mock/index.js +5 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +715 -6
- package/dist/patterns/index.js +514 -33
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +275 -31
- package/dist/patterns/patterns-registry.json +238 -1
- package/dist/patterns/registry.json +238 -1
- package/dist/{trait-BCpJvo8I.d.ts → trait-C_TZnqb_.d.ts} +17 -2
- package/dist/types/index.d.ts +15 -9
- package/dist/types/index.js +5 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DIIZXx8y.d.ts → types-BUqLsSEN.d.ts} +2 -2
- package/package.json +1 -1
package/dist/patterns/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-07-
|
|
6
|
+
exportedAt: "2026-07-28T10:40:00.004Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -9824,6 +9824,21 @@ var patterns_registry_default = {
|
|
|
9824
9824
|
],
|
|
9825
9825
|
description: "Inline style"
|
|
9826
9826
|
},
|
|
9827
|
+
format: {
|
|
9828
|
+
types: [
|
|
9829
|
+
"string"
|
|
9830
|
+
],
|
|
9831
|
+
description: 'Value formatting applied to string/number/Date content \u2014 `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format="date"|"time"|"datetime"`.',
|
|
9832
|
+
enumValues: [
|
|
9833
|
+
"none",
|
|
9834
|
+
"date",
|
|
9835
|
+
"time",
|
|
9836
|
+
"datetime",
|
|
9837
|
+
"number",
|
|
9838
|
+
"currency",
|
|
9839
|
+
"percent"
|
|
9840
|
+
]
|
|
9841
|
+
},
|
|
9827
9842
|
content: {
|
|
9828
9843
|
types: [
|
|
9829
9844
|
"node"
|
|
@@ -14621,6 +14636,27 @@ var patterns_registry_default = {
|
|
|
14621
14636
|
"number"
|
|
14622
14637
|
]
|
|
14623
14638
|
},
|
|
14639
|
+
mark: {
|
|
14640
|
+
types: [
|
|
14641
|
+
"object"
|
|
14642
|
+
],
|
|
14643
|
+
properties: {
|
|
14644
|
+
kind: {
|
|
14645
|
+
types: [
|
|
14646
|
+
"unknown"
|
|
14647
|
+
]
|
|
14648
|
+
},
|
|
14649
|
+
suggestionId: {
|
|
14650
|
+
types: [
|
|
14651
|
+
"string"
|
|
14652
|
+
]
|
|
14653
|
+
}
|
|
14654
|
+
},
|
|
14655
|
+
required: [
|
|
14656
|
+
"kind",
|
|
14657
|
+
"suggestionId"
|
|
14658
|
+
]
|
|
14659
|
+
},
|
|
14624
14660
|
x: {
|
|
14625
14661
|
types: [
|
|
14626
14662
|
"number"
|
|
@@ -14679,6 +14715,48 @@ var patterns_registry_default = {
|
|
|
14679
14715
|
]
|
|
14680
14716
|
}
|
|
14681
14717
|
},
|
|
14718
|
+
proposedEdges: {
|
|
14719
|
+
types: [
|
|
14720
|
+
"array"
|
|
14721
|
+
],
|
|
14722
|
+
description: "Uncommitted proposal links \u2014 rendered dashed/faint in a separate pass, never folded into the layout springs.",
|
|
14723
|
+
items: {
|
|
14724
|
+
types: [
|
|
14725
|
+
"object"
|
|
14726
|
+
],
|
|
14727
|
+
properties: {
|
|
14728
|
+
source: {
|
|
14729
|
+
types: [
|
|
14730
|
+
"string"
|
|
14731
|
+
]
|
|
14732
|
+
},
|
|
14733
|
+
target: {
|
|
14734
|
+
types: [
|
|
14735
|
+
"string"
|
|
14736
|
+
]
|
|
14737
|
+
},
|
|
14738
|
+
label: {
|
|
14739
|
+
types: [
|
|
14740
|
+
"string"
|
|
14741
|
+
]
|
|
14742
|
+
},
|
|
14743
|
+
weight: {
|
|
14744
|
+
types: [
|
|
14745
|
+
"number"
|
|
14746
|
+
]
|
|
14747
|
+
},
|
|
14748
|
+
color: {
|
|
14749
|
+
types: [
|
|
14750
|
+
"string"
|
|
14751
|
+
]
|
|
14752
|
+
}
|
|
14753
|
+
},
|
|
14754
|
+
required: [
|
|
14755
|
+
"source",
|
|
14756
|
+
"target"
|
|
14757
|
+
]
|
|
14758
|
+
}
|
|
14759
|
+
},
|
|
14682
14760
|
similarity: {
|
|
14683
14761
|
types: [
|
|
14684
14762
|
"array"
|
|
@@ -14826,6 +14904,111 @@ var patterns_registry_default = {
|
|
|
14826
14904
|
"number"
|
|
14827
14905
|
]
|
|
14828
14906
|
},
|
|
14907
|
+
mark: {
|
|
14908
|
+
types: [
|
|
14909
|
+
"object"
|
|
14910
|
+
],
|
|
14911
|
+
properties: {
|
|
14912
|
+
kind: {
|
|
14913
|
+
types: [
|
|
14914
|
+
"unknown"
|
|
14915
|
+
]
|
|
14916
|
+
},
|
|
14917
|
+
suggestionId: {
|
|
14918
|
+
types: [
|
|
14919
|
+
"string"
|
|
14920
|
+
]
|
|
14921
|
+
}
|
|
14922
|
+
},
|
|
14923
|
+
required: [
|
|
14924
|
+
"kind",
|
|
14925
|
+
"suggestionId"
|
|
14926
|
+
]
|
|
14927
|
+
},
|
|
14928
|
+
x: {
|
|
14929
|
+
types: [
|
|
14930
|
+
"number"
|
|
14931
|
+
]
|
|
14932
|
+
},
|
|
14933
|
+
y: {
|
|
14934
|
+
types: [
|
|
14935
|
+
"number"
|
|
14936
|
+
]
|
|
14937
|
+
}
|
|
14938
|
+
},
|
|
14939
|
+
required: [
|
|
14940
|
+
"id"
|
|
14941
|
+
]
|
|
14942
|
+
}
|
|
14943
|
+
}
|
|
14944
|
+
]
|
|
14945
|
+
},
|
|
14946
|
+
onMarkClick: {
|
|
14947
|
+
types: [
|
|
14948
|
+
"function"
|
|
14949
|
+
],
|
|
14950
|
+
description: "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
|
|
14951
|
+
kind: "callback",
|
|
14952
|
+
callbackArgs: [
|
|
14953
|
+
{
|
|
14954
|
+
name: "node",
|
|
14955
|
+
type: "object",
|
|
14956
|
+
schema: {
|
|
14957
|
+
types: [
|
|
14958
|
+
"object"
|
|
14959
|
+
],
|
|
14960
|
+
properties: {
|
|
14961
|
+
id: {
|
|
14962
|
+
types: [
|
|
14963
|
+
"string"
|
|
14964
|
+
]
|
|
14965
|
+
},
|
|
14966
|
+
label: {
|
|
14967
|
+
types: [
|
|
14968
|
+
"string"
|
|
14969
|
+
]
|
|
14970
|
+
},
|
|
14971
|
+
group: {
|
|
14972
|
+
types: [
|
|
14973
|
+
"string"
|
|
14974
|
+
]
|
|
14975
|
+
},
|
|
14976
|
+
color: {
|
|
14977
|
+
types: [
|
|
14978
|
+
"string"
|
|
14979
|
+
]
|
|
14980
|
+
},
|
|
14981
|
+
size: {
|
|
14982
|
+
types: [
|
|
14983
|
+
"number"
|
|
14984
|
+
]
|
|
14985
|
+
},
|
|
14986
|
+
badge: {
|
|
14987
|
+
types: [
|
|
14988
|
+
"number"
|
|
14989
|
+
]
|
|
14990
|
+
},
|
|
14991
|
+
mark: {
|
|
14992
|
+
types: [
|
|
14993
|
+
"object"
|
|
14994
|
+
],
|
|
14995
|
+
properties: {
|
|
14996
|
+
kind: {
|
|
14997
|
+
types: [
|
|
14998
|
+
"unknown"
|
|
14999
|
+
]
|
|
15000
|
+
},
|
|
15001
|
+
suggestionId: {
|
|
15002
|
+
types: [
|
|
15003
|
+
"string"
|
|
15004
|
+
]
|
|
15005
|
+
}
|
|
15006
|
+
},
|
|
15007
|
+
required: [
|
|
15008
|
+
"kind",
|
|
15009
|
+
"suggestionId"
|
|
15010
|
+
]
|
|
15011
|
+
},
|
|
14829
15012
|
x: {
|
|
14830
15013
|
types: [
|
|
14831
15014
|
"number"
|
|
@@ -14889,6 +15072,27 @@ var patterns_registry_default = {
|
|
|
14889
15072
|
"number"
|
|
14890
15073
|
]
|
|
14891
15074
|
},
|
|
15075
|
+
mark: {
|
|
15076
|
+
types: [
|
|
15077
|
+
"object"
|
|
15078
|
+
],
|
|
15079
|
+
properties: {
|
|
15080
|
+
kind: {
|
|
15081
|
+
types: [
|
|
15082
|
+
"unknown"
|
|
15083
|
+
]
|
|
15084
|
+
},
|
|
15085
|
+
suggestionId: {
|
|
15086
|
+
types: [
|
|
15087
|
+
"string"
|
|
15088
|
+
]
|
|
15089
|
+
}
|
|
15090
|
+
},
|
|
15091
|
+
required: [
|
|
15092
|
+
"kind",
|
|
15093
|
+
"suggestionId"
|
|
15094
|
+
]
|
|
15095
|
+
},
|
|
14892
15096
|
x: {
|
|
14893
15097
|
types: [
|
|
14894
15098
|
"number"
|
|
@@ -14952,6 +15156,27 @@ var patterns_registry_default = {
|
|
|
14952
15156
|
"number"
|
|
14953
15157
|
]
|
|
14954
15158
|
},
|
|
15159
|
+
mark: {
|
|
15160
|
+
types: [
|
|
15161
|
+
"object"
|
|
15162
|
+
],
|
|
15163
|
+
properties: {
|
|
15164
|
+
kind: {
|
|
15165
|
+
types: [
|
|
15166
|
+
"unknown"
|
|
15167
|
+
]
|
|
15168
|
+
},
|
|
15169
|
+
suggestionId: {
|
|
15170
|
+
types: [
|
|
15171
|
+
"string"
|
|
15172
|
+
]
|
|
15173
|
+
}
|
|
15174
|
+
},
|
|
15175
|
+
required: [
|
|
15176
|
+
"kind",
|
|
15177
|
+
"suggestionId"
|
|
15178
|
+
]
|
|
15179
|
+
},
|
|
14955
15180
|
x: {
|
|
14956
15181
|
types: [
|
|
14957
15182
|
"number"
|
|
@@ -17707,12 +17932,24 @@ var patterns_registry_default = {
|
|
|
17707
17932
|
],
|
|
17708
17933
|
description: 'Field name identifying the sender (used with variant: "message")'
|
|
17709
17934
|
},
|
|
17935
|
+
senderLabelField: {
|
|
17936
|
+
types: [
|
|
17937
|
+
"string"
|
|
17938
|
+
],
|
|
17939
|
+
description: 'Field holding the sender\'s human-readable name (used with variant: "message"). Defaults to `senderField`. Set this when `senderField` holds an id \u2014 an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`.'
|
|
17940
|
+
},
|
|
17710
17941
|
currentUser: {
|
|
17711
17942
|
types: [
|
|
17712
17943
|
"string"
|
|
17713
17944
|
],
|
|
17714
17945
|
description: 'Current user identifier; messages matching this value align right (used with variant: "message")'
|
|
17715
17946
|
},
|
|
17947
|
+
emptyMessage: {
|
|
17948
|
+
types: [
|
|
17949
|
+
"string"
|
|
17950
|
+
],
|
|
17951
|
+
description: 'Message shown when there are no rows. Falls back to the generic "no items" translation. `TableView` already exposes this; an agenda or an inbox wants to say what "empty" means in its own words.'
|
|
17952
|
+
},
|
|
17716
17953
|
className: {
|
|
17717
17954
|
types: [
|
|
17718
17955
|
"string"
|
|
@@ -41238,74 +41475,180 @@ var integrators_registry_default = {
|
|
|
41238
41475
|
name: "cloneRepo",
|
|
41239
41476
|
description: "Clone a repository",
|
|
41240
41477
|
params: [
|
|
41241
|
-
{
|
|
41242
|
-
|
|
41478
|
+
{
|
|
41479
|
+
name: "repo",
|
|
41480
|
+
type: "string",
|
|
41481
|
+
required: true,
|
|
41482
|
+
description: "Repository URL or owner/repo"
|
|
41483
|
+
},
|
|
41484
|
+
{
|
|
41485
|
+
name: "branch",
|
|
41486
|
+
type: "string",
|
|
41487
|
+
required: false,
|
|
41488
|
+
description: "Branch to clone"
|
|
41489
|
+
}
|
|
41243
41490
|
],
|
|
41244
|
-
responseShape: {
|
|
41491
|
+
responseShape: {
|
|
41492
|
+
path: "string",
|
|
41493
|
+
branch: "string"
|
|
41494
|
+
}
|
|
41245
41495
|
},
|
|
41246
41496
|
{
|
|
41247
41497
|
name: "createBranch",
|
|
41248
41498
|
description: "Create a new branch",
|
|
41249
41499
|
params: [
|
|
41250
|
-
{
|
|
41251
|
-
|
|
41500
|
+
{
|
|
41501
|
+
name: "repo",
|
|
41502
|
+
type: "string",
|
|
41503
|
+
required: true,
|
|
41504
|
+
description: "Local repo path"
|
|
41505
|
+
},
|
|
41506
|
+
{
|
|
41507
|
+
name: "branch",
|
|
41508
|
+
type: "string",
|
|
41509
|
+
required: true,
|
|
41510
|
+
description: "Branch name"
|
|
41511
|
+
}
|
|
41252
41512
|
],
|
|
41253
|
-
responseShape: {
|
|
41513
|
+
responseShape: {
|
|
41514
|
+
branch: "string"
|
|
41515
|
+
}
|
|
41254
41516
|
},
|
|
41255
41517
|
{
|
|
41256
41518
|
name: "commit",
|
|
41257
41519
|
description: "Commit changes",
|
|
41258
41520
|
params: [
|
|
41259
|
-
{
|
|
41260
|
-
|
|
41261
|
-
|
|
41521
|
+
{
|
|
41522
|
+
name: "repo",
|
|
41523
|
+
type: "string",
|
|
41524
|
+
required: true,
|
|
41525
|
+
description: "Local repo path"
|
|
41526
|
+
},
|
|
41527
|
+
{
|
|
41528
|
+
name: "message",
|
|
41529
|
+
type: "string",
|
|
41530
|
+
required: true,
|
|
41531
|
+
description: "Commit message"
|
|
41532
|
+
},
|
|
41533
|
+
{
|
|
41534
|
+
name: "files",
|
|
41535
|
+
type: "array",
|
|
41536
|
+
required: false,
|
|
41537
|
+
description: "Files to stage"
|
|
41538
|
+
}
|
|
41262
41539
|
],
|
|
41263
|
-
responseShape: {
|
|
41540
|
+
responseShape: {
|
|
41541
|
+
hash: "string",
|
|
41542
|
+
message: "string"
|
|
41543
|
+
}
|
|
41264
41544
|
},
|
|
41265
41545
|
{
|
|
41266
41546
|
name: "push",
|
|
41267
41547
|
description: "Push commits to remote",
|
|
41268
41548
|
params: [
|
|
41269
|
-
{
|
|
41270
|
-
|
|
41549
|
+
{
|
|
41550
|
+
name: "repo",
|
|
41551
|
+
type: "string",
|
|
41552
|
+
required: true,
|
|
41553
|
+
description: "Local repo path"
|
|
41554
|
+
},
|
|
41555
|
+
{
|
|
41556
|
+
name: "branch",
|
|
41557
|
+
type: "string",
|
|
41558
|
+
required: false,
|
|
41559
|
+
description: "Branch to push"
|
|
41560
|
+
}
|
|
41271
41561
|
],
|
|
41272
|
-
responseShape: {
|
|
41562
|
+
responseShape: {
|
|
41563
|
+
success: "boolean"
|
|
41564
|
+
}
|
|
41273
41565
|
},
|
|
41274
41566
|
{
|
|
41275
41567
|
name: "createPR",
|
|
41276
41568
|
description: "Create a pull request",
|
|
41277
41569
|
params: [
|
|
41278
|
-
{
|
|
41279
|
-
|
|
41280
|
-
|
|
41281
|
-
|
|
41570
|
+
{
|
|
41571
|
+
name: "title",
|
|
41572
|
+
type: "string",
|
|
41573
|
+
required: true,
|
|
41574
|
+
description: "PR title"
|
|
41575
|
+
},
|
|
41576
|
+
{
|
|
41577
|
+
name: "body",
|
|
41578
|
+
type: "string",
|
|
41579
|
+
required: false,
|
|
41580
|
+
description: "PR description"
|
|
41581
|
+
},
|
|
41582
|
+
{
|
|
41583
|
+
name: "head",
|
|
41584
|
+
type: "string",
|
|
41585
|
+
required: true,
|
|
41586
|
+
description: "Head branch"
|
|
41587
|
+
},
|
|
41588
|
+
{
|
|
41589
|
+
name: "base",
|
|
41590
|
+
type: "string",
|
|
41591
|
+
required: false,
|
|
41592
|
+
description: "Base branch (default: main)"
|
|
41593
|
+
}
|
|
41282
41594
|
],
|
|
41283
|
-
responseShape: {
|
|
41595
|
+
responseShape: {
|
|
41596
|
+
number: "number",
|
|
41597
|
+
url: "string"
|
|
41598
|
+
}
|
|
41284
41599
|
},
|
|
41285
41600
|
{
|
|
41286
41601
|
name: "getPRComments",
|
|
41287
41602
|
description: "Fetch pull request comments",
|
|
41288
41603
|
params: [
|
|
41289
|
-
{
|
|
41604
|
+
{
|
|
41605
|
+
name: "prNumber",
|
|
41606
|
+
type: "number",
|
|
41607
|
+
required: true,
|
|
41608
|
+
description: "PR number"
|
|
41609
|
+
}
|
|
41290
41610
|
],
|
|
41291
|
-
responseShape: {
|
|
41611
|
+
responseShape: {
|
|
41612
|
+
comments: "array"
|
|
41613
|
+
}
|
|
41292
41614
|
},
|
|
41293
41615
|
{
|
|
41294
41616
|
name: "listIssues",
|
|
41295
41617
|
description: "List issues with optional filters",
|
|
41296
41618
|
params: [
|
|
41297
|
-
{
|
|
41298
|
-
|
|
41619
|
+
{
|
|
41620
|
+
name: "state",
|
|
41621
|
+
type: "string",
|
|
41622
|
+
required: false,
|
|
41623
|
+
description: "Issue state: open, closed, all"
|
|
41624
|
+
},
|
|
41625
|
+
{
|
|
41626
|
+
name: "labels",
|
|
41627
|
+
type: "string",
|
|
41628
|
+
required: false,
|
|
41629
|
+
description: "Comma-separated label names"
|
|
41630
|
+
}
|
|
41299
41631
|
],
|
|
41300
|
-
responseShape: {
|
|
41632
|
+
responseShape: {
|
|
41633
|
+
issues: "array"
|
|
41634
|
+
}
|
|
41301
41635
|
},
|
|
41302
41636
|
{
|
|
41303
41637
|
name: "getIssue",
|
|
41304
41638
|
description: "Get a single issue",
|
|
41305
41639
|
params: [
|
|
41306
|
-
{
|
|
41640
|
+
{
|
|
41641
|
+
name: "issueNumber",
|
|
41642
|
+
type: "number",
|
|
41643
|
+
required: true,
|
|
41644
|
+
description: "Issue number"
|
|
41645
|
+
}
|
|
41307
41646
|
],
|
|
41308
|
-
responseShape: {
|
|
41647
|
+
responseShape: {
|
|
41648
|
+
title: "string",
|
|
41649
|
+
body: "string",
|
|
41650
|
+
state: "string"
|
|
41651
|
+
}
|
|
41309
41652
|
}
|
|
41310
41653
|
]
|
|
41311
41654
|
},
|
|
@@ -41318,7 +41661,12 @@ var integrators_registry_default = {
|
|
|
41318
41661
|
name: "validate",
|
|
41319
41662
|
description: "Validate an orbital schema",
|
|
41320
41663
|
params: [
|
|
41321
|
-
{
|
|
41664
|
+
{
|
|
41665
|
+
name: "schema",
|
|
41666
|
+
type: "string",
|
|
41667
|
+
required: true,
|
|
41668
|
+
description: "Schema content to validate"
|
|
41669
|
+
}
|
|
41322
41670
|
],
|
|
41323
41671
|
responseShape: {
|
|
41324
41672
|
valid: "boolean",
|
|
@@ -41338,9 +41686,24 @@ var integrators_registry_default = {
|
|
|
41338
41686
|
name: "query",
|
|
41339
41687
|
description: "Run a single read-only SELECT against a connection referenced by env var name",
|
|
41340
41688
|
params: [
|
|
41341
|
-
{
|
|
41342
|
-
|
|
41343
|
-
|
|
41689
|
+
{
|
|
41690
|
+
name: "connectionRef",
|
|
41691
|
+
type: "string",
|
|
41692
|
+
required: true,
|
|
41693
|
+
description: "Name of the environment variable holding the connection string (never the secret itself)"
|
|
41694
|
+
},
|
|
41695
|
+
{
|
|
41696
|
+
name: "sql",
|
|
41697
|
+
type: "string",
|
|
41698
|
+
required: true,
|
|
41699
|
+
description: "Single SELECT statement (read-only enforced)"
|
|
41700
|
+
},
|
|
41701
|
+
{
|
|
41702
|
+
name: "params",
|
|
41703
|
+
type: "array",
|
|
41704
|
+
required: false,
|
|
41705
|
+
description: "Bind parameters for the query"
|
|
41706
|
+
}
|
|
41344
41707
|
],
|
|
41345
41708
|
responseShape: {
|
|
41346
41709
|
rows: "array",
|
|
@@ -41348,15 +41711,133 @@ var integrators_registry_default = {
|
|
|
41348
41711
|
}
|
|
41349
41712
|
}
|
|
41350
41713
|
]
|
|
41714
|
+
},
|
|
41715
|
+
wikimedia: {
|
|
41716
|
+
name: "wikimedia",
|
|
41717
|
+
description: "Wikipedia API \u2014 redirect-resolved page lookup (description, portrait, lead extract)",
|
|
41718
|
+
category: "reference",
|
|
41719
|
+
actions: [
|
|
41720
|
+
{
|
|
41721
|
+
name: "getPage",
|
|
41722
|
+
description: "Look up a title on Wikipedia",
|
|
41723
|
+
params: [
|
|
41724
|
+
{
|
|
41725
|
+
name: "title",
|
|
41726
|
+
type: "string",
|
|
41727
|
+
required: true,
|
|
41728
|
+
description: "Page title (human-readable name)"
|
|
41729
|
+
}
|
|
41730
|
+
],
|
|
41731
|
+
responseShape: {
|
|
41732
|
+
title: "string",
|
|
41733
|
+
description: "string",
|
|
41734
|
+
portraitUrl: "string",
|
|
41735
|
+
extract: "string"
|
|
41736
|
+
}
|
|
41737
|
+
}
|
|
41738
|
+
]
|
|
41739
|
+
},
|
|
41740
|
+
iconify: {
|
|
41741
|
+
name: "iconify",
|
|
41742
|
+
description: "Iconify API \u2014 brand-logo / icon resolution, search, and body fetch",
|
|
41743
|
+
category: "reference",
|
|
41744
|
+
actions: [
|
|
41745
|
+
{
|
|
41746
|
+
name: "svgExists",
|
|
41747
|
+
description: "Check whether an SVG path exists",
|
|
41748
|
+
params: [
|
|
41749
|
+
{
|
|
41750
|
+
name: "path",
|
|
41751
|
+
type: "string",
|
|
41752
|
+
required: true,
|
|
41753
|
+
description: "Path under api.iconify.design (e.g. devicon/typescript.svg)"
|
|
41754
|
+
}
|
|
41755
|
+
],
|
|
41756
|
+
responseShape: {
|
|
41757
|
+
exists: "boolean"
|
|
41758
|
+
}
|
|
41759
|
+
},
|
|
41760
|
+
{
|
|
41761
|
+
name: "search",
|
|
41762
|
+
description: "Relevance search for icons",
|
|
41763
|
+
params: [
|
|
41764
|
+
{
|
|
41765
|
+
name: "query",
|
|
41766
|
+
type: "string",
|
|
41767
|
+
required: true,
|
|
41768
|
+
description: "Search term"
|
|
41769
|
+
},
|
|
41770
|
+
{
|
|
41771
|
+
name: "limit",
|
|
41772
|
+
type: "number",
|
|
41773
|
+
required: false,
|
|
41774
|
+
description: "Max results"
|
|
41775
|
+
}
|
|
41776
|
+
],
|
|
41777
|
+
responseShape: {
|
|
41778
|
+
icons: "string[]"
|
|
41779
|
+
}
|
|
41780
|
+
},
|
|
41781
|
+
{
|
|
41782
|
+
name: "getIconBody",
|
|
41783
|
+
description: "Fetch an icon SVG body for color-tone classification",
|
|
41784
|
+
params: [
|
|
41785
|
+
{
|
|
41786
|
+
name: "iconId",
|
|
41787
|
+
type: "string",
|
|
41788
|
+
required: true,
|
|
41789
|
+
description: "Icon id (prefix:name)"
|
|
41790
|
+
}
|
|
41791
|
+
],
|
|
41792
|
+
responseShape: {
|
|
41793
|
+
body: "string"
|
|
41794
|
+
}
|
|
41795
|
+
}
|
|
41796
|
+
]
|
|
41797
|
+
},
|
|
41798
|
+
arxiv: {
|
|
41799
|
+
name: "arxiv",
|
|
41800
|
+
description: "arXiv API \u2014 frontier academic preprint search (emerging-axis research backend)",
|
|
41801
|
+
category: "reference",
|
|
41802
|
+
actions: [
|
|
41803
|
+
{
|
|
41804
|
+
name: "search",
|
|
41805
|
+
description: "Search arXiv preprints by relevance",
|
|
41806
|
+
params: [
|
|
41807
|
+
{
|
|
41808
|
+
name: "query",
|
|
41809
|
+
type: "string",
|
|
41810
|
+
required: true,
|
|
41811
|
+
description: "Search query"
|
|
41812
|
+
},
|
|
41813
|
+
{
|
|
41814
|
+
name: "maxResults",
|
|
41815
|
+
type: "number",
|
|
41816
|
+
required: false,
|
|
41817
|
+
description: "Max results (default 8)"
|
|
41818
|
+
}
|
|
41819
|
+
],
|
|
41820
|
+
responseShape: {
|
|
41821
|
+
results: "ArxivResult[]"
|
|
41822
|
+
}
|
|
41823
|
+
}
|
|
41824
|
+
]
|
|
41351
41825
|
}
|
|
41352
41826
|
},
|
|
41353
|
-
categories: [
|
|
41827
|
+
categories: [
|
|
41828
|
+
"media",
|
|
41829
|
+
"payment",
|
|
41830
|
+
"messaging",
|
|
41831
|
+
"ai",
|
|
41832
|
+
"devtools",
|
|
41833
|
+
"infrastructure"
|
|
41834
|
+
]
|
|
41354
41835
|
};
|
|
41355
41836
|
|
|
41356
41837
|
// src/patterns/component-mapping.json
|
|
41357
41838
|
var component_mapping_default = {
|
|
41358
41839
|
version: "1.0.0",
|
|
41359
|
-
exportedAt: "2026-07-
|
|
41840
|
+
exportedAt: "2026-07-28T10:40:00.004Z",
|
|
41360
41841
|
mappings: {
|
|
41361
41842
|
"page-header": {
|
|
41362
41843
|
component: "PageHeader",
|
|
@@ -42736,7 +43217,7 @@ var component_mapping_default = {
|
|
|
42736
43217
|
// src/patterns/event-contracts.json
|
|
42737
43218
|
var event_contracts_default = {
|
|
42738
43219
|
version: "1.0.0",
|
|
42739
|
-
exportedAt: "2026-07-
|
|
43220
|
+
exportedAt: "2026-07-28T10:40:00.004Z",
|
|
42740
43221
|
contracts: {
|
|
42741
43222
|
form: {
|
|
42742
43223
|
emits: [
|