Skip to content

fix(agentsys-resolver): prefer plugin's own vendored lib/ (fixes CI)#37

Merged
avifenesh merged 1 commit into
mainfrom
fix/agentsys-resolver-self-vendor
May 29, 2026
Merged

fix(agentsys-resolver): prefer plugin's own vendored lib/ (fixes CI)#37
avifenesh merged 1 commit into
mainfrom
fix/agentsys-resolver-self-vendor

Conversation

@avifenesh

Copy link
Copy Markdown
Contributor

Same resolver fix as enhance#33: findAgentsysLib() only searched external agentsys installs, failing bare CI. Added __dirname (own vendored lib/) as candidate 0. 7/7 tests pass.

findAgentsysLib() only searched for an external agentsys install, so in
bare CI it threw 'agentsys/lib not found' and failed the 3 resolving tests.
The sync ships lib/binary/ into every plugin, so the resolver's own
directory already satisfies the binary/index.js contract. Added __dirname
as candidate 0: self-sufficient in CI/offline, external lookups stay as
fallbacks. tests/agentsys-resolver.test.js 7/7 (was 3 failing).

Mirrors the fix merged in enhance#33.
@gemini-code-assist

Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@avifenesh
avifenesh merged commit b94e728 into main May 29, 2026
4 checks passed
@avifenesh
avifenesh deleted the fix/agentsys-resolver-self-vendor branch May 29, 2026 12:14
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