digipair 0.119.8 → 0.121.5

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.
Files changed (90) hide show
  1. package/assets/digipairs/common/config.json +4 -16
  2. package/assets/digipairs/octopus/avatar.png +0 -0
  3. package/assets/digipairs/octopus/config.json +15 -0
  4. package/assets/digipairs/octopus/item.json +31 -0
  5. package/assets/digipairs/octopus/list.json +45 -0
  6. package/assets/digipairs/role-common/avatar.png +0 -0
  7. package/assets/digipairs/role-common/config.json +23 -0
  8. package/assets/digipairs/studio/boost-duplicate.json +1 -1
  9. package/assets/digipairs/studio/boost-plan.json +9 -1
  10. package/assets/digipairs/studio/boost-tool-add-client-mcp.json +9 -1
  11. package/assets/digipairs/studio/boost-tool-add-library.json +8 -0
  12. package/assets/digipairs/studio/boost-tool-add-openapi.json +8 -0
  13. package/assets/digipairs/studio/boost-tool-add.json +8 -0
  14. package/assets/digipairs/studio/boost-tool-task-add.json +9 -1
  15. package/assets/digipairs/studio/boost-worker-add-client-mcp.json +8 -0
  16. package/assets/digipairs/studio/boost-worker-add.json +8 -0
  17. package/assets/digipairs/studio/boost-worker-task-add.json +9 -1
  18. package/assets/digipairs/studio/common-edit.json +9 -1
  19. package/assets/digipairs/studio/tool-edit.json +9 -1
  20. package/assets/digipairs/studio/tool-task-edit.json +9 -1
  21. package/assets/digipairs/studio/tool-task-editor.json +9 -1
  22. package/assets/digipairs/studio/tool-task-json.json +9 -1
  23. package/assets/digipairs/studio/tool-tasks.json +48 -0
  24. package/assets/digipairs/studio/tool-tool-add.json +8 -0
  25. package/assets/digipairs/studio/tools.json +8 -0
  26. package/assets/digipairs/studio/worker-edit.json +8 -0
  27. package/assets/digipairs/studio/worker-task-edit.json +9 -1
  28. package/assets/digipairs/studio/worker-task-editor.json +9 -1
  29. package/assets/digipairs/studio/worker-task-json.json +9 -1
  30. package/assets/digipairs/studio/worker-tasks.json +48 -0
  31. package/assets/digipairs/studio/worker-tool-add.json +8 -0
  32. package/assets/digipairs/studio/workers.json +24 -0
  33. package/main.js +20 -0
  34. package/package.json +38 -38
  35. package/src/app/assets/digipairs/common/config.json +4 -16
  36. package/src/app/assets/digipairs/octopus/avatar.png +0 -0
  37. package/src/app/assets/digipairs/octopus/config.json +15 -0
  38. package/src/app/assets/digipairs/octopus/item.json +31 -0
  39. package/src/app/assets/digipairs/octopus/list.json +45 -0
  40. package/src/app/assets/digipairs/role-common/avatar.png +0 -0
  41. package/src/app/assets/digipairs/role-common/config.json +23 -0
  42. package/src/app/assets/digipairs/studio/boost-duplicate.json +1 -1
  43. package/src/app/assets/digipairs/studio/boost-plan.json +9 -1
  44. package/src/app/assets/digipairs/studio/boost-tool-add-client-mcp.json +9 -1
  45. package/src/app/assets/digipairs/studio/boost-tool-add-library.json +8 -0
  46. package/src/app/assets/digipairs/studio/boost-tool-add-openapi.json +8 -0
  47. package/src/app/assets/digipairs/studio/boost-tool-add.json +8 -0
  48. package/src/app/assets/digipairs/studio/boost-tool-task-add.json +9 -1
  49. package/src/app/assets/digipairs/studio/boost-worker-add-client-mcp.json +8 -0
  50. package/src/app/assets/digipairs/studio/boost-worker-add.json +8 -0
  51. package/src/app/assets/digipairs/studio/boost-worker-task-add.json +9 -1
  52. package/src/app/assets/digipairs/studio/common-edit.json +9 -1
  53. package/src/app/assets/digipairs/studio/tool-edit.json +9 -1
  54. package/src/app/assets/digipairs/studio/tool-task-edit.json +9 -1
  55. package/src/app/assets/digipairs/studio/tool-task-editor.json +9 -1
  56. package/src/app/assets/digipairs/studio/tool-task-json.json +9 -1
  57. package/src/app/assets/digipairs/studio/tool-tasks.json +48 -0
  58. package/src/app/assets/digipairs/studio/tool-tool-add.json +8 -0
  59. package/src/app/assets/digipairs/studio/tools.json +8 -0
  60. package/src/app/assets/digipairs/studio/worker-edit.json +8 -0
  61. package/src/app/assets/digipairs/studio/worker-task-edit.json +9 -1
  62. package/src/app/assets/digipairs/studio/worker-task-editor.json +9 -1
  63. package/src/app/assets/digipairs/studio/worker-task-json.json +9 -1
  64. package/src/app/assets/digipairs/studio/worker-tasks.json +48 -0
  65. package/src/app/assets/digipairs/studio/worker-tool-add.json +8 -0
  66. package/src/app/assets/digipairs/studio/workers.json +24 -0
  67. /package/assets/digipairs/{common → role-common}/answer.json +0 -0
  68. /package/assets/digipairs/{common → role-common}/avatar.png.json +0 -0
  69. /package/assets/digipairs/{common → role-common}/boosts.json +0 -0
  70. /package/assets/digipairs/{common → role-common}/chat.json +0 -0
  71. /package/assets/digipairs/{common → role-common}/context.json +0 -0
  72. /package/assets/digipairs/{common → role-common}/conversation.json +0 -0
  73. /package/assets/digipairs/{common → role-common}/history.json +0 -0
  74. /package/assets/digipairs/{common → role-common}/mcp.json +0 -0
  75. /package/assets/digipairs/{common → role-common}/metadata.json +0 -0
  76. /package/assets/digipairs/{common → role-common}/notification.json +0 -0
  77. /package/assets/digipairs/{common → role-common}/schema.json +0 -0
  78. /package/assets/digipairs/{common → role-common}/schema.json.json +0 -0
  79. /package/src/app/assets/digipairs/{common → role-common}/answer.json +0 -0
  80. /package/src/app/assets/digipairs/{common → role-common}/avatar.png.json +0 -0
  81. /package/src/app/assets/digipairs/{common → role-common}/boosts.json +0 -0
  82. /package/src/app/assets/digipairs/{common → role-common}/chat.json +0 -0
  83. /package/src/app/assets/digipairs/{common → role-common}/context.json +0 -0
  84. /package/src/app/assets/digipairs/{common → role-common}/conversation.json +0 -0
  85. /package/src/app/assets/digipairs/{common → role-common}/history.json +0 -0
  86. /package/src/app/assets/digipairs/{common → role-common}/mcp.json +0 -0
  87. /package/src/app/assets/digipairs/{common → role-common}/metadata.json +0 -0
  88. /package/src/app/assets/digipairs/{common → role-common}/notification.json +0 -0
  89. /package/src/app/assets/digipairs/{common → role-common}/schema.json +0 -0
  90. /package/src/app/assets/digipairs/{common → role-common}/schema.json.json +0 -0
