Files
kernel-agent/fleet
claude-noether 731e98e079 fleet/ohm.yaml: fix arch/arm64 include path after merge rename
The merge commit renamed arch/arm64/xor-neon-ffixed-x18-scs-build-fix-danctnix/
to arch/arm64/scs-arm-neon-build-fix/ (= main's canonical name) but the
include reference in ohm.yaml didn't get updated atomically.

Update the include path to match the renamed dir; ka-promote would have
exit-2'd on this manifest otherwise.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 20:52:59 +00:00
..
2026-05-09 12:03:07 +00:00

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.