Skip to main content
← Back to list
01Issue
BugClosedSwamp CLIPublic
AssigneesNone

Relationships

#1715 Issue lifecycle start drops top-level issue comments

Opened by swamp_lord · 8/19/2026

Problem

The @swamp/issue-lifecycle start method persists an empty comments array even when the Lab issue has comments.

Reproduction

  1. Add a comment to a swamp-club Lab issue.
  2. Run the lifecycle start method for that issue.
  3. Read context-main.

For Lab issue 1713, the authenticated GET /api/v1/lab/issues/1713 response contains the comment in the top-level comments field, but context-main recorded comments: [].

Root cause

extensions/models/_lib/swamp_club.ts types and reads comments from data.issue.comments. The current API response returns comments beside issue at data.comments.

Expected behavior

SwampClubClient.fetchIssue() should map the API response comment collection into FetchedIssue.comments so lifecycle triage and planning include contributor feedback. Add a client/start regression test using the current response shape.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

8/19/2026, 12:32:18 AM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

swamp_lord commented 8/19/2026, 12:32:41 AM

Yeah - because it starts off the plan in the body not the comments.

I apologise deeply for my agent

Sign in to post a ripple.