Expand pear, media, experimental, state, and messaging modules

Add manual API helpers across categories: pear runtime/embed/runner/spawn,
preflight cancel, update gossip history, headless UI pipe helpers, media
origin weights and latency paths, experimental void/tension/time-capsule,
CRDT conflict-set and grow-only-set, job dispatcher peek, trust graph decay,
session rotateAll, topic channel batch unsubscribe, fulltext searchOr, FEC
batch encode, marketplace cheapest listing, and noise session closeAll.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 02:39:38 -04:00
co-authored by Cursor
parent 55339b3536
commit 67f96281c6
30 changed files with 283 additions and 6 deletions
@@ -87,6 +87,16 @@ class HyperBareHeadlessUi extends EventEmitter {
this.emit('teardown')
}
pipeChannels () {
return this._pipe ? [...this._pipe.channels] : []
}
closePipe () {
if (!this._pipe) return false
this._pipe.open = false
return true
}
snapshot () {
return {
uiEnabled: this.uiEnabled,