From 4b55ad1eae8d3e9c047891de5b1bc6506044c5ad Mon Sep 17 00:00:00 2001 From: robbond Date: Thu, 3 Sep 2026 19:20:28 +0100 Subject: [PATCH] feat(confidence-engine): v0.60f allocate investigation identity on create MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace Portfolio's static "+ Create new investigation" link (href: /investigations/case-1) with a ); } diff --git a/docs/current-handoff.md b/docs/current-handoff.md index 792c9da..e516463 100644 --- a/docs/current-handoff.md +++ b/docs/current-handoff.md @@ -418,6 +418,49 @@ Not migrated. `app/investigations/[id]/report/page.jsx` untouched. Remains a lat Untouched in this increment. All `clearInvestigation()` calls remain without an id argument (legacy singleton path). If identity-aware restart is needed, the next increment should pass `investigationId` through those clear calls. +## v0.60f — Allocate Investigation Identity on Create New + +**Purpose:** Replace the Portfolio's "+ Create new investigation" static link (`/investigations/case-1`) with an application-owned durable ID allocation that navigates to `/investigations/{id}` without persisting any empty Investigation. + +### What was implemented + +| File | Change | +|---|---| +| `app/page.jsx` | Changed "+ Create new investigation" from `` to a `