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

Relationships

#1356 docs: update swamp skills for setup extension --namespace

Opened by stack72 · 7/23/2026· Shipped 7/23/2026

Context

The setup extension --namespace flag shipped in core PR #1923. The skills still recommend the old namespace set + namespace migrate flow that caused 9 production bugs. Splits out the swamp-core half of #1355.

What needs updating

.claude/skills/swamp/references/repo/references/namespaces.md

The "Multi-Repo Workflow" section currently says:

# Repo 1 (infra):
swamp datastore namespace set infra
swamp datastore namespace migrate --confirm
swamp datastore sync --push

Replace with:

# Repo 1 (infra):
swamp datastore setup extension @swamp/s3-datastore \
  --namespace infra \
  --config '{"bucket":"shared-bucket","prefix":"swamp","region":"us-east-1"}'

Add a note that namespace set + namespace migrate is only needed when converting an existing solo repo — not for new shared setups.

.claude/skills/swamp/references/share/guide.md

State 2 datastore table shows setup extension without --namespace. When setting up a shared datastore, the skill should ask if a namespace is needed and include --namespace if so.

What NOT to change

The namespace set, namespace migrate, and namespace unset command documentation — those commands still exist and work for the solo→namespace transition.

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

Shipped

7/23/2026, 11:55:28 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/23/2026, 11:12:55 PM

Sign in to post a ripple.