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

Relationships

#1937 swamp update leaks raw LogTape output instead of using presentation output

Opened by stack72 · 9/1/2026· Shipped 9/1/2026

Description

The swamp update command emits raw LogTape log lines to stdout instead of using proper presentation-layer output (spinner + formatted messages) like swamp repo init does.

Steps to Reproduce

  1. Run swamp update

Actual Behavior

Raw LogTape lines leak through alongside the spinner:

⠙ Updating swamp...2026-09-01T20:33:48.890Z   info    update               swamp updated successfully!
2026-09-01T20:33:48.891Z   info    update               "20260901.170638.0-sha.b6e43dd5" → "20260901.200207.0-sha.fb81ba8d"
2026-09-01T20:33:48.891Z   info    update               SHA-256 integrity check passed
2026-09-01T20:33:48.891Z   info    update               The swamp binary has been updated globally.
2026-09-01T20:33:48.891Z   info    update               Run `swamp repo upgrade` in your repositories to update settings and instructions.
⠹ Syncing global skills...2026-09-01T20:33:48.913Z   info    update               Synced global skills to "/Users/[REDACTED]/.claude/skills"

Expected Behavior

The update command should use the same presentation output pattern as swamp repo init — spinners with clean status messages, no raw LogTape timestamps or categories leaking to the terminal. The log lines should only appear when --verbose or similar debug flags are used.

Environment

  • swamp version: 20260901.200207.0-sha.fb81ba8d
  • OS: macOS Darwin 25.3.0
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 4 MOREREVIEW+ 13 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

9/1/2026, 9:26:12 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack729/1/2026, 8:35:38 PM

Sign in to post a ripple.