Skip to content

Commit 1e5b555

Browse files
d-csclaude
andcommitted
docs(mollifier): strip internal planning labels from comments
Remove plan-tracking shorthand (Q# bifurcation, Phase C1/Q4) from replay-layer mollifier comments and test names; reword to plain English. Comment/test-name only; no behaviour change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1b8261d commit 1e5b555

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/webapp/app/v3/mollifier/mollifierDrainerHandler.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function createDrainerHandler(deps: {
5353
})
5454
: context.active();
5555

56-
// Cancel-wins-over-trigger (Q4 bifurcation). If a cancel API call
56+
// Cancel-wins-over-trigger. If a cancel API call
5757
// landed on this entry while it was QUEUED, the snapshot carries
5858
// `cancelledAt` + `cancelReason`. Skip the normal materialise path
5959
// and write a CANCELED PG row directly. The existing runCancelled

apps/webapp/test/mollifierDrainerHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe("createDrainerHandler", () => {
182182
});
183183

184184
it("honours the cancel when a buffered cancel races a materialised non-CANCELED row", async () => {
185-
// Cancel-wins-over-trigger (Q4 bifurcation). If the normal trigger
185+
// Cancel-wins-over-trigger. If the normal trigger
186186
// replay path materialised a live PENDING row before the cancel
187187
// bifurcation drained, engine.createCancelledRun throws a conflict —
188188
// its documented contract is that "the caller must decide between

internal-packages/run-engine/src/engine/tests/createCancelledRun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function baseEngineOptions(redisOptions: Parameters<typeof RunEngine>[0]["queue"
4444
};
4545
}
4646

47-
// Phase C1 / Q4 design — engine.createCancelledRun writes a CANCELED
47+
// engine.createCancelledRun writes a CANCELED
4848
// TaskRun row directly from a buffer snapshot. Verifies the bypass-
4949
// queue / bypass-waitpoint / emit-runCancelled contract.
5050
describe("RunEngine.createCancelledRun", () => {

0 commit comments

Comments
 (0)