From 84858107b752ccc8839d9ad5169e67ce0a5a69f4 Mon Sep 17 00:00:00 2001 From: robbond Date: Sun, 2 Aug 2026 06:59:23 +0100 Subject: [PATCH] chore: document v0.4 route and test status --- docs/v0.4-route-status.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/v0.4-route-status.md diff --git a/docs/v0.4-route-status.md b/docs/v0.4-route-status.md new file mode 100644 index 0000000..ff52c37 --- /dev/null +++ b/docs/v0.4-route-status.md @@ -0,0 +1,20 @@ +# v0.4 Route Status + +- `app/api/cases/start/route.js` + - Current tracked start-case route for the v0.4 graph orchestration path. + - Covered by `tests/app/api/cases-start-route.test.js`. + +- `app/api/start-case/route.js` + - Untracked earlier experiment / duplicate start route. + - Not referenced by the current UI. + - Still mentioned in untracked handoff docs. + - Leave untracked for now; recommend deletion once route migration is explicitly confirmed. + +- `app/api/update-case/route.js` + - Untracked future `updateCase` work. + - Not referenced by the current UI. + - Leave untracked for the current milestone. + +- Current UI status + - `components/scenario-form.jsx` still calls `/api/analyse`. + - No active UI path currently calls `/api/cases/start`, `/api/start-case`, or `/api/update-case`.