Skip to content

fix(opencode): stabilize windows ci file handling#22800

Open
r-siddiq wants to merge 22 commits intoanomalyco:devfrom
r-siddiq:fix/windows-plugin-loader-ci
Open

fix(opencode): stabilize windows ci file handling#22800
r-siddiq wants to merge 22 commits intoanomalyco:devfrom
r-siddiq:fix/windows-plugin-loader-ci

Conversation

@r-siddiq
Copy link
Copy Markdown

Issue for this PR

Closes #22799

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

This fixes the Windows-specific failures behind the fix/windows-plugin-loader-ci branch.

At the product level, it makes drive-less rooted Windows paths resolve consistently at the read, write, edit, lsp, and external_directory boundaries, and it tightens file-backed plugin metadata fingerprinting so refresh/install does not miss content changes when mtime is unchanged.

It also keeps the Windows CI coverage meaningful by replacing a few Unix-only test commands with cross-platform equivalents and by adding regression coverage for the affected Windows path cases.

How did you verify your code works?

  • Ran bun typecheck from packages/opencode
  • Ran bun run test:ci from packages/opencode
  • Result after the correction pass: 2003 pass, 17 skip, 1 todo, 0 fail
  • Pushing the branch also ran the repo pre-push hook (bun turbo typecheck) successfully after restoring the expected tracked symlinks in this Windows checkout

Screenshots / recordings

N/A

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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.

Windows: project-local drive-less paths fail tool boundary checks

3 participants