Skip to content

fix(agent-core-v2): normalize generated manifest paths to forward slashes - #2791

Open
jonathansampson wants to merge 1 commit into
MoonshotAI:mainfrom
jonathansampson:fix/windows-manifest-path-separators
Open

fix(agent-core-v2): normalize generated manifest paths to forward slashes#2791
jonathansampson wants to merge 1 commit into
MoonshotAI:mainfrom
jonathansampson:fix/windows-manifest-path-separators

Conversation

@jonathansampson

Copy link
Copy Markdown
Contributor

gen-config-manifest.mts/gen-wire-manifest.mts used node:path's relative(), which returns backslash paths on Windows, failing the docs 'up to date' check. Switched to pathe's relative(), which normalizes to forward slashes directly.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above.
  • I have added tests that prove my feature works.
  • Ran gen-changesets skill, or this PR needs no changeset.
  • Ran gen-docs skill, or this PR needs no doc update.

…shes

gen-config-manifest.mts/gen-wire-manifest.mts used node:path's relative(),
which returns backslash paths on Windows, failing the docs 'up to date'
check. Switched to pathe's relative(), which normalizes to forward
slashes directly.
@changeset-bot

changeset-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6ad01ef

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 10, 2026

Copy link
Copy Markdown
pnpm dlx https://pkg.pr.new/@moonshot-ai/kimi-code@6ad01ef
npx https://pkg.pr.new/@moonshot-ai/kimi-code@6ad01ef

commit: 6ad01ef

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