Files
bare-operating-system/docs/audit/bundle-marker-allowlist.json
T
Raven Scott 9bdecc4170
Release rolling / release (push) Successful in 11m16s
Sync Holepunch modules to current clone/npm latest
Bump published pins (compact-encoding 3, bare-fetch/tls/https/ws 3,
bare-subprocess 6, bare-signals 5, corestore 7.12, protomux 3.11,
hypercore-crypto 3.7, bare-runtime 1.31) and regenerate catalogs,
manifests, and kernel/seeder bundles.

Adapt call sites to the new APIs:
- Corestore: explicit session flush before suspend(); treeCache ctor opts
- bare-crypto: KeyObject.export() instead of removed ._key
- Protomux 3.11: wait for fullyOpened()/fullyClosed() on chat channels
- bare-fetch: surface response.type and Headers.getSetCookie
- host snapshots: bare-os 3.9 / bare-posix / bare-fs.statfs frsize
- bare-subprocess 6: optional IPC channel + json serialization

Keep catalog sync from wiping curated pearEntries. Teach the Node test
shim to stub bare-thread/bare-worker (ESM absolute paths) and chain
Bare.on so bare-timers can load. Booter 479, protocol 34, seeder 14.
2026-08-12 20:56:28 -04:00

19 lines
600 B
JSON

{
"schemaVersion": 1,
"description": "Third-party IIFE bundles exempt from TODO/FIXME/NOT_IMPLEMENTED marker scan. Target: empty (all bundles sanitized at build or source).",
"entries": [
{
"bundleFile": "bareSqlite.js",
"reason": "Upstream bare-sqlite binding stub string NOT_IMPLEMENTED"
},
{
"bundleFile": "bareSqliteVector.js",
"reason": "Upstream bare-sqlite-vector binding stub string NOT_IMPLEMENTED"
},
{
"bundleFile": "bareSwitchCore.js",
"reason": "Upstream bare-switch-core vendor TODO in bundled spec/schema text"
}
]
}