From 458e43c78e81192c16072203abc64723488d5ed2 Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Sat, 9 May 2026 12:03:07 +0000 Subject: [PATCH] fleet: bootstrap manifest directory --- fleet/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fleet/README.md diff --git a/fleet/README.md b/fleet/README.md new file mode 100644 index 0000000..10bff6a --- /dev/null +++ b/fleet/README.md @@ -0,0 +1,15 @@ +# fleet/ + +Per-host manifests. One YAML per fleet member opting in to kernel-agent. + +Each manifest pins: +- baseline kernel tree + ref +- scope-tagged patch includes (resolved against `../patches/`) +- config strategy +- package naming + install mode (alongside / replace) +- verification bars (which of Bar 1..5 apply) +- build host routing +- backup target + +Manifest is the single source of truth. Running state may drift; drift is +informational, not blocking. ka-status reports per-host drift.