@@ -1,22 +1,10 @@
1
1
  {
2
2
  "name": "common",
3
3
  "description": "common actions.",
4
- "metadata": {
5
- "color": "#3b82f6"
6
- },
7
- "libraries": {
8
- "@digipair/skill-basic": "latest",
9
- "@digipair/skill-factory": "latest",
10
- "@digipair/skill-service": "latest",
11
- "@digipair/skill-chatbot": "latest",
12
- "@digipair/skill-dsp": "latest",
13
- "@digipair/skill-sse": "latest",
14
- "@digipair/skill-common": "latest",
15
- "@digipair/skill-debug": "latest",
16
- "@digipair/skill-mcp": "latest",
17
- "@digipair/skill-web": "latest",
18
- "@digipair/skill-web-chatbot": "latest",
19
- "@digipair/skill-web-inputs": "latest"
4
+ "metadata": {},
5
+ "libraries": {},
6
+ "roles": {
7
+ "role-common": "latest"
20
8
  },
21
9
  "variables": {},
22
10
  "privates": {}
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "Octopus",
3
+ "description": "Un agent qui représente un store d'agent.",
4
+ "metadata": {},
5
+ "libraries": {
6
+ "@digipair/skill-basic": "latest",
7
+ "@digipair/skill-worker": "latest",
8
+ "@digipair/skill-editor": "latest",
9
+ "@digipair/skill-service": "latest"
10
+ },
11
+ "roles": {},
12
+ "variables": {},
13
+ "privates": {},
14
+ "digipair": "shared-role-octopus"
15
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "description": "Display an agent stored in Octopus.",
3
+ "summary": "Liste",
4
+ "library": "@digipair/skill-service",
5
+ "element": "service",
6
+ "metadata": {},
7
+ "properties": {
8
+ "execute": [
9
+ {
10
+ "library": "@digipair/skill-editor",
11
+ "element": "digipair",
12
+ "properties": {
13
+ "digipair": "FEEL: request.body.id",
14
+ "path": "{{privates.GIT_PATH}}/teams/{{request.team}}"
15
+ }
16
+ },
17
+ {
18
+ "library": "@digipair/skill-basic",
19
+ "element": "transform",
20
+ "properties": {
21
+ "value": {
22
+ "name": "FEEL: previous.name",
23
+ "description": "FEEL: previous.description",
24
+ "metadata": "FEEL: previous.metadata"
25
+ }
26
+ }
27
+ }
28
+ ]
29
+ },
30
+ "pins": []
31
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "description": "Create a list of agents stored in Octopus.",
3
+ "summary": "Liste",
4
+ "library": "@digipair/skill-service",
5
+ "element": "service",
6
+ "metadata": {},
7
+ "properties": {
8
+ "execute": [
9
+ {
10
+ "library": "@digipair/skill-editor",
11
+ "element": "digipairs",
12
+ "properties": {
13
+ "path": "{{privates.GIT_PATH}}/teams/{{request.team}}"
14
+ }
15
+ },
16
+ {
17
+ "library": "@digipair/skill-editor",
18
+ "element": "digipair",
19
+ "properties": {
20
+ "digipair": "FEEL: item",
21
+ "path": "{{privates.GIT_PATH}}/teams/{{request.team}}"
22
+ },
23
+ "conditions": {
24
+ "each": "FEEL: previous[starts with(item, \"worker-\")]"
25
+ }
26
+ },
27
+ {
28
+ "library": "@digipair/skill-basic",
29
+ "element": "transform",
30
+ "properties": {
31
+ "value": {
32
+ "name": "FEEL: item.name",
33
+ "description": "FEEL: item.description",
34
+ "digipair": "FEEL: item.digipair",
35
+ "metadata": "FEEL: item.metadata"
36
+ }
37
+ },
38
+ "conditions": {
39
+ "each": "FEEL: previous"
40
+ }
41
+ }
42
+ ]
43
+ },
44
+ "pins": []
45
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "common",
3
+ "description": "common actions.",
4
+ "metadata": {
5
+ "color": "#3b82f6"
6
+ },
7
+ "libraries": {
8
+ "@digipair/skill-basic": "latest",
9
+ "@digipair/skill-factory": "latest",
10
+ "@digipair/skill-service": "latest",
11
+ "@digipair/skill-chatbot": "latest",
12
+ "@digipair/skill-dsp": "latest",
13
+ "@digipair/skill-sse": "latest",
14
+ "@digipair/skill-common": "latest",
15
+ "@digipair/skill-debug": "latest",
16
+ "@digipair/skill-mcp": "latest",
17
+ "@digipair/skill-web": "latest",
18
+ "@digipair/skill-web-chatbot": "latest",
19
+ "@digipair/skill-web-inputs": "latest"
20
+ },
21
+ "variables": {},
22
+ "privates": {}
23
+ }
@@ -62,7 +62,7 @@
62
62
  "element": "setReasoning",
63
63
  "properties": {
64
64
  "digipair": "{{request.body.context.digipair}}",
65
- "reasoning": "FEEL: \nif request.body.context.element = \"boost\" then \n \"boost-\" + request.body.prompt \nelse if request.body.context.element = \"action\" then \n \"action-\" + request.body.prompt \nelse if request.body.context.element = \"trigger\" then \n \"trigger-\" + request.body.prompt \nelse\n request.body.prompt",
65
+ "reasoning": "FEEL: \nif previous.element = \"boost\" then \n \"boost-\" + kebabCase(request.body.prompt) \nelse if previous.element = \"action\" then \n \"action-\" + kebabCase(request.body.prompt) \nelse if previous.element = \"trigger\" then \n \"trigger-\" + kebabCase(request.body.prompt) \nelse\n kebabCase(request.body.prompt)",
66
66
  "value": {
67
67
  "summary": "{{variables.infos.reasoning}}",
68
68
  "description": "{{variables.infos.description}}",
@@ -57,6 +57,14 @@
57
57
  "reasoning": "{{request.body.context.reasoning}}"
58
58
  }
59
59
  },
60
+ {
61
+ "library": "@digipair/skill-git",
62
+ "element": "commit"
63
+ },
64
+ {
65
+ "library": "@digipair/skill-git",
66
+ "element": "push"
67
+ },
60
68
  {
61
69
  "library": "digipair:studio",
62
70
  "element": "action-answer",
@@ -75,4 +83,4 @@
75
83
  ]
76
84
  },
