Skip to content

Split Cursor/Claude into @clanker-cleanroom/* packages - #19

Merged
devzeebo merged 1 commit into
mainfrom
feat/split-agent-packages
Sep 14, 2026
Merged

devzeebo merged 1 commit into
mainfrom
feat/split-agent-packages

Conversation

@devzeebo

Copy link
Copy Markdown
Collaborator

Summary

  • Extract Cursor and Claude bindings into @clanker-cleanroom/cursor and @clanker-cleanroom/claude, with /register side-effect entries and Dockerfiles moved out of the base package.
  • Make clanker-cleanroom agent-agnostic via registerBinding + adaptEvents on bindings; agent-gwt depends only on the base package (agent packages are e2e devDependencies).
  • Update publish.yml / publishing docs to version and publish all four packages so we can validate OIDC trusted publishing for the new scoped packages.

Test plan

  • CI lint/test/build passes
  • PR prerelease publish succeeds for clanker-cleanroom, @clanker-cleanroom/cursor, @clanker-cleanroom/claude, and agent-gwt under pr-<n>
  • Confirm new packages exist on npm (bootstrap publish + trusted publisher already done for cursor/claude)
  • Smoke: install prereleases and import '@clanker-cleanroom/cursor/register' resolves new Agent("cursor")

Base clanker-cleanroom keeps a pluggable registerBinding API; agent packages ship bindings, Dockerfiles, and /register side-effects so consumers opt in without hardwiring stock CLIs.
@devzeebo
devzeebo merged commit 5469491 into main Sep 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant