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

Relationships

#1076 serve: extension and doctor extension handlers return not_implemented

Opened by stack72 · 7/10/2026· Shipped 7/13/2026

Summary

Five commands accept --server and route through the serve protocol, but their server-side handlers immediately return not_implemented errors. Users get a clear error message, but these are dead code paths that should either be implemented or have their --server flag removed.

Affected commands

  • swamp extension search --server — handler in admin_handlers.ts returns not_implemented
  • swamp extension install --server — same
  • swamp extension rm --server — same
  • swamp extension outdated --server — same
  • swamp doctor extensions --server — same

Additionally, swamp datastore status --server has a similar stub with a TODO comment about needing DatastorePathResolver.

Suggested fix

Either implement the server-side handlers or remove --server support from these commands so users don't hit a confusing error. If the intent is to implement them later, consider blocking the flags client-side with a clear message (like doctor audit does) rather than accepting the flag and failing server-side.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 8 MOREREVIEW+ 4 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/13/2026, 10:59:30 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/13/2026, 7:27:54 PM

Sign in to post a ripple.