feat(booter): OpenMetrics proc export, protomux wire JSON, audit batch API, and doc sync
Expose /proc/bare_os/metrics.prom (kernel counter OpenMetrics) and /proc/bare_os/protomux.json (alias registry snapshot). Extend VFS routing, readdir, pseudo watch, and bare_os_proc_index to schema 8; restore flat /proc entries for syscalls and process_table with sort order matching tests. Add ctx.bareOsAuditLogAppendBatch and bump BARE_OS_CTX_API_VERSION to 1.30.0 with d.ts and compatibility-matrix updates. Harden swarm peer ban backoff with jitter on the exponential window. Refresh conformance matrix, environment appendix, booter package doc, and handbook chapters for proc paths, param expansion V3, vault at rest, and baretop snapshot keys. Align baretop-snapshot with bareOsReadBareTopSnapshot.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"description": "Third-party IIFE bundles that still contain upstream TODO/NOT_IMPLEMENTED markers. Shrink this list over time via upstream bumps or post-process fixes.",
|
||||
"entries": [
|
||||
{ "bundleFile": "bareDev.js", "reason": "Upstream dev tooling bundle; markers in vendored dependency graph" },
|
||||
{ "bundleFile": "bareFfmpeg.js", "reason": "Upstream media bundle" },
|
||||
{ "bundleFile": "bareFfmpegEncodings.js", "reason": "Upstream media bundle" },
|
||||
{ "bundleFile": "bareHttp1.js", "reason": "Upstream HTTP stack NOT_IMPLEMENTED helper" },
|
||||
{ "bundleFile": "bareHttps.js", "reason": "Upstream HTTP stack NOT_IMPLEMENTED helper" },
|
||||
{ "bundleFile": "bareInspector.js", "reason": "Upstream inspector NOT_IMPLEMENTED helper" },
|
||||
{ "bundleFile": "bareIntl.js", "reason": "Upstream intl ###TODO### marker" },
|
||||
{ "bundleFile": "bareMedia.js", "reason": "Upstream media TODO + NOT_IMPLEMENTED" },
|
||||
{ "bundleFile": "bareNodeRuntime.js", "reason": "Upstream compatibility NOT_IMPLEMENTED helper" },
|
||||
{ "bundleFile": "bareWs.js", "reason": "Upstream websocket NOT_IMPLEMENTED helper" },
|
||||
{ "bundleFile": "fetch.js", "reason": "Upstream fetch NOT_IMPLEMENTED helper" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user