Skip to content

Comments

fix(worker): remove @residue/adapter workspace dependency#8

Merged
butttons merged 1 commit intomainfrom
feat/v0.0.10
Feb 23, 2026
Merged

fix(worker): remove @residue/adapter workspace dependency#8
butttons merged 1 commit intomainfrom
feat/v0.0.10

Conversation

@butttons
Copy link
Owner

Summary

The worker's @residue/adapter workspace dependency breaks standalone Cloudflare deploys because only packages/worker is cloned -- bun install fails when it can't resolve the workspace package.

Changes

  • Copy mappers from packages/adapter into packages/worker/src/mappers/ so the worker has no workspace dependencies
  • Each copied file has a JSDoc referencing its source in the adapter package
  • Update AGENTS.md and worker README to document the mapper split and sync workflow

- Copy mappers into worker so it deploys standalone (fixes Cloudflare deploy)
- Each copied file references its source in packages/adapter
- Update AGENTS.md and worker README to document the split
@butttons butttons merged commit fa56655 into main Feb 23, 2026
0 of 2 checks passed
@butttons butttons deleted the feat/v0.0.10 branch February 23, 2026 03:51
butttons added a commit that referenced this pull request Feb 23, 2026
## Summary

Bump to v0.0.10. Updates the lockfile after removing the
`@residue/adapter` workspace dependency from the worker in #8 (which
broke CI).

## Changes

- Bump all packages to 0.0.10
- Update `pnpm-lock.yaml` to reflect removal of `@residue/adapter` from
worker
- Update `CHANGELOG.md`
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