Skip to content

Commit 4d7374f

Browse files
committed
docs(plugins): unglue the two sink doc comments (rejected). *)
A heredoc concatenation joined the option-C paragraph and the call-site backstop note onto one line in both interfaces. Comment text only; no code, type or test changed. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DdCnBGcHeufjrq7drTD3wt
1 parent 41fa73d commit 4d7374f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/plugins/plugin-email/src/outbox-sweep.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ interface SweepLogger {
103103
*
104104
* ⛔ Do NOT "simplify" this by making `error` required instead — that
105105
* forecloses the reduced sinks hosts legitimately pass (#9754 option C,
106-
* measured and rejected). *
106+
* measured and rejected).
107+
*
107108
* ⚠️ Call sites still spell the fallback `logger?.warn?.(…)`. That `?.` is not
108109
* doubt about this declaration — it is the backstop for hosts the TYPE cannot
109110
* reach (a plain-JS embedder, or a cast). Dropping it was measured: a sink

packages/plugins/plugin-security/src/permission-set-projection.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ export interface ProjectionLogger {
104104
*
105105
* ⛔ Do NOT "simplify" this by making `error` required instead — that
106106
* forecloses the reduced sinks hosts legitimately pass (#9754 option C,
107-
* measured and rejected). *
107+
* measured and rejected).
108+
*
108109
* ⚠️ Call sites still spell the fallback `logger?.warn?.(…)`. That `?.` is not
109110
* doubt about this declaration — it is the backstop for hosts the TYPE cannot
110111
* reach (a plain-JS embedder, or a cast). Dropping it was measured: a sink

0 commit comments

Comments
 (0)