77
85
  "pins": []
78
- }
86
+ }
@@ -21,7 +21,7 @@
21
21
  "library": "digipair:studio",
22
22
  "element": "action-answer",
23
23
  "properties": {
24
- "assistant": "What is the summary of this new MCP {{variables.workerType}} agent?",
24
+ "assistant": "What is the summary of this new MCP {{variables.toolType}} agent?",
25
25
  "boost": [{ "prompt": true, "required": true, "step": "Api" }]
26
26
  }
27
27
  }
@@ -110,6 +110,14 @@
110
110
  "digipair": "FEEL: request.body.inputs[1].value.digipair"
111
111
  }
112
112
  },
113
+ {
114
+ "library": "@digipair/skill-git",
115
+ "element": "commit"
116
+ },
117
+ {
118
+ "library": "@digipair/skill-git",
119
+ "element": "push"
120
+ },
113
121
  {
114
122
  "library": "digipair:studio",
115
123
  "element": "action-answer",
@@ -129,6 +129,14 @@
129
129
  "digipair": "FEEL: variables.digipairId"
130
130
  }
131
131
  },
132
+ {
133
+ "library": "@digipair/skill-git",
134
+ "element": "commit"
135
+ },
136
+ {
137
+ "library": "@digipair/skill-git",
138
+ "element": "push"
139
+ },
132
140
  {
133
141
  "library": "digipair:studio",
134
142
  "element": "action-answer",
@@ -195,6 +195,14 @@
195
195
  "digipair": "FEEL: request.body.inputs[1].value.digipair"
196
196
  }
