Jelajahi Sumber

docs(agent-loop): drop PR-letter ref from cancel test header (review)

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.
Tianyi Cui 3 bulan lalu
induk
melakukan
16304872e1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/agent-loop/tests/cancel.spec.ts

+ 1 - 1
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,