Complete module API expansion: clearAll and batch helpers on every remaining module.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 03:48:27 -04:00
co-authored by Cursor
parent ff129d56b0
commit d1e8608280
22 changed files with 152 additions and 6 deletions
@@ -87,6 +87,11 @@ class HyperBareHeadlessUi extends EventEmitter {
this.emit('teardown')
}
clearAll () {
this.teardown()
return true
}
pipeChannels () {
return this._pipe ? [...this._pipe.channels] : []
}