@nanobpm/nano-workforce 0.41.0 → 0.42.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/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/pages/home.page.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [0.42.0](https://github.com/nanobpm/nano-workforce/compare/v0.41.0...v0.42.0) (2026-08-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **ui:** checkbox to run convergence without auto-merge ([#121](https://github.com/nanobpm/nano-workforce/issues/121)) ([8883026](https://github.com/nanobpm/nano-workforce/commit/8883026d552855c8a25c526d22ef2aa83ac9f298)), closes [#115](https://github.com/nanobpm/nano-workforce/issues/115)
|
|
7
|
+
|
|
1
8
|
# [0.41.0](https://github.com/nanobpm/nano-workforce/compare/v0.40.2...v0.41.0) (2026-08-11)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanobpm/nano-workforce",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
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",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"lint:fix": "biome check --write app operations workers pages components scripts main.ts"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@nanobpm/urban": "^0.
|
|
48
|
+
"@nanobpm/urban": "^0.42.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@biomejs/biome": "^2.4.11",
|
package/pages/home.page.json
CHANGED
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
"action": { "path": "/app/api/actions/start/convergence-loop", "body": "{{form}}" },
|
|
37
37
|
"fields": [
|
|
38
38
|
{ "key": "pr", "label": "owner/repo#123 or a GitHub PR URL", "type": "text" },
|
|
39
|
-
{ "key": "maxRounds", "label": "Max review rounds (blank = fleet default)", "type": "number" }
|
|
39
|
+
{ "key": "maxRounds", "label": "Max review rounds (blank = fleet default)", "type": "number" },
|
|
40
|
+
{ "key": "convergeOnly", "label": "Converge only — stop at review consensus, do not merge", "type": "checkbox" }
|
|
40
41
|
]
|
|
41
42
|
}
|
|
42
43
|
},
|