Skip to content

fix: skills loader compatibility with pkg binary#62

Open
buuzzy wants to merge 1 commit intoworkany-ai:devfrom
buuzzy:fix/skills-loader-pkg-compat
Open

fix: skills loader compatibility with pkg binary#62
buuzzy wants to merge 1 commit intoworkany-ai:devfrom
buuzzy:fix/skills-loader-pkg-compat

Conversation

@buuzzy
Copy link
Copy Markdown

@buuzzy buuzzy commented Apr 17, 2026

import.meta.url is undefined in pkg-packaged binaries, causing skills resource resolution to fail.

Fix: Fallback to __dirname and process.cwd() + additional pkg-specific resource path.

import.meta.url is undefined in pkg-packaged binaries. Added fallback
to __dirname and process.cwd() for resource path resolution.
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