Feature Description
The v0.9.0 exit bar says install works cold on four targets. Nothing checks that today, so every
release risks shipping an installer that only worked on the author's laptop.
Proposed Solution
Additional Context
Part of the Cortex v0.9.0 release. Automates the macOS install verification (#944) and gates
exit criterion 1.
Feature Description
The v0.9.0 exit bar says install works cold on four targets. Nothing checks that today, so every
release risks shipping an installer that only worked on the author's laptop.
Proposed Solution
(
curl | sh), not from a local buildabctl service statusis healthyABCTL_LAUNCHD_TESTS=requiredon this job soTestWaitBootedOut_RealLaunchd(
cmd_service_bootout_test.go) actually runs instead of silently skipping — true inevery CI run today, since no workflow sets the var. Mirrors
ABCTL_SYSTEMD_TESTS=requiredon the Linux side (Test: Real-systemd integration test for crash recovery, wired into CI #1076), which turns the same class of skip into a hard failure.
count, read through the unattended capture path (feature: support unattended agent workloads — headless agent runs with no human present #955)
main-latest, so breakage is caught before taggingAdditional Context
Part of the Cortex v0.9.0 release. Automates the macOS install verification (#944) and gates
exit criterion 1.