@nanobpm/nano-workforce 0.26.0 → 0.27.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 CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.27.0](https://github.com/nanobpm/nano-workforce/compare/v0.26.0...v0.27.0) (2026-08-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * adopt @nanobpm/urban 0.27.0 for the themed console embed ([#81](https://github.com/nanobpm/nano-workforce/issues/81)) ([11ffecb](https://github.com/nanobpm/nano-workforce/commit/11ffecb3897a1ba5d57a9cda49f6859648c66f85)), closes [122/#123](https://github.com/nanobpm/nano-workforce/issues/123)
7
+
1
8
  # [0.26.0](https://github.com/jwulf/urban-pr-review/compare/v0.25.0...v0.26.0) (2026-08-08)
2
9
 
3
10
 
package/README.md CHANGED
@@ -7,7 +7,7 @@ every resulting pull request to **review convergence** against an automated
7
7
  reviewer, and **merges** it — escalating to a human only when an agent is stuck or
8
8
  a round cap is hit.
9
9
 
10
- It is a [Nano](https://github.com/jwulf/nano-ide) **Urban app**: a set of durable
10
+ It is a [Nano](https://nanobpm.io) **Urban app**: a set of durable
11
11
  BPMN processes (`resources/processes/*.bpmn`) executed by the Nano engine, with the
12
12
  orchestration graph — planning, implementation, review, and merge — modelled
13
13
  explicitly so the whole lifecycle survives restarts, latency, and failure.
package/deno.json CHANGED
@@ -6,7 +6,7 @@
6
6
  ]
7
7
  },
8
8
  "imports": {
9
- "@nanobpm/urban": "npm:@nanobpm/urban@^0.24.0"
9
+ "@nanobpm/urban": "npm:@nanobpm/urban@^0.27.0"
10
10
  },
11
11
  "tasks": {
12
12
  "start": "deno run --allow-net --allow-read --allow-write --allow-run=gh --allow-env main.ts",
package/deno.lock CHANGED
@@ -3,6 +3,7 @@
3
3
  "specifiers": {
4
4
  "jsr:@std/assert@1": "1.0.19",
5
5
  "jsr:@std/internal@^1.0.12": "1.0.14",
6
+ "npm:@nanobpm/urban@0.27": "0.27.0",
6
7
  "npm:@semantic-release/changelog@^6.0.3": "6.0.3_semantic-release@24.2.9__typescript@5.9.3_typescript@5.9.3",
7
8
  "npm:@semantic-release/git@^10.0.1": "10.0.1_semantic-release@24.2.9__typescript@5.9.3_typescript@5.9.3",
8
9
  "npm:@semantic-release/npm@^13.1.5": "13.1.5_semantic-release@24.2.9__typescript@5.9.3",
@@ -66,8 +67,8 @@
66
67
  "@colors/colors@1.5.0": {
67
68
  "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ=="
68
69
  },
69
- "@nanobpm/nano-app-schema@0.1.0": {
70
- "integrity": "sha512-DquJmAw8Ke/cWjz6Se2PxmXZ7J35uy9BH8Aib1vfw3ivP+pKx2s6mL7du0D6MvfNuqEyj0+DNLIJPbRsFCbtGA==",
70
+ "@nanobpm/nano-app-schema@0.3.0": {
71
+ "integrity": "sha512-bz7wqYsfetcSMYIMW2e1rmbE2k844TCtXWwBd+uVV/s3iRsi09Ff0WMaBEZWuvBPopwHhD2JATCNCXdEBULjfA==",
71
72
  "dependencies": [
72
73
  "bpmn-moddle@9.0.4",
73
74
  "dmn-moddle",
@@ -81,8 +82,8 @@
81
82
  "ws"
82
83
  ]
83
84
  },
84
- "@nanobpm/urban@0.23.0": {
85
- "integrity": "sha512-pmeAn2HLkQcgs7spmzXbiMC7U6L8075e21/H9nOnicjwXbojADCHEB9XFMbWYXPaflE8YaT0OtWPOJbcGhlYug==",
85
+ "@nanobpm/urban@0.27.0": {
86
+ "integrity": "sha512-FjGv0ttj2TqRTvYUjHDKwBWmZImn17VWjbYVmy6cMAjhtGa5cFsuJOWHwV1WTdkJhcvC3WcsjB6gaAxYQNzglg==",
86
87
  "dependencies": [
87
88
  "@nanobpm/nano-app-schema",
88
89
  "@nanobpm/nano-sdk",
@@ -92,8 +93,8 @@
92
93
  ],
93
94
  "bin": true
94
95
  },
95
- "@nanobpm/workflow@0.8.0_bpmn-auto-layout@2.0.0-alpha.2": {
96
- "integrity": "sha512-hJ/wpdP87U76eTfQ7cMEmQkyouFN86xSWGF0FKNm8zVzffcTJ4k80FsXlgjQuzffnmqCa8eypITtbsQLrWHHyg==",
96
+ "@nanobpm/workflow@0.8.1_bpmn-auto-layout@2.0.0-alpha.2": {
97
+ "integrity": "sha512-Ql6sMGc6uKKRHWR4KBtAz4xmVbMmKpgTYmLQfWbTDCKqyUk0s4DS+xocdto6tymSY4PJeIAOyOLvKaFfW5WHrA==",
97
98
  "dependencies": [
98
99
  "@nanobpm/nano-sdk",
99
100
  "bpmn-auto-layout"
@@ -571,8 +572,8 @@
571
572
  "typescript"
572
573
  ]
573
574
  },
574
- "create-urban-app@0.5.1": {
575
- "integrity": "sha512-nBddAIPVXhEZzolbljVZP9FystHVX0qfLdmWrwEx/c3yslpW784V5Hy9hFqRK8U9zbwpCUYu+7FLp97gA+IICg==",
575
+ "create-urban-app@0.7.0": {
576
+ "integrity": "sha512-N8VxbuFIrnycSYiFBIxKGpRKGuUa3U+rgRWCsqULPnJprbb9cqv7EYLL6R+4cziZ0S2a+HLyy0K0NOk0Cvyhew==",
576
577
  "bin": true
577
578
  },
578
579
  "cross-spawn@7.0.6": {
@@ -1705,8 +1706,8 @@
1705
1706
  "strip-ansi"
1706
1707
  ]
1707
1708
  },
1708
- "ws@8.21.2": {
1709
- "integrity": "sha512-54dMVAo4WIe6SKy3vBgN+9bJZqqQ8IMRevAkOLQALhi49qkkQDQfWdAZ8KQlXiEabw88ARXXdUrlvtbKQX+aKw=="
1709
+ "ws@8.21.3": {
1710
+ "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw=="
1710
1711
  },
1711
1712
  "xtend@4.0.2": {
1712
1713
  "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
@@ -1756,11 +1757,11 @@
1756
1757
  },
1757
1758
  "workspace": {
1758
1759
  "dependencies": [
1759
- "npm:@nanobpm/urban@0.24"
1760
+ "npm:@nanobpm/urban@0.27"
1760
1761
  ],
1761
1762
  "packageJson": {
1762
1763
  "dependencies": [
1763
- "npm:@nanobpm/urban@0.24",
1764
+ "npm:@nanobpm/urban@0.27",
1764
1765
  "npm:@semantic-release/changelog@^6.0.3",
1765
1766
  "npm:@semantic-release/git@^10.0.1",
1766
1767
  "npm:@semantic-release/npm@^13.1.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanobpm/nano-workforce",
3
- "version": "0.26.0",
3
+ "version": "0.27.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",
@@ -40,7 +40,7 @@
40
40
  "test": "deno test -A"
41
41
  },
42
42
  "dependencies": {
43
- "@nanobpm/urban": "^0.24.0"
43
+ "@nanobpm/urban": "^0.27.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@semantic-release/changelog": "^6.0.3",