Commit 9670b15
Remove confusing "previously unseen snapshot" message
When using `--force-update-snapshots` or `INSTA_UPDATE=always/force`,
existing snapshots were showing "created previously unseen snapshot"
instead of "updated snapshot", which was confusing.
This removes the conditional message logic and always prints
"updated snapshot" for in-place updates, which is clearer and avoids
the complexity of tracking whether snapshots are "unseen".
Note: The deprecated `INSTA_UPDATE=unseen` mode still has inverted
logic for determining update behavior, but since that mode is
deprecated (via --accept-unseen), this is acceptable.
Fixes the immediate UX issue reported in the original bug.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dcc2e04 commit 9670b15
3 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
| 560 | + | |
565 | 561 | | |
566 | 562 | | |
567 | 563 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1430 | 1430 | | |
1431 | 1431 | | |
1432 | 1432 | | |
1433 | | - | |
1434 | | - | |
1435 | | - | |
| 1433 | + | |
1436 | 1434 | | |
1437 | | - | |
| 1435 | + | |
1438 | 1436 | | |
1439 | | - | |
| 1437 | + | |
| 1438 | + | |
1440 | 1439 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| |||
0 commit comments