chore: remove symlink dead code #271

Merged
xiaomo merged 1 commits from chore/remove-symlink-dead-code into main 2026-05-16 06:22:35 +00:00

1 Commits

Author SHA1 Message Date
xiaoju e42555fd9c chore: remove symlink dead code
Now that bundles are fully self-contained (no external @uncaged/* imports),
the symlink mechanism is no longer needed.

- Delete ensure-uncaged-workflow-symlink.ts
- Remove ensureUncagedWorkflowSymlink from all imports/exports
- Remove ExtractBundleExportsOptions type (storageRoot param)
- Simplify extractBundleExports to single-arg signature
- Clean up stale comments
2026-05-16 06:21:34 +00:00