@nanobpm/nano-workforce 0.47.0 → 0.48.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.48.0](https://github.com/nanobpm/nano-workforce/compare/v0.47.0...v0.48.0) (2026-08-12)
2
+
3
+
4
+ ### Features
5
+
6
+ * **pages:** render PR incident as a red badge on the home grid ([#132](https://github.com/nanobpm/nano-workforce/issues/132)) ([7a58015](https://github.com/nanobpm/nano-workforce/commit/7a58015676b8d0ca6ec7b28c7943504b5f3dfb0e)), closes [#94](https://github.com/nanobpm/nano-workforce/issues/94)
7
+
1
8
  # [0.47.0](https://github.com/nanobpm/nano-workforce/compare/v0.46.2...v0.47.0) (2026-08-12)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanobpm/nano-workforce",
3
- "version": "0.47.0",
3
+ "version": "0.48.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",
@@ -46,7 +46,7 @@
46
46
  "lint:fix": "biome check --write app operations workers pages components scripts e2e main.ts"
47
47
  },
48
48
  "dependencies": {
49
- "@nanobpm/urban": "^0.42.0"
49
+ "@nanobpm/urban": "^0.43.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@biomejs/biome": "^2.4.11",
@@ -87,7 +87,7 @@
87
87
  "columns": [
88
88
  { "field": "pr_key", "header": "PR", "linkField": "url" },
89
89
  { "field": "status", "header": "Status", "link": { "kind": "processExplorer", "keyField": "process_key" } },
90
- { "field": "incident_message", "header": "Incident" },
90
+ { "field": "incident_message", "header": "Incident", "badge": { "tone": "danger", "label": "1" } },
91
91
  { "field": "current_round", "header": "Round" },
92
92
  { "field": "active_worker", "header": "Agent" },
93
93
  { "field": "updated_at", "header": "Updated" }