-
fix(windows): platform-stable graph paths + budgeted shell hint
Release / SDK release gate (push) Has been cancelledRelease / Build aarch64-apple-darwin (push) Has been cancelledRelease / Build x86_64-apple-darwin (push) Has been cancelledRelease / Build aarch64-unknown-linux-musl (push) Has been cancelledRelease / Build aarch64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-musl (push) Has been cancelledRelease / Build x86_64-pc-windows-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-pc-windows-msvc (push) Has been cancelledRelease / Create Release (push) Has been cancelledRelease / Publish to crates.io (push) Has been cancelledRelease / Publish to npm (push) Has been cancelledRelease / Update Homebrew (push) Has been cancelledRelease / Announce on Twitter (push) Has been cancelled发布于
2026-06-12 23:11:22 +00:00 Two Windows-only CI failures behind one release:
- Property-graph node keys were built with native separators, so
impact_analysis("Models/Engine.cs") matched nothing on Windows. The
builder now stores canonical/paths (determinism, #498) and the
graph queries normalize native input, so both spellings work. - The #579 instruction budget did not account for the Windows-only
SHELL: hint. The hint is condensed (45->21 tok for the POSIX variant)
and the budget test grants an explicit, guarded 25-token allowance on
Windows instead of failing the cap by 4 tokens.
Co-authored-by: Cursor cursoragent@cursor.com
下载附件
- Property-graph node keys were built with native separators, so