Skip to main content
← Back to list
01Issue
BugClosedUAT
AssigneesNone

Relationships

#563 swamp-uat: init_test.ts asserts old skill directory names after superskill consolidation

Opened by stack72 · 6/5/2026

Description

The superskill consolidation PR (consolidating 10 swamp product skills into a single swamp gateway skill) changes the skill directories that swamp repo init creates. After the change, init produces swamp/ and swamp-getting-started/ instead of the old swamp-model/, swamp-workflow/, swamp-data/, etc.

What breaks

tests/cli/repo/init_test.ts (lines 75-80) asserts specific skill directory names after init:

"swamp-data",
"swamp-extension",
"swamp-model",
"swamp-repo",
"swamp-vault",
"swamp-workflow",

These need to become "swamp" and "swamp-getting-started".

Fix

Update the assertion in tests/cli/repo/init_test.ts to expect ["swamp", "swamp-getting-started"] instead of the old 6 individual skill directories.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

6/5/2026, 7:32:41 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.