This commit is contained in:
Raven Scott
2026-05-21 00:07:44 -04:00
parent 226fca591d
commit be9acb7268
207 changed files with 295 additions and 450 deletions
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -65,7 +65,7 @@ Clears all streams on close.
## Composition
`hyper-p2p-stream-chunker`, `hyper-p2p-stream-backpressure`, Wave 9 `stream-multiplex-two-node` integration.
`hyper-p2p-stream-chunker`, `hyper-p2p-stream-backpressure`, Messaging stack `stream-multiplex-two-node` integration.
## Testing
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -72,7 +72,7 @@ Resume tokens do not authenticate peers; bind tokens to session secrets in app c
## Changelog
- Wave 89: byte-offset checkpoints for stream replay demos.
- Scaffold and flagship passes: byte-offset checkpoints for stream replay demos.
- `readFromOffset` replays chunk list after checkpoint byte position.
## See also
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -61,7 +61,7 @@ Branches share buffer references; treat as trusted in-process only.
## Changelog
- Wave 89: local tee for stream pipeline examples and integration tests.
- Scaffold and flagship passes: local tee for stream pipeline examples and integration tests.
- `addBranch` returns unsubscribe to drop a branch without closing tee.
## Integration checklist
@@ -1,6 +1,6 @@
# Changelog
## [0.0.0-scaffold] — Wave 8
## [0.0.0-scaffold]
- Registry scaffold: file tree, load smoke tests, docs stubs
## [0.3.2] - 2026-05-21
@@ -68,7 +68,7 @@ Transforms run synchronously; untrusted transform functions can block the event
## Changelog
- Wave 89: pluggable transform fn with output queue.
- Scaffold and flagship passes: pluggable transform fn with output queue.
- `setTransform` allows hot-swapping mapping without new instance.
## Integration checklist