From f5516d1d20346a39b458bad2d063380d40f4b60e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 16:49:24 +0000 Subject: [PATCH] chore: release v0.14.1 --- Cargo.lock | 20 ++++++------- Cargo.toml | 4 +-- crates/reposix-cache/CHANGELOG.md | 18 ++++++++++++ crates/reposix-cache/Cargo.toml | 2 +- crates/reposix-cli/CHANGELOG.md | 40 ++++++++++++++++++++++++++ crates/reposix-cli/Cargo.toml | 12 ++++---- crates/reposix-confluence/CHANGELOG.md | 20 +++++++++++++ crates/reposix-core/CHANGELOG.md | 25 ++++++++++++++++ crates/reposix-github/CHANGELOG.md | 14 +++++++++ crates/reposix-jira/CHANGELOG.md | 14 +++++++++ crates/reposix-quality/CHANGELOG.md | 16 +++++++++++ crates/reposix-remote/CHANGELOG.md | 31 ++++++++++++++++++++ crates/reposix-remote/Cargo.toml | 10 +++---- crates/reposix-sim/CHANGELOG.md | 14 +++++++++ crates/reposix-swarm/Cargo.toml | 2 +- 15 files changed, 217 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3780e3e..9ea62335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2830,7 +2830,7 @@ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "reposix-cache" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-trait", @@ -2854,7 +2854,7 @@ dependencies = [ [[package]] name = "reposix-cli" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert_cmd", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "reposix-confluence" -version = "0.14.0" +version = "0.14.1" dependencies = [ "async-trait", "base64 0.22.1", @@ -2906,7 +2906,7 @@ dependencies = [ [[package]] name = "reposix-core" -version = "0.14.0" +version = "0.14.1" dependencies = [ "async-trait", "chrono", @@ -2925,7 +2925,7 @@ dependencies = [ [[package]] name = "reposix-github" -version = "0.14.0" +version = "0.14.1" dependencies = [ "async-trait", "chrono", @@ -2945,7 +2945,7 @@ dependencies = [ [[package]] name = "reposix-jira" -version = "0.14.0" +version = "0.14.1" dependencies = [ "async-trait", "base64 0.22.1", @@ -2969,7 +2969,7 @@ dependencies = [ [[package]] name = "reposix-quality" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert_cmd", @@ -2987,7 +2987,7 @@ dependencies = [ [[package]] name = "reposix-remote" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "assert_cmd", @@ -3015,7 +3015,7 @@ dependencies = [ [[package]] name = "reposix-sim" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "axum", @@ -3043,7 +3043,7 @@ dependencies = [ [[package]] name = "reposix-swarm" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 27343a54..fca3af1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pr-run-mode = "plan" allow-dirty = ["ci"] [workspace.package] -version = "0.14.0" +version = "0.14.1" edition = "2021" rust-version = "1.82" authors = ["Reuben John ", "reposix contributors"] @@ -106,7 +106,7 @@ tempfile = "3" assert_cmd = "2" # Internal -reposix-core = { path = "crates/reposix-core", version = "0.14.0" } +reposix-core = { path = "crates/reposix-core", version = "0.14.1" } [workspace.dependencies.dev] diff --git a/crates/reposix-cache/CHANGELOG.md b/crates/reposix-cache/CHANGELOG.md index e1157008..599c9f8f 100644 --- a/crates/reposix-cache/CHANGELOG.md +++ b/crates/reposix-cache/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-cache-v0.14.0...reposix-cache-v0.14.1) - 2026-07-19 + +### Added + +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(114-02)* align read_blob # Errors OidDrift framing with FIX-02 (code-review nit) +- *(114-02)* scope --reconcile's oid-drift recovery to what it heals (FIX-02) +- *(114-02)* reproduction-backed oid-drift + reconcile-non-recovery +- *(planning)* archive 21 shipped-milestone phase dirs to milestones/v{X.Y}-phases/ +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.14.0](https://github.com/reubenjohn/reposix/compare/reposix-cache-v0.13.1...reposix-cache-v0.14.0) - 2026-07-14 ### Fixed diff --git a/crates/reposix-cache/Cargo.toml b/crates/reposix-cache/Cargo.toml index 3cfb0513..da0f7fe0 100644 --- a/crates/reposix-cache/Cargo.toml +++ b/crates/reposix-cache/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["git", "cache", "agent", "rest", "partial-clone"] categories = ["development-tools", "caching"] [dependencies] -reposix-core = { path = "../reposix-core", version = "0.14.0" } +reposix-core = { path = "../reposix-core", version = "0.14.1" } tokio = { workspace = true } async-trait = { workspace = true } chrono = { workspace = true } diff --git a/crates/reposix-cli/CHANGELOG.md b/crates/reposix-cli/CHANGELOG.md index 591f684a..79558b78 100644 --- a/crates/reposix-cli/CHANGELOG.md +++ b/crates/reposix-cli/CHANGELOG.md @@ -7,6 +7,46 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-cli-v0.14.0...reposix-cli-v0.14.1) - 2026-07-19 + +### Added + +- *(122-03)* worktree-shared-config self-check (latch 2) + tests + gate +- *(122-03)* RPX-0406 + reposix init nested-in-worktree refusal (latch 1) +- *(121-w3)* wire RPX codes onto all 24 CLI error sites +- *(121-w2)* reposix explain subcommand + --list + registry-driven tests +- *(121-w0)* catalog-first RPX registry gate (row NOT-VERIFIED + rpx_registry_check.py, M2/M3 legs) +- *(P120-W3)* gc/history/tokens/cost/worktree 3-part error hardening — CLI surface complete +- *(P120-W2)* list/refresh/spaces/sync 3-part error hardening + errors.rs scan-scope fix +- *(P120-W1)* shared errmsg::teach primitive + init/attach 3-part error hardening +- *(P120-W0)* catalog-first agent-ux error-hardening contract + gate + scanner + test scaffolds +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Fixed + +- *(122-close)* correct RPX-0406 latch-1 corruption narrative (WR-01/WR-02/IN-03) +- *(122-03)* teach_scan.py recognizes teach_coded( as a teaching call +- *(121-review)* redact raw git stderr in init RPX-0402/since error headlines +- *(121-w3.6)* tag RPX-0401 exemplar + wire RPX-0402 in reposix-cli init (SC1) +- *(121-w3)* drop redundant .trim() before split_whitespace in explain test +- *(120-close)* test-name-honesty markers for 3 P120-W3 no-synced-cache tests +- *(120-close)* backtick SoT in worktree_helpers doc comment for clippy doc_markdown +- *(120-close)* redact credentials in 3 error/audit exfil legs (WR-01/02/03) +- *(117-01)* test-name-honesty marker on multi-SoT recovery test +- *(117-01)* teach-fix sim connection-refused errors + drop phantom detach ref +- *(114-01)* request body-format=atlas_doc_format on Confluence list path + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(121-review)* refresh stale reposix CLI module doc to full subcommand surface +- *(121-w4)* document reposix explain in cli.md; ground+rebind subcommand surface +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(114-02)* scope --reconcile's oid-drift recovery to what it heals (FIX-02) +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.14.0](https://github.com/reubenjohn/reposix/compare/reposix-cli-v0.13.1...reposix-cli-v0.14.0) - 2026-07-14 ### Fixed diff --git a/crates/reposix-cli/Cargo.toml b/crates/reposix-cli/Cargo.toml index dcaf76c5..dcd7962f 100644 --- a/crates/reposix-cli/Cargo.toml +++ b/crates/reposix-cli/Cargo.toml @@ -35,17 +35,17 @@ pkg-fmt = "zip" [dependencies] reposix-core.workspace = true -reposix-cache = { path = "../reposix-cache", version = "0.14.0" } -reposix-sim = { path = "../reposix-sim", version = "0.14.0" } -reposix-confluence = { path = "../reposix-confluence", version = "0.14.0" } -reposix-github = { path = "../reposix-github", version = "0.14.0" } -reposix-jira = { path = "../reposix-jira", version = "0.14.0" } +reposix-cache = { path = "../reposix-cache", version = "0.14.1" } +reposix-sim = { path = "../reposix-sim", version = "0.14.1" } +reposix-confluence = { path = "../reposix-confluence", version = "0.14.1" } +reposix-github = { path = "../reposix-github", version = "0.14.1" } +reposix-jira = { path = "../reposix-jira", version = "0.14.1" } # D91-03: reuse the git remote helper's URL→connector factory (with its # OP-3 `.with_audit(…)` wiring) for `attach`/`sync --reconcile` real-backend # dispatch instead of hand-rolling a third/fourth copy. Only the `[lib]` # `backend_dispatch` module is consumed; the helper binary is not built for # the CLI. New transitive prod dep pulled in for the CLI: `parking_lot`. -reposix-remote = { path = "../reposix-remote", version = "0.14.0" } +reposix-remote = { path = "../reposix-remote", version = "0.14.1" } tokio.workspace = true reqwest.workspace = true clap.workspace = true diff --git a/crates/reposix-confluence/CHANGELOG.md b/crates/reposix-confluence/CHANGELOG.md index 7e04bc23..a1362416 100644 --- a/crates/reposix-confluence/CHANGELOG.md +++ b/crates/reposix-confluence/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-confluence-v0.14.0...reposix-confluence-v0.14.1) - 2026-07-19 + +### Added + +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Fixed + +- *(114-01)* request body-format=atlas_doc_format on Confluence list path + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(114-01)* lock cursor re-append carries body-format on >100-page follow +- *(114-01)* add list_and_get_render_parity RED for Confluence oid-drift +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.14.0](https://github.com/reubenjohn/reposix/compare/reposix-confluence-v0.13.1...reposix-confluence-v0.14.0) - 2026-07-14 ### Fixed diff --git a/crates/reposix-core/CHANGELOG.md b/crates/reposix-core/CHANGELOG.md index cf02af20..226a1853 100644 --- a/crates/reposix-core/CHANGELOG.md +++ b/crates/reposix-core/CHANGELOG.md @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-core-v0.14.0...reposix-core-v0.14.1) - 2026-07-19 + +### Added + +- *(122-03)* RPX-0406 + reposix init nested-in-worktree refusal (latch 1) +- *(122-02)* resolve_import_parent fails loud (RPX-0508) on non-absence git failure +- *(121-w3.6)* mint RPX-0507 for the fetch/import backend-unreachable teach (SC1) +- *(121-w2)* complete RPX registry — mint undercount codes (P121-W1-01) +- *(121-w1)* reposix-core::codes registry + RPX render + pinning-test transition +- *(P120-W1)* shared errmsg::teach primitive + init/attach 3-part error hardening +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Fixed + +- *(122-close)* correct RPX-0406 latch-1 corruption narrative (WR-01/WR-02/IN-03) +- *(121-w3.5)* mint RPX-0603 for mirror-unreachable; re-point bus_handler off RPX-0601 + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.14.0](https://github.com/reubenjohn/reposix/compare/reposix-core-v0.13.1...reposix-core-v0.14.0) - 2026-07-14 ### Fixed diff --git a/crates/reposix-github/CHANGELOG.md b/crates/reposix-github/CHANGELOG.md index f863d68c..95016fb6 100644 --- a/crates/reposix-github/CHANGELOG.md +++ b/crates/reposix-github/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-github-v0.14.0...reposix-github-v0.14.1) - 2026-07-19 + +### Added + +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.13.1](https://github.com/reubenjohn/reposix/compare/reposix-github-v0.13.0...reposix-github-v0.13.1) - 2026-07-08 ### Fixed diff --git a/crates/reposix-jira/CHANGELOG.md b/crates/reposix-jira/CHANGELOG.md index 38a75161..39bf4f86 100644 --- a/crates/reposix-jira/CHANGELOG.md +++ b/crates/reposix-jira/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-jira-v0.14.0...reposix-jira-v0.14.1) - 2026-07-19 + +### Added + +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.13.1](https://github.com/reubenjohn/reposix/compare/reposix-jira-v0.13.0...reposix-jira-v0.13.1) - 2026-07-08 ### Fixed diff --git a/crates/reposix-quality/CHANGELOG.md b/crates/reposix-quality/CHANGELOG.md index a0d5579c..218b572c 100644 --- a/crates/reposix-quality/CHANGELOG.md +++ b/crates/reposix-quality/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-quality-v0.14.0...reposix-quality-v0.14.1) - 2026-07-19 + +### Added + +- *(126-01)* status waived_active counter + RETIRE_PROPOSED walk line row= [DRAIN-20] + +### Fixed + +- *(126-01)* resolve out-of-eligible coverage warnings via narrow eligible-file includes [DRAIN-21] +- *(126-01)* docs-alignment walk BLOCK names blocking row-STATE(s) [DRAIN-17] + +### Other + +- *(126-01)* backtick bare identifiers in DRAIN-20 doc comments (clippy pedantic doc_markdown) +- *(planning)* archive 21 shipped-milestone phase dirs to milestones/v{X.Y}-phases/ + ## [0.13.0](https://github.com/reubenjohn/reposix/compare/reposix-quality-v0.12.0...reposix-quality-v0.13.0) - 2026-07-07 ### Added diff --git a/crates/reposix-remote/CHANGELOG.md b/crates/reposix-remote/CHANGELOG.md index d8f4de62..8066a964 100644 --- a/crates/reposix-remote/CHANGELOG.md +++ b/crates/reposix-remote/CHANGELOG.md @@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-remote-v0.14.0...reposix-remote-v0.14.1) - 2026-07-19 + +### Added + +- *(122-02)* resolve_import_parent fails loud (RPX-0508) on non-absence git failure +- *(121-w3.6)* mint RPX-0507 for the fetch/import backend-unreachable teach (SC1) +- *(121-w3)* wire RPX codes onto all 6 helper error sites +- *(P120-W5)* reposix-remote transport/fan-out 3-part errors + bus_handler credential-leak fix — helper surface complete (SC2) +- *(P120-W4)* reposix-remote entry/URL/credential 3-part error hardening +- *(P120-W0)* catalog-first agent-ux error-hardening contract + gate + scanner + test scaffolds +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Fixed + +- *(125-01)* teach --reconcile + Pattern-C remote-explicit rebase in mirror-lag hint +- *(code)* manual_let_else clippy lint in resolve_import_parent (pre-push RED) +- *(121-w3.5)* tag human-facing helper errors RPX-0503/0504/0505/0506 +- *(121-w3.5)* mint RPX-0603 for mirror-unreachable; re-point bus_handler off RPX-0601 +- *(120-close)* non-ghp_ WR-01 fixture token clears cred-hygiene P0 pre-push gate +- *(120-close)* redact credentials in 3 error/audit exfil legs (WR-01/02/03) + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(125-01)* add failing mirror-lag augmented-hint regression +- *(121-review)* live RPX-0507 import-to-dead-backend e2e test +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.14.0](https://github.com/reubenjohn/reposix/compare/reposix-remote-v0.13.1...reposix-remote-v0.14.0) - 2026-07-14 ### Fixed diff --git a/crates/reposix-remote/Cargo.toml b/crates/reposix-remote/Cargo.toml index cd5214ca..e478fd5f 100644 --- a/crates/reposix-remote/Cargo.toml +++ b/crates/reposix-remote/Cargo.toml @@ -49,14 +49,14 @@ integration-git = [] [dependencies] reposix-core.workspace = true -reposix-cache = { path = "../reposix-cache", version = "0.14.0" } +reposix-cache = { path = "../reposix-cache", version = "0.14.1" } # Phase 36-followup (helper backend dispatch): the helper instantiates # concrete backend connectors based on the remote URL's scheme, so it # pulls every backend adapter crate. Pre-Phase-36 the helper hardcoded # `SimBackend` and these deps were CLI-only. -reposix-github = { path = "../reposix-github", version = "0.14.0" } -reposix-confluence = { path = "../reposix-confluence", version = "0.14.0" } -reposix-jira = { path = "../reposix-jira", version = "0.14.0" } +reposix-github = { path = "../reposix-github", version = "0.14.1" } +reposix-confluence = { path = "../reposix-confluence", version = "0.14.1" } +reposix-jira = { path = "../reposix-jira", version = "0.14.1" } tokio.workspace = true serde_json.workspace = true tracing.workspace = true @@ -86,6 +86,6 @@ async-trait = { workspace = true } # v0.11.x coverage closure: the stateless_connect e2e test drives the # helper binary through a real protocol-v2 turn, which requires a live # sim on a random port. Programmatic library API only — no extra binary. -reposix-sim = { path = "../reposix-sim", version = "0.14.0" } +reposix-sim = { path = "../reposix-sim", version = "0.14.1" } walkdir = "2.5.0" regex = "1.12.3" diff --git a/crates/reposix-sim/CHANGELOG.md b/crates/reposix-sim/CHANGELOG.md index 969d0ed5..5cd83dd6 100644 --- a/crates/reposix-sim/CHANGELOG.md +++ b/crates/reposix-sim/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1](https://github.com/reubenjohn/reposix/compare/reposix-sim-v0.14.0...reposix-sim-v0.14.1) - 2026-07-19 + +### Added + +- *(115-T6)* 6b — cold-init reconcile to canonical 278ms + un-waive loop/perf rows (FINAL T6 lane) +- *(115-T6)* headline-numbers cross-check gate + reconcile 8ms hero prose to canonical 6/7ms + +### Other + +- *(126-01)* W4 clarity+caveat drains — MCP first-use, plan-refresh cold, doc-clarity subscription +- *(planning)* encode P116 ADR-010 manager rulings + cold-reader pass outcomes (README dead-link fix, 2 intake filings, GTH-V15-38, GTH-V15-35 addenda) +- *(115-06)* reframe hero surfaces to live GitHub-capture token economy +- *(hero)* add interim/synthetic-baseline qualifiers to hero numbers + ## [0.13.1](https://github.com/reubenjohn/reposix/compare/reposix-sim-v0.13.0...reposix-sim-v0.13.1) - 2026-07-08 ### Added diff --git a/crates/reposix-swarm/Cargo.toml b/crates/reposix-swarm/Cargo.toml index a7f8b5bd..60f8bed1 100644 --- a/crates/reposix-swarm/Cargo.toml +++ b/crates/reposix-swarm/Cargo.toml @@ -25,7 +25,7 @@ path = "src/lib.rs" [dependencies] reposix-core.workspace = true -reposix-confluence = { path = "../reposix-confluence", version = "0.14.0" } +reposix-confluence = { path = "../reposix-confluence", version = "0.14.1" } tokio.workspace = true clap.workspace = true anyhow.workspace = true