Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/supervisor/src/workloadManager/docker.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** Documents apps/supervisor/src/workloadManager/docker.ts module purpose and public usage context */
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Self-referential JSDoc comment adds no documentation value

The added comment /** Documents apps/supervisor/src/workloadManager/docker.ts module purpose and public usage context */ is a meta-description of what a module doc comment should contain, rather than actually documenting the module's purpose. A useful module-level JSDoc would describe what DockerWorkloadManager does (e.g., "Manages Docker container lifecycle for task execution workloads") rather than restating the file path and saying it "documents purpose and public usage context." This looks like it may have been auto-generated by a tool that produced a placeholder instead of real documentation.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

import { SimpleStructuredLogger } from "@trigger.dev/core/v3/utils/structuredLogger";
import {
type WorkloadManager,
Expand Down