197
197
  },
198
+ {
199
+ "library": "@digipair/skill-git",
200
+ "element": "commit"
201
+ },
202
+ {
203
+ "library": "@digipair/skill-git",
204
+ "element": "push"
205
+ },
198
206
  {
199
207
  "library": "digipair:studio",
200
208
  "element": "action-answer",
@@ -93,6 +93,14 @@
93
93
  "digipair": "FEEL: variables.digipairId"
94
94
  }
95
95
  },
96
+ {
97
+ "library": "@digipair/skill-git",
98
+ "element": "commit"
99
+ },
100
+ {
101
+ "library": "@digipair/skill-git",
102
+ "element": "push"
103
+ },
96
104
  {
97
105
  "library": "digipair:studio",
98
106
  "element": "action-answer",
@@ -74,6 +74,14 @@
74
74
  }
75
75
  }
76
76
  },
77
+ {
78
+ "library": "@digipair/skill-git",
79
+ "element": "commit"
80
+ },
81
+ {
82
+ "library": "@digipair/skill-git",
83
+ "element": "push"
84
+ },
77
85
  {
78
86
  "library": "digipair:studio",
79
87
  "element": "action-answer",
@@ -95,4 +103,4 @@
95
103
  ]
96
104
  },
97
105
  "pins": []
98
- }
106
+ }
@@ -110,6 +110,14 @@
110
110
  "digipair": "FEEL: request.body.inputs[1].value.digipair"
111
111
  }
112
112
  },
113
+ {
114
+ "library": "@digipair/skill-git",
115
+ "element": "commit"
116
+ },
117
+ {
118
+ "library": "@digipair/skill-git",
119
+ "element": "push"
120
+ },
113
121
  {
114
122
  "library": "digipair:studio",
115
123
  "element": "action-answer",
@@ -85,6 +85,14 @@
85
85
  "digipair": "FEEL: variables.digipairId"
86
86
  }
87
87
  },
88
+ {
89
+ "library": "@digipair/skill-git",
90
+ "element": "commit"
91
+ },
92
+ {
93
+ "library": "@digipair/skill-git",
94
+ "element": "push"
95
+ },
88
96
  {
89
97
  "library": "digipair:studio",
90
98
  "element": "action-answer",
@@ -74,6 +74,14 @@
74
74
  }
75
75
  }
76
76
  },
