chore(main): release patchloom 0.13.0 - #1657
Merged
SebTardif merged 3 commits intoJul 13, 2026
Merged
Conversation
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 12, 2026 21:22
553595a to
a175c4f
Compare
5 tasks
SebTardif
added a commit
that referenced
this pull request
Jul 12, 2026
## Summary MPI cycle after #1667. Fixes embedder correctness gaps found in the new Bline API surfaces. - **Disk pure fuzzy:** `replace_text` with `fuzzy: true` (no context) was a no-op on the default files/cli path; now routes through the content path with honest `match_mode` / `match_score` - **Post-write revert:** fail when backup restore cannot complete (no silent partial success) - **`max_files: 0`:** `find_files_with_symbol` returns empty (not one hit) - **`EditErrorKind::FormatFailed`:** classify format/lint hook failures distinctly from `OperationFailed` ## Test plan - [x] `make check-fast` - [x] `replace_text_pure_fuzzy_without_context` - [x] `find_files_with_symbol` max_files 0/1 - [x] post_write + classify_error FormatFailed tests - [ ] CI green ## Notes Release PR #1657 (0.13.0) is open and needs explicit approval to merge (includes #1667). This PR is a follow-up for 0.13.x or 0.14. --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 12, 2026 22:30
42344c1 to
8252060
Compare
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 12, 2026 22:59
3a84007 to
5752897
Compare
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 13, 2026 02:00
b3205f4 to
8c69071
Compare
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 13, 2026 02:11
59d3501 to
eb2e23f
Compare
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 13, 2026 02:57
0be15bd to
529fae1
Compare
3 tasks
SebTardif
added a commit
that referenced
this pull request
Jul 13, 2026
## Summary MPI cycle 2026-07-13 on match honesty: - **Shared helper:** `api::merge_match_modes` (fuzzy > anchored > exact) used by content_edits and tx; remove duplicate logic. - **CLI fix:** multi-file `replace --json` top-level `match_mode` no longer drops when files disagree; uses the same worst-case rollup as plan/tx. - **Tests:** precedence table, content_edits Anchored-over-Exact multi-op, multi-file CLI unit + e2e. - **Docs:** agent-rules / PATCHLOOM.md / reference note worst-case aggregates. ## Test plan - [x] `make check-fast` - [x] `content_edit_*` / `merge_match_modes_precedence` / `multi_file_*` unit tests - [ ] CI green ## Gate notes - Release PR #1657 still open (needs explicit user OK to merge). - Open distribution issues #632–#634, #960–#963 left as external packaging backlog. --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 13, 2026 15:00
b87cb2a to
8959cbf
Compare
5 tasks
SebTardif
added a commit
that referenced
this pull request
Jul 13, 2026
## Summary MPI cycle 2026-07-13 session 2: - **Bug:** MCP `replace_text` re-derived match honesty with `replace_in_content` before apply (`range` forced to `None`), then overwrote engine JSON. Ranged/fuzzy results could lie. - **Fix:** Trust plan/tx `TxOutput` from `replace_match_meta`. Surface `match_count` on each `TxChange` and a top-level sum. - **Tests:** MCP `replace_text` / `batch_replace` fuzzy honesty + match_count; quickstart smoke JSON updated. ## Test plan - [x] `make check-fast` - [x] `test_mcp_replace_text_fuzzy_reports_engine_match_mode` - [x] `test_mcp_batch_replace_fuzzy_reports_match_mode` - [x] `test_smoke_quickstart_transaction_snippet` - [ ] CI green ## Gate notes - Release PR #1657 still open (needs explicit user OK). - Dist issues #632–#634, #960–#963 remain external packaging backlog. --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
patchloom-release
Bot
force-pushed
the
release-please--branches--main--components--patchloom
branch
from
July 13, 2026 16:20
3a46341 to
c58c4ea
Compare
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3 tasks
SebTardif
added a commit
that referenced
this pull request
Jul 13, 2026
## Summary MPI cycle 2026-07-13 session 3 (Maintainer / End User / Spec polish): - Add curated `RELEASE_NOTES.md` for the pending **0.13.0** release (embedder surfaces, fuzzy replace, match reporting across CLI/tx/MCP/library). Applied to the GitHub Release body when #1657 is merged. - Clear stale CHANGELOG Unreleased bulk (versioned sections stay release-please owned). - Fix outdated MCP handlers module comment after engine-meta honesty work. - Document `match_count` on PlanReport crate docs; lock it on tx fuzzy integration test. ## Test plan - [x] `make check-fast` (includes `verify-release-notes`) - [x] `test_tx_replace_fuzzy_pure_in_plan` - [ ] CI green ## Gate notes - **Release PR #1657** is ready; merge only with your explicit approval (publishes crates). - Dist issues #632–#634, #960–#963 remain external packaging backlog. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
SebTardif
deleted the
release-please--branches--main--components--patchloom
branch
July 13, 2026 17:22
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
🤖 I have created a release beep boop
0.13.0 (2026-07-13)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.