fix: retain completed results during live editing

This commit is contained in:
2026-07-27 13:05:02 +02:00
parent 7f3a91ad37
commit d2e9b3b569
22 changed files with 576 additions and 117 deletions

View File

@@ -18,8 +18,8 @@ on publication failure, replaces an existing exact version only with
`--force`, and produces:
```text
release/regex-tools-0.4.0.zip
release/regex-tools-0.4.0.zip.sha256
release/regex-tools-0.4.1.zip
release/regex-tools-0.4.1.zip.sha256
```
The release scan checks ASCII/UTF-8, UTF-16LE and UTF-16BE content in text,
@@ -43,6 +43,5 @@ anchored base-runtime legal files. The C++ gate requires its exact traced
component/source manifest and six independently pinned legal files. The release
packager names every one of those files explicitly.
The existing v0.1.0, v0.2.0 and v0.3.0 ZIPs and matching sidecars are
historical immutable artifacts. Creating v0.4.0 must not replace, rename or
remove them.
The existing v0.1.0 through v0.4.0 ZIPs and matching sidecars are historical
immutable artifacts. Creating v0.4.1 must not replace, rename or remove them.