77
+ {
78
+ "library": "@digipair/skill-git",
79
+ "element": "commit"
80
+ },
81
+ {
82
+ "library": "@digipair/skill-git",
83
+ "element": "push"
84
+ },
77
85
  {
78
86
  "library": "digipair:studio",
79
87
  "element": "action-answer",
@@ -95,4 +103,4 @@
95
103
  ]
96
104
  },
97
105
  "pins": []
98
- }
106
+ }
@@ -225,6 +225,14 @@
225
225
  "digipair": "common",
226
226
  "value": "FEEL: context merge(\n previous,\n { \n privates: variables.privates\n }\n)"
227
227
  }
228
+ },
229
+ {
230
+ "library": "@digipair/skill-git",
231
+ "element": "commit"
232
+ },
233
+ {
234
+ "library": "@digipair/skill-git",
235
+ "element": "push"
228
236
  }
229
237
  ]
230
238
  }
@@ -309,4 +317,4 @@
309
317
  ]
310
318
  },
311
319
  "pins": []
312
- }
320
+ }
@@ -483,6 +483,14 @@
483
483
  "conditions": {
484
484
  "if": "FEEL: variables.avatar != null"
485
485
  }
486
+ },
487
+ {
488
+ "library": "@digipair/skill-git",
489
+ "element": "commit"
490
+ },
491
+ {
492
+ "library": "@digipair/skill-git",
493
+ "element": "push"
486
494
  }
487
495
  ]
488
496
  }
@@ -567,4 +575,4 @@
567
575
  ]
568
576
  },
569
577
  "pins": []
570
- }
578
+ }
@@ -317,6 +317,14 @@
317
317
  "reasoning": "FEEL: request.params[2]",
318
318
  "value": "FEEL: context merge(previous, { summary: variables.summary, description: variables.description })"
319
319
  }
320
+ },
321
+ {
322
+ "library": "@digipair/skill-git",
323
+ "element": "commit"
324
+ },
325
+ {
326
+ "library": "@digipair/skill-git",
327
+ "element": "push"
320
328
  }
321
329
  ]
322
330
  }
@@ -402,4 +410,4 @@
402
410
  ]
403
411
  },
404
412
  "pins": []
405
- }
413
+ }
@@ -184,6 +184,14 @@
184
184
  "reasoning": "{{request.params.[1]}}",
185
185
  "value": "FEEL: parent.previous"
186
186
  }
187
+ },
188
+ {
189
+ "library": "@digipair/skill-git",
190
+ "element": "commit"
191
+ },
192
+ {
193
+ "library": "@digipair/skill-git",
194
+ "element": "push"
187
195
  }
188
196
  ]
189
197
  }
@@ -360,4 +368,4 @@
360
368
  "confirmBeforeUnload": "true"
361
369
  },
362
370
  "pins": []
363
- }
371
+ }
@@ -186,6 +186,14 @@
186
186
  "reasoning": "{{request.params.[1]}}",
187
187
  "value": "FEEL: parent.previous"
188
188
  }
189
+ },
190
+ {
191
+ "library": "@digipair/skill-git",
192
+ "element": "commit"
193
+ },
194
+ {
195
+ "library": "@digipair/skill-git",
196
+ "element": "push"
189
197
  }
190
198
  ]
191
199
  }
@@ -290,4 +298,4 @@
290
298
  "confirmBeforeUnload": "true"
291
299
  },
292
300
  "pins": []
293
- }
301
+ }
@@ -272,6 +272,14 @@
272
272
  "digipair": "{{request.params.[0]}}",
273
273
  "reasoning": "{{item.id}}"
274
274
  }
275
+ },
276
+ {
277
+ "library": "@digipair/skill-git",
278
+ "element": "commit"
279
+ },
280
+ {
281
+ "library": "@digipair/skill-git",
282
+ "element": "push"
275
283
  }
276
284
  ]
277
285
  }
@@ -504,6 +512,14 @@
504
512
  "properties": {
505
513
  "id": "{{item.id}}"
506
514
  }
515
+ },
516
+ {
517
+ "library": "@digipair/skill-git",
518
+ "element": "commit"
519
+ },
520
+ {
521
+ "library": "@digipair/skill-git",
522
+ "element": "push"
507
523
  }
508
524
  ]
509
525
  }
@@ -547,6 +563,14 @@
547
563
  "properties": {
548
564
  "id": "{{item.id}}"
549
565
  }
566
+ },
567
+ {
568
+ "library": "@digipair/skill-git",
569
+ "element": "commit"
570
+ },
571
+ {
572
+ "library": "@digipair/skill-git",
573
+ "element": "push"
550
574
  }
