Commit ea85585
release(flow): v3.25.1 — adoption-hop baseline merge-preserve
Hotfix: the v3.25.0 U3/W2 module-size-baseline.txt + policy-state
merge-preserve now runs on the FIRST upgrade adopting v3.25.x.
Post-ship Codex adversarial review found the merge was skipped on the
adoption hop: upgrade.sh sourced the merge lib from the local
(pre-upgrade) tree before hooks/ refresh, and bootstrap-upgrade.sh
didn't stage hooks/local/lib/ -> the new merge code wasn't on disk when
the merge had to run -> project baseline rows clobbered on adoption.
Fix (49f335c/b562166/5324358/28fe2ea, bundled with this release commit):
- P1 bootstrap-upgrade.sh stages hooks/local/lib/ before handoff
- P2 upgrade.sh sources merge lib from authoritative target tree
($SOURCE_CLONE) + local fallback + re-source before Step 1a + loud
no-skip warning
- P3 README routes pre-v3.25 installs through bootstrap-upgrade.sh
- P4 RED-then-GREEN adoption-hop integration test (13 cases) in run-tests
LOCKED merge rule unchanged (only how/when the lib is sourced). FR-07
clean: no FR rows / deploy-policy semantics / ratchet-governance.yml.
ACCEPTED-RISK: old installed upgrade.sh run directly can't run
target-version merge code; mitigated by bootstrap routing.
Verified: preflight 0/0; run-tests 92/92; check-module-size --all 0;
mirror 0 drift; recovery-sim 31/31 (state/audit/recovery-sim-v3.25.1-2026-06-15.log);
plugin==VERSION==3.25.1; GEMINI synced. Credit: post-ship Codex review.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 28fe2ea commit ea85585
25 files changed
Lines changed: 85 additions & 31 deletions
File tree
- .claude-plugin
- .claude/agents
- .codex/agents
- .cursor/rules
- .github
- agents
- ai-developer
- product-owner
- audit
- docs/release-notes
- hooks/local/fusebase-flow-overlays
- templates
- workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments