docs: sync install/embed Windows guidance for 0.27 - #2154
Merged
Conversation
Bump library Cargo.toml snippet pins to 0.27.0 and lock them with an integration smoke test against Cargo.toml. Document portable Windows zip layout, PowerShell batch without heredocs, MCP PATH command paths, Chocolatey packaging-template honesty, and current launch metrics. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
SebTardif
marked this pull request as ready for review
August 10, 2026 09:42
SebTardif
enabled auto-merge (squash)
August 10, 2026 09:42
6 tasks
SebTardif
added a commit
that referenced
this pull request
Aug 10, 2026
## Summary Multi-perspective improve batch (session 2026-08-10): - **QA:** Integration test that create/delete/append/prepend/rename reject blank and whitespace-only paths with `error_kind: invalid_input` (parity with read/doc/md). - **Maintainer / End User:** `x-release-please-version` markers on library embed snippets and portable zip `$ver`; `release-please-config.json` `extra-files` so release PRs bump pins with Cargo.toml (prevents red CI after the embed version smoke lock from #2154). - **Deps:** `rmcp` 3.1.1 → 3.1.2, `tree-sitter` 0.26.11 → 0.26.12. - **Docs:** AGENTS.md notes markers + smoke test. ## Related - Ref #2154 (embed lock that exposed release PR drift) - Release PR #2151 already has manual 0.28.0 pin fix on the branch; future releases should auto-bump ## Test plan - [x] `cargo test --test integration --all-features test_file_ops_blank_path` - [x] `cargo test --test integration --all-features smoke_library_embed` - [x] `cargo test --lib --all-features` - [x] `cargo clippy --all-targets --all-features -- -D warnings` - [x] `make check-fast` - [ ] CI green --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/lib.rs, README, installation, introduction).$vermust matchCargo.toml.patchloomcommand examples and Windows Scoop/portable paths.Test plan
cargo test --test integration --all-features smoke_library_embedcargo test --test integration --all-features smoke_windows_installcargo test --test integration --all-features smoke_readme_commandpython3 scripts/test_update_chocolatey_package.py