-
fix(cli): unblock release checksum generation (#3990)
发布于
2026-07-30 12:45:21 +00:00 This PR:
- fixes
https://github.com/ComposioHQ/composio/actions/runs/30535159056/job/90850055191
by keeping checksum generation independent of unbuilt CLI runtime
packages - extracts the shared Effect teardown into a dependency-light module
while preserving existing script imports - adds an executable release regression that generates a checksum
manifest from a clean fixture - verifies the fix with
pnpm test:release-workflow,pnpm build:packages, CLI typecheck, the full CLI test suite, andpnpm validate:changesets
下载附件
- fixes