diff --git a/backlog/tasks/task-82 - Sankey-proportional-edges-node-satisfaction-bars-in-rFunds-diagram.md b/backlog/tasks/task-82 - Sankey-proportional-edges-node-satisfaction-bars-in-rFunds-diagram.md
new file mode 100644
index 0000000..a5eac66
--- /dev/null
+++ b/backlog/tasks/task-82 - Sankey-proportional-edges-node-satisfaction-bars-in-rFunds-diagram.md
@@ -0,0 +1,38 @@
+---
+id: TASK-82
+title: Sankey-proportional edges + node satisfaction bars in rFunds diagram
+status: Done
+assignee: []
+created_date: '2026-03-03 05:32'
+labels:
+ - rfunds
+ - visualization
+dependencies: []
+references:
+ - modules/rfunds/components/folk-funds-app.ts
+ - modules/rfunds/components/funds.css
+ - modules/rfunds/lib/simulation.ts
+priority: medium
+---
+
+## Description
+
+
+Edge widths now reflect actual dollar flow (source rates, overflow excess, spending drain) instead of just allocation percentages. Zero-flow paths render as ghost edges. Edge labels show dollar amounts alongside percentages. Funnel nodes display an inflow satisfaction bar. Outcome progress bars enhanced with dollar labels.
+
+
+## Acceptance Criteria
+
+- [ ] #1 Edge widths proportional to actual dollar flow per edge
+- [ ] #2 Ghost edges (dashed, low opacity) for zero-flow paths
+- [ ] #3 Edge labels show dollar amounts: $2.5k (50%)
+- [ ] #4 Funnel nodes show inflow satisfaction bar (green = received, grey = gap)
+- [ ] #5 Outcome nodes have enhanced 8px progress bars with dollar labels
+- [ ] #6 Clean tsc and vite build with no errors
+
+
+## Final Summary
+
+
+Implemented in commit e644797 on dev branch. Modified `folk-funds-app.ts` (renderAllEdges two-pass with EdgeInfo, computeInflowSatisfaction, renderFunnelNodeSvg/renderOutcomeNodeSvg updated) and `funds.css` (ghost edge + satisfaction bar styles). Deployed to production.
+
diff --git a/backlog/tasks/task-83 - Fix-tab-cache-inline-style-extraction-for-canvas-toolbar.md b/backlog/tasks/task-83 - Fix-tab-cache-inline-style-extraction-for-canvas-toolbar.md
new file mode 100644
index 0000000..a948485
--- /dev/null
+++ b/backlog/tasks/task-83 - Fix-tab-cache-inline-style-extraction-for-canvas-toolbar.md
@@ -0,0 +1,29 @@
+---
+id: TASK-83
+title: Fix tab-cache inline style extraction for canvas toolbar
+status: Done
+assignee: []
+created_date: '2026-03-03 07:42'
+labels:
+ - bugfix
+ - canvas
+ - tab-cache
+dependencies: []
+references:
+ - shared/tab-cache.ts
+priority: high
+---
+
+## Description
+
+
+The tab-cache system (shared/tab-cache.ts) only extracted tags when switching tabs, missing inline