551
575
  ]
552
576
  }
@@ -590,6 +614,14 @@
590
614
  "properties": {
591
615
  "id": "{{item.id}}"
592
616
  }
617
+ },
618
+ {
619
+ "library": "@digipair/skill-git",
620
+ "element": "commit"
621
+ },
622
+ {
623
+ "library": "@digipair/skill-git",
624
+ "element": "push"
593
625
  }
594
626
  ]
595
627
  }
@@ -727,6 +759,14 @@
727
759
  "digipair": "FEEL: request.params[1]",
728
760
  "value": "FEEL: previous"
729
761
  }
762
+ },
763
+ {
764
+ "library": "@digipair/skill-git",
765
+ "element": "commit"
766
+ },
767
+ {
768
+ "library": "@digipair/skill-git",
769
+ "element": "push"
730
770
  }
731
771
  ]
732
772
  }
@@ -880,6 +920,14 @@
880
920
  "digipair": "FEEL: request.params[1]",
881
921
  "value": "FEEL: previous"
882
922
  }
923
+ },
924
+ {
925
+ "library": "@digipair/skill-git",
926
+ "element": "commit"
927
+ },
928
+ {
929
+ "library": "@digipair/skill-git",
930
+ "element": "push"
883
931
  }
884
932
  ]
885
933
  }
@@ -187,6 +187,14 @@
187
187
  "digipair": "FEEL: request.params[1]",
188
188
  "value": "FEEL: previous"
189
189
  }
190
+ },
191
+ {
192
+ "library": "@digipair/skill-git",
193
+ "element": "commit"
194
+ },
195
+ {
196
+ "library": "@digipair/skill-git",
197
+ "element": "push"
190
198
  }
191
199
  ]
192
200
  }
@@ -219,6 +219,14 @@
219
219
  "properties": {
220
220
  "digipair": "{{item.infos.id}}"
221
221
  }
222
+ },
223
+ {
224
+ "library": "@digipair/skill-git",
225
+ "element": "commit"
226
+ },
227
+ {
228
+ "library": "@digipair/skill-git",
229
+ "element": "push"
222
230
  }
223
231
  ]
224
232
  }
@@ -550,6 +550,14 @@
550
550
  "conditions": {
551
551
  "if": "FEEL: variables.avatar != null"
552
552
  }
553
+ },
554
+ {
555
+ "library": "@digipair/skill-git",
556
+ "element": "commit"
557
+ },
558
+ {
559
+ "library": "@digipair/skill-git",
560
+ "element": "push"
553
561
  }
554
562
  ]
555
563
  }
@@ -325,6 +325,14 @@
325
325
  "reasoning": "FEEL: request.params[2]",
326
326
  "value": "FEEL: context merge(previous, { summary: variables.summary, description: variables.description })"
327
327
  }
328
+ },
329
+ {
330
+ "library": "@digipair/skill-git",
331
+ "element": "commit"
332
+ },
333
+ {
334
+ "library": "@digipair/skill-git",
335
+ "element": "push"
328
336
  }
329
337
  ]
330
338
  }
@@ -412,4 +420,4 @@
412
420
  "pins": [],
413
421
  "digipair": "studio",
414
422
  "id": "worker-task-edit"
415
- }
423
+ }
@@ -184,6 +184,14 @@
184
184
  "reasoning": "{{request.params.[1]}}",
185
185
  "value": "FEEL: parent.previous"
186
186
  }
187
+ },
188
+ {
189
+ "library": "@digipair/skill-git",
190
+ "element": "commit"
191
+ },
192
+ {
193
+ "library": "@digipair/skill-git",
194
+ "element": "push"
187
195
  }
188
196
  ]
189
197
  }
@@ -360,4 +368,4 @@
360
368
  "confirmBeforeUnload": "true"
361
369
  },
362
370
  "pins": []
363
- }
371
+ }
@@ -186,6 +186,14 @@
186
186
  "reasoning": "{{request.params.[1]}}",
187
187
  "value": "FEEL: parent.previous"
188
188
  }
189
+ },
190
+ {
191
+ "library": "@digipair/skill-git",
192
+ "element": "commit"
193
+ },
194
+ {
195
+ "library": "@digipair/skill-git",
196
+ "element": "push"
189
197
  }
190
198
  ]
191
199
  }
@@ -290,4 +298,4 @@
290
298
  "confirmBeforeUnload": "true"
291
299
  },
292
300
  "pins": []
293
- }
301
+ }