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
@@ -98,6 +98,10 @@ class HyperBareTargetMatrix extends EventEmitter {
return this.list()
}
clearAll () {
return this.resetToDefaults()
}
targetCount () {
return this._targets.length
}