Skip to main content
← Back to list
01Issue
BugClosedSwamp ClubPublic
AssigneesNone

Relationships

#2184 github_issue_triage.ts imports github_helpers.ts, deleted in #919 — @local/swamp-integration has not bundled since

Opened by skunk-ape · 9/16/2026

Every swamp command run from swamp-integration/ prints two warnings and the local extension fails to load:

[WRN] swamp·model·loader: Extension "@local/swamp-integration" has broken
  bundles and is not available.
[WRN] swamp·cli: Failed to load user model "github_issue_triage.ts":
  error: Module not found
  "file:///.../swamp-integration/extensions/models/github_helpers.ts".
    at .../extensions/models/github_issue_triage.ts:2:30
  error: bundling failed

Cause

extensions/models/github_issue_triage.ts:2 imports a module that no longer exists:

import { createClient } from "./github_helpers.ts";

a16ab611 (#919) deleted five files from swamp-integration/extensions/models/github_helpers.ts, github_issue.ts, github_member.ts, github_pull.ts, github_repo.ts — but left github_issue_triage.ts in place, still importing the deleted helper. The directory now holds only github_issue_triage.ts and upstream_extensions.json.

So @local/swamp-integration has not bundled since #919, and the @swamp-club/github-issue-triage model type it registers is unavailable. The model definition models/@swamp-club/github-issue-triage/77dba321-...yaml is still tracked and still shows up in swamp model search, so the breakage is only visible as a warning at run time.

Expected

Either restore github_helpers.ts, or delete github_issue_triage.ts and its model definition alongside the rest of the GitHub models that #919 removed. Whichever is intended, swamp should run from swamp-integration/ without warnings.

Notes

Found while triaging #2181. Unrelated to that issue's worktree causes — filed separately per the issue-lifecycle skill's "file unrelated issues immediately" rule. Worth noting that #919 is also the commit that truncated the worktree note in references/triage.md that #2181 covers.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

9/18/2026, 4:26:31 PM

No activity in this phase yet.

03Sludge Pulse
Editable. Press Enter to edit.

stack72 commented 9/18/2026, 4:26:30 PM

swamp-integration folder is gone!

Sign in to post a ripple.