Skip to content

Commit cbc70ed

Browse files
d-csclaude
andcommitted
docs(mollifier): strip internal planning labels from comments
Remove plan-tracking shorthand (Q2/Q4/Q5) from dashboard-layer mollifier route comments; reword to plain English. Comment-only; no behaviour change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6ea6d9d commit cbc70ed

3 files changed

Lines changed: 3 additions & 3 deletions

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.idempotencyKey.reset.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const action: ActionFunction = async ({ request, params }) => {
3939
},
4040
});
4141

42-
// Resolve run from PG or the mollifier buffer (Q5). For a buffered
42+
// Resolve run from PG or the mollifier buffer. For a buffered
4343
// run the snapshot carries the idempotencyKey + taskIdentifier; we
4444
// also need the runtimeEnvironmentId to feed ResetIdempotencyKeyService
4545
// (which clears both PG and the buffer lookup — B6b).

apps/webapp/app/routes/resources.taskruns.$runParam.cancel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const action: ActionFunction = async ({ request, params }) => {
5151

5252
// PG miss — try the mollifier buffer. The customer can hit cancel
5353
// on a buffered run from the dashboard during the burst window.
54-
// Q4 design: snapshot a `mark_cancelled` patch; the drainer's
54+
// Snapshot a `mark_cancelled` patch; the drainer's
5555
// bifurcation routes the run to `engine.createCancelledRun` on
5656
// next pop.
5757
const buffer = getMollifierBuffer();

apps/webapp/app/routes/resources.taskruns.$runParam.replay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export const action: ActionFunction = async ({ request, params }) => {
263263
},
264264
});
265265

266-
// Mollifier read-fallback (Q2): if the original isn't in PG yet,
266+
// Mollifier read-fallback: if the original isn't in PG yet,
267267
// synthesise a TaskRun from the buffered snapshot. The B4-extended
268268
// SyntheticRun carries every field ReplayTaskRunService reads. We
269269
// also need projectSlug + orgSlug + envSlug for the redirect path,

0 commit comments

Comments
 (0)