@nanobpm/nano-workforce 0.96.0 → 0.96.1

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.96.1](https://github.com/nanobpm/nano-workforce/compare/v0.96.0...v0.96.1) (2026-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **pages:** redesign the Epics table to a lean 6-column list ([#327](https://github.com/nanobpm/nano-workforce/issues/327)) ([#328](https://github.com/nanobpm/nano-workforce/issues/328)) ([b5842b3](https://github.com/nanobpm/nano-workforce/commit/b5842b33c89abb2db0aa6161fdddf32293452771)), closes [#87](https://github.com/nanobpm/nano-workforce/issues/87)
7
+
1
8
  # [0.96.0](https://github.com/nanobpm/nano-workforce/compare/v0.95.0...v0.96.0) (2026-08-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanobpm/nano-workforce",
3
- "version": "0.96.0",
3
+ "version": "0.96.1",
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",
@@ -75,15 +75,9 @@
75
75
  { "label": "All", "filter": [] }
76
76
  ],
77
77
  "columns": [
78
- { "field": "title", "template": "{{title}}", "header": "Item", "subtitleField": "plan_key", "truncate": true, "width": "34%", "link": { "kind": "page", "page": "epic-detail", "keyField": "plan_key" } },
79
- { "field": "epic_phase", "header": "Phase" },
80
- { "field": "status", "header": "Status", "link": { "kind": "processExplorer", "keyField": "process_key" } },
81
- { "field": "delivery", "header": "Delivery" },
82
- { "field": "wait_gate_label", "header": "Wait gate" },
83
- { "field": "promotion_state", "header": "Promotion" },
84
- { "field": "delivery_label", "header": "Landing" },
85
- { "field": "base_branch", "header": "Base branch" },
86
- { "field": "wave_label", "header": "Wave" },
78
+ { "field": "title", "template": "{{title}}", "header": "Item", "subtitleField": "plan_key", "truncate": true, "width": "38%", "link": { "kind": "page", "page": "epic-detail", "keyField": "plan_key" } },
79
+ { "field": "epic_phase", "header": "Phase", "link": { "kind": "processExplorer", "keyField": "process_key" } },
80
+ { "field": "delivery_label", "header": "Delivery", "truncate": true },
87
81
  { "field": "task_count", "header": "Tasks" },
88
82
  { "field": "issue_number", "header": "Issue", "linkField": "issue_url" },
89
83
  { "field": "updated_at", "header": "Updated", "width": "9rem", "format": "datetime" }