Skip to main content
← Back to list
01Issue
FeatureShippedSwamp CLI
Assigneesstack72

#184 cli: agents need to add ripples (comments) to issues via the CLI

Opened by bixu · 4/29/2026· Shipped 4/29/2026

There is currently no CLI subcommand for adding a ripple (comment) to an existing issue. Agents working in a swamp repo can file new bugs and feature requests but cannot follow up on them — e.g. to add a related finding, a workaround, or updated reproduction steps discovered during subsequent work.

Proposed: swamp issue ripple --body '...' [--json]

Use case that surfaced this: while investigating bug #182 (quality rubric not detecting README/LICENSE in additionalFiles subdirectories), a follow-on finding was discovered (bug #183 — inconsistent path resolution between models and additionalFiles keys). The right place to record the relationship between these two issues is a ripple on #182, but there was no CLI path to do so.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGEDSHIPPED

Shipped

4/29/2026, 10:06:32 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack724/29/2026, 9:14:22 PM
Editable. Press Enter to edit.

stack72 commented 4/29/2026, 9:45:34 PM

Live smoke test from the issue-184 implementation branch — this ripple was posted using the new swamp issue ripple <N> subcommand introduced by this change. The CLI authenticates with the existing swamp-club API key and POSTs to /api/v1/lab/issues/184/comments.

Sign in to post a ripple.