From 16304872e134a4e1f712973c7d5d3c0624c1ff4e Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:51:30 +0800 Subject: [PATCH] docs(agent-loop): drop PR-letter ref from cancel test header (review) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cancel.spec.ts module doc named "PR C", narrating the change's origin — process/history a reader of the current test does not need. Per the repo doc-current-state convention, describe only what the suite tests. --- packages/agent-loop/tests/cancel.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/agent-loop/tests/cancel.spec.ts b/packages/agent-loop/tests/cancel.spec.ts index 9392b4b3d0..a4e9e13a1c 100644 --- a/packages/agent-loop/tests/cancel.spec.ts +++ b/packages/agent-loop/tests/cancel.spec.ts @@ -1,5 +1,5 @@ /** - * Tests for the queue-aware `Agent.cancel()` primitive (PR C). `cancel()` is the + * Tests for the queue-aware `Agent.cancel()` primitive. `cancel()` is the * broad verb — it clears queued + steering work, aborts an in-flight step, and * drops a turn about to start — whereas `abort()` kills only the current step. * These tests exercise every window where a cancel can land (idle, pre-step,