- Stock kernel: boot.policy v2 (maxExecLineDepth, denyEnvKeys, requireProcNodes);
richer BARE_OS_KERNEL_SELFTEST; example policy and timer drop-in samples
- Protocol: feature bits 28–30, seed RPCs (manifest_hints, peer_health, staging_slot)
- Booter: /proc mirrors, provenance, metrics_live, pear IPC registry, initd DAG,
suspend/resume wiring, exec budget, shell ${var} expansion, delegate limits,
telemetry v3 / OTel JSONL, ctx API 1.11.0
- Coreutils: /bin/timeout; seeder Pear/Bare: avoid bare process.env (globalThis.process?.env)
- CI: verify-ctx-api-feature-bits; docs: handbook, developer-guide, kernel-extensions,
capabilities index, environment appendix, READMEs
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
# Rename to e.g. hourly.timer under ~/.config/bare-os/timers/
|
|
# OnCalendar: five cron fields (minute hour dom month dow) then the shell line is ExecLine=
|
|
|
|
[Timer]
|
|
OnCalendar=0 * * * *
|
|
ExecLine=true
|