Skip to content

Commit 8791b3c

Browse files
Add frontend workbench break packet export
1 parent 5eefcbb commit 8791b3c

4 files changed

Lines changed: 39794 additions & 562 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 2026-05-28 — Frontend Workbench Data Model v2 Milestone
4+
5+
### Changed
6+
7+
- Extended `frontend_workbench_exporter.py` to produce richer break packets for the Next.js workbench.
8+
- Added `breakPacketsByExceptionId` to `frontend/public/demo-data/workbench-data.json`.
9+
- Added packet-level context including summary, bank side, ledger side, lifecycle, action recommendation, evidence, related candidates, and raw exception data.
10+
- Added test coverage for frontend workbench break packet export.
11+
12+
### Design Notes
13+
14+
- The frontend data model now supports deeper workbench interactions.
15+
- The Next.js workbench no longer needs to infer all context from shallow queue, evidence, and candidate maps.
16+
- This prepares the UI for drill-down panels, richer action workflow, and more complete candidate review.
17+
- The exported data remains synthetic/demo-only.
18+
319
## 2026-05-28 — Salt-Aligned Status Indicators Milestone
420

521
### Changed

0 commit comments

Comments
 (0)