Skip to main content
← Back to list
01Issue
FeatureOpenSwamp Club
AssigneesNone

Relationships

#844 Remove feed comments — consolidate discussion in Discord

Opened by keeb · 6/26/2026

What

Remove the feed comment feature entirely: the lib/domain/feed/comment.ts aggregate, its repository/infrastructure, the API routes that create/list feed comments, and the comment UI on feed posts.

Why

Discussion should happen in one place — Discord. Hosting feed-post discussion both on-site and in Discord splits the conversation and doubles the moderation/maintenance surface for no benefit. Feed posts are link-curation artifacts; the talking about them belongs in the community channel, not a second comment system.

Scope / notes

  • Remove only feed comments (lib/domain/feed/comment.ts and its wiring). Lab issue comments ("ripples", lib/domain/lab/comment.ts) stay — those are issue-tracking discussion, a different surface.
  • Drop the feed comment routes, island/UI, and any feed-post comment counts.
  • These comments emit no telemetry and award no score today, so there is no scoring/firehose migration to worry about.
  • Decide on existing data: drop the feed comment collection (no read path remains) vs. archive. Recommend drop.

Acceptance

  • No way to create or view a comment on a feed post in the UI or API.
  • Feed domain no longer references a comment aggregate.
  • deno task check and deno task test pass.
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

6/26/2026, 8:53:02 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.