opencode-plugin-flow 5.3.3 → 5.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
One short entry per release, written for users deciding whether to upgrade.
|
|
4
4
|
|
|
5
|
+
## [5.3.4] - 2026-07-20
|
|
6
|
+
|
|
7
|
+
Retry-safe release publishing lore makes partial registry or GitHub outages
|
|
8
|
+
recoverable without moving a tag or weakening package integrity:
|
|
9
|
+
|
|
10
|
+
- A rerun skips an existing npm version only when the registry SHA-512 exactly
|
|
11
|
+
matches the freshly packed tarball; conflicting bytes fail closed.
|
|
12
|
+
- GitHub release metadata is created independently from tarball and checksum
|
|
13
|
+
uploads, so one failed asset no longer rolls back the release transaction.
|
|
14
|
+
- Idempotent release edits and asset uploads use bounded retries, while release
|
|
15
|
+
lookup distinguishes a missing release from an unavailable GitHub API.
|
|
16
|
+
|
|
5
17
|
## [5.3.3] - 2026-07-20
|
|
6
18
|
|
|
7
19
|
Project-scoped runtime leadership lore restores global Flow activation in the
|
package/README.md
CHANGED
|
@@ -319,7 +319,7 @@ rolled back, while committed removal work finishes verified deletion.
|
|
|
319
319
|
To preview recoverable migration of pristine v4 global skill folders:
|
|
320
320
|
|
|
321
321
|
```bash
|
|
322
|
-
npx -y opencode-plugin-flow@5.3.
|
|
322
|
+
npx -y opencode-plugin-flow@5.3.4 legacy-cleanup --dry-run
|
|
323
323
|
```
|
|
324
324
|
|
|
325
325
|
## Development
|