Skip to main content
← Back to list
01Issue
BugShippedSwamp CLIPublic
Assigneesstack72

Relationships

#1864 swamp issue feature/bug --extension mangles owner name (ftveronezzi -> fveronezzi)

Opened by wagaoneves · 8/27/2026· Shipped 8/27/2026

Running:

swamp issue feature --extension @figura/cribl-stream --title "..." --body "..."

fails with:

Error: gh issue create failed (exit 1): GraphQL: Could not resolve to a Repository with the name 'fveronezzi/swamp-extensions'. (repository)

The extension's actual repository (confirmed via swamp extension info @figura/cribl-stream --json) is:

https://github.com/ftveronezzi/swamp-extensions

but the resolved target dropped the leading "t" from the owner name, producing "fveronezzi" instead of "ftveronezzi". Repro is 100% consistent (retried twice, same error both times).

Impact: swamp issue feature --extension <name> and presumably swamp issue bug --extension <name> can't file against any extension published under a repository owner whose name happens to get mis-parsed this way -- at minimum affects @figura/cribl-stream. Worked around by filing directly via gh issue create --repo ftveronezzi/swamp-extensions instead.

Environment: swamp 20260827.012103.0-sha.89734f5f

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 3 MOREFINDINGS+ 9 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

8/27/2026, 8:13:17 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/27/2026, 6:38:09 PM
Editable. Press Enter to edit.

wagaoneves commented 8/27/2026, 2:59:28 PM

Workaround found and used: filed the intended feature request directly via gh issue create --repo ftveronezzi/swamp-extensions instead of swamp issue feature --extension @figura/cribl-stream (see https://github.com/ftveronezzi/swamp-extensions/pull/2). The underlying bug -- owner name "ftveronezzi" mangled to "fveronezzi" during repo resolution -- is still present and unfixed; leaving this open until addressed.

stack72 commented 8/27/2026, 8:13:29 PM

Thanks @wagaoneves for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

Sign in to post a ripple.