@nanobpm/nano-workforce 0.106.2 → 0.106.3
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/resources/processes/retro.bpmn +30 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.106.3](https://github.com/nanobpm/nano-workforce/compare/v0.106.2...v0.106.3) (2026-08-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **models:** regenerate stale retro.bpmn DI ([#365](https://github.com/nanobpm/nano-workforce/issues/365)) ([5619ee5](https://github.com/nanobpm/nano-workforce/commit/5619ee5805fb788ae5deebeb75bb0aa11f9c478d)), closes [355/#356](https://github.com/nanobpm/nano-workforce/issues/356)
|
|
7
|
+
|
|
1
8
|
## [0.106.2](https://github.com/nanobpm/nano-workforce/compare/v0.106.1...v0.106.2) (2026-08-20)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanobpm/nano-workforce",
|
|
3
|
-
"version": "0.106.
|
|
3
|
+
"version": "0.106.3",
|
|
4
4
|
"description": "Nano Workforce — an Agent Graph Orchestration application for Agentic SDLC: durable BPMN processes that coordinate a graph of AI agents across the software delivery lifecycle.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "main.ts",
|
|
@@ -146,27 +146,27 @@
|
|
|
146
146
|
<dc:Bounds x="616" y="80" width="100" height="80" />
|
|
147
147
|
</bpmndi:BPMNShape>
|
|
148
148
|
<bpmndi:BPMNShape id="BPMNShape_gw-deviations" bpmnElement="gw-deviations" isMarkerVisible="true">
|
|
149
|
-
<dc:Bounds x="
|
|
149
|
+
<dc:Bounds x="816" y="95" width="50" height="50" />
|
|
150
150
|
<bpmndi:BPMNLabel>
|
|
151
|
-
<dc:Bounds x="
|
|
151
|
+
<dc:Bounds x="801" y="76" width="81" height="14" />
|
|
152
152
|
</bpmndi:BPMNLabel>
|
|
153
153
|
</bpmndi:BPMNShape>
|
|
154
154
|
<bpmndi:BPMNShape id="BPMNShape_conformance-escalation" bpmnElement="conformance-escalation">
|
|
155
|
-
<dc:Bounds x="
|
|
155
|
+
<dc:Bounds x="966" y="240" width="100" height="80" />
|
|
156
156
|
</bpmndi:BPMNShape>
|
|
157
157
|
<bpmndi:BPMNShape id="BPMNShape_record-conformance-ack" bpmnElement="record-conformance-ack">
|
|
158
|
-
<dc:Bounds x="
|
|
158
|
+
<dc:Bounds x="1166" y="240" width="100" height="80" />
|
|
159
159
|
</bpmndi:BPMNShape>
|
|
160
160
|
<bpmndi:BPMNShape id="BPMNShape_synthesize" bpmnElement="synthesize">
|
|
161
|
-
<dc:Bounds x="
|
|
161
|
+
<dc:Bounds x="1366" y="80" width="100" height="80" />
|
|
162
162
|
</bpmndi:BPMNShape>
|
|
163
163
|
<bpmndi:BPMNShape id="BPMNShape_record" bpmnElement="record">
|
|
164
|
-
<dc:Bounds x="
|
|
164
|
+
<dc:Bounds x="1566" y="80" width="100" height="80" />
|
|
165
165
|
</bpmndi:BPMNShape>
|
|
166
166
|
<bpmndi:BPMNShape id="BPMNShape_End" bpmnElement="End">
|
|
167
|
-
<dc:Bounds x="
|
|
167
|
+
<dc:Bounds x="1766" y="102" width="36" height="36" />
|
|
168
168
|
<bpmndi:BPMNLabel>
|
|
169
|
-
<dc:Bounds x="
|
|
169
|
+
<dc:Bounds x="1744" y="143" width="80" height="14" />
|
|
170
170
|
</bpmndi:BPMNLabel>
|
|
171
171
|
</bpmndi:BPMNShape>
|
|
172
172
|
<bpmndi:BPMNEdge id="BPMNEdge_f_start" bpmnElement="f_start">
|
|
@@ -183,32 +183,36 @@
|
|
|
183
183
|
</bpmndi:BPMNEdge>
|
|
184
184
|
<bpmndi:BPMNEdge id="BPMNEdge_f_toDeviationsGw" bpmnElement="f_toDeviationsGw">
|
|
185
185
|
<di:waypoint x="716" y="120" />
|
|
186
|
-
<di:waypoint x="
|
|
186
|
+
<di:waypoint x="816" y="120" />
|
|
187
187
|
</bpmndi:BPMNEdge>
|
|
188
188
|
<bpmndi:BPMNEdge id="BPMNEdge_f_noDeviations" bpmnElement="f_noDeviations">
|
|
189
|
-
<di:waypoint x="
|
|
190
|
-
<di:waypoint x="
|
|
189
|
+
<di:waypoint x="866" y="120" />
|
|
190
|
+
<di:waypoint x="1366" y="120" />
|
|
191
|
+
</bpmndi:BPMNEdge>
|
|
192
|
+
<bpmndi:BPMNEdge id="BPMNEdge_f_toRecord" bpmnElement="f_toRecord">
|
|
193
|
+
<di:waypoint x="1466" y="120" />
|
|
194
|
+
<di:waypoint x="1566" y="120" />
|
|
195
|
+
</bpmndi:BPMNEdge>
|
|
196
|
+
<bpmndi:BPMNEdge id="BPMNEdge_f_toEnd" bpmnElement="f_toEnd">
|
|
197
|
+
<di:waypoint x="1666" y="120" />
|
|
198
|
+
<di:waypoint x="1766" y="120" />
|
|
191
199
|
</bpmndi:BPMNEdge>
|
|
192
200
|
<bpmndi:BPMNEdge id="BPMNEdge_f_deviations" bpmnElement="f_deviations">
|
|
193
|
-
<di:waypoint x="
|
|
194
|
-
<di:waypoint x="
|
|
201
|
+
<di:waypoint x="841" y="145" />
|
|
202
|
+
<di:waypoint x="841" y="280" />
|
|
203
|
+
<di:waypoint x="966" y="280" />
|
|
204
|
+
<bpmndi:BPMNLabel>
|
|
205
|
+
<dc:Bounds x="846" y="206" width="74" height="14" />
|
|
206
|
+
</bpmndi:BPMNLabel>
|
|
195
207
|
</bpmndi:BPMNEdge>
|
|
196
208
|
<bpmndi:BPMNEdge id="BPMNEdge_f_toConformanceAck" bpmnElement="f_toConformanceAck">
|
|
197
|
-
<di:waypoint x="
|
|
198
|
-
<di:waypoint x="
|
|
209
|
+
<di:waypoint x="1066" y="280" />
|
|
210
|
+
<di:waypoint x="1166" y="280" />
|
|
199
211
|
</bpmndi:BPMNEdge>
|
|
200
212
|
<bpmndi:BPMNEdge id="BPMNEdge_f_ackToSynthesize" bpmnElement="f_ackToSynthesize">
|
|
201
|
-
<di:waypoint x="
|
|
202
|
-
<di:waypoint x="
|
|
203
|
-
<di:waypoint x="
|
|
204
|
-
</bpmndi:BPMNEdge>
|
|
205
|
-
<bpmndi:BPMNEdge id="BPMNEdge_f_toRecord" bpmnElement="f_toRecord">
|
|
206
|
-
<di:waypoint x="1156" y="120" />
|
|
207
|
-
<di:waypoint x="1256" y="120" />
|
|
208
|
-
</bpmndi:BPMNEdge>
|
|
209
|
-
<bpmndi:BPMNEdge id="BPMNEdge_f_toEnd" bpmnElement="f_toEnd">
|
|
210
|
-
<di:waypoint x="1356" y="120" />
|
|
211
|
-
<di:waypoint x="1456" y="120" />
|
|
213
|
+
<di:waypoint x="1266" y="280" />
|
|
214
|
+
<di:waypoint x="1416" y="280" />
|
|
215
|
+
<di:waypoint x="1416" y="160" />
|
|
212
216
|
</bpmndi:BPMNEdge>
|
|
213
217
|
</bpmndi:BPMNPlane>
|
|
214
218
|
</bpmndi:BPMNDiagram>
|