Complete the internal “100 task” roadmap: coreutils and shell parity (xargs,

sh, diff/patch, sort, printf, find, test, getfacl/setfacl/xattr), expanded
/proc and metrics (process table, syscalls, replication, net, security
posture, worker budget, swarm/replication hints), initd DAG supervision
metadata and richer restart journal telemetry, synthetic process groups via
IPC (assignProcessGroup/signalProcessGroup) mirrored into process_table,
optional kernel.ext.d incremental hot reload (BARE_OS_KERNEL_EXT_D_HOT_RELOAD)
with reload audit NDJSON, features proc for hyperblobs dedup and systemd
subset documentation, vault threat model doc plus posture fields for AEAD,
Pear enclave pointer, account rotation continuity, and Ed25519 consistency
across boot manifest / extensions / replication. Adds or extends tests and
keeps kernel/ and packages/bare-os-seeder/kernel/ in parity; guest init is
bundled from kernel/lib/init/init-main.js via bundle-kernel-init.
This commit is contained in:
Raven Scott
2026-04-04 21:23:49 -04:00
parent c29ec13cf9
commit 346bb71ffe
177 changed files with 8087 additions and 876 deletions
+2 -14
View File
@@ -1,17 +1,5 @@
{
"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" }
]
"description": "Third-party IIFE bundles exempt from TODO/FIXME/NOT_IMPLEMENTED marker scan. Target: empty (all bundles sanitized at build or source).",
"entries": []
}