From 4cfdf106cae5d1c19191258e05a64235985178d1 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sat, 27 Jun 2026 03:42:59 +0900 Subject: docs(concurrency): expand backend handoff §2j + drop unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - backend-handoff.md: full §2j slice (API surface, contract note, FE summary, verification, the single-provider GET note, worktree symlink note) + bump the pinned transport-contract version 0.22.0 → 0.23.0 in the header/packages/ mirror/endpoints sections. - ConcurrencyView.svelte: remove an unused ConcurrencyLimitView type import (the type flows via viewConcurrencyLimits' return type; svelte-check clean). --- src/features/concurrency/ui/ConcurrencyView.svelte | 1 - 1 file changed, 1 deletion(-) (limited to 'src/features/concurrency') diff --git a/src/features/concurrency/ui/ConcurrencyView.svelte b/src/features/concurrency/ui/ConcurrencyView.svelte index 078c003..e52e184 100644 --- a/src/features/concurrency/ui/ConcurrencyView.svelte +++ b/src/features/concurrency/ui/ConcurrencyView.svelte @@ -3,7 +3,6 @@ import type { ConcurrencyStatusEntry } from "@dispatch/transport-contract"; import { type Badge, - type ConcurrencyLimitView, parseLimitInput, summarizeLimits, summarizeStatus, -- cgit v1.2.3