From bdd8be30927c3ec22defe4563f6d397950ce2bf9 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 22 Jul 2026 18:55:47 -0700 Subject: [PATCH] chore(test): scrub real fork name from autopilot test comment (unblocks check:test-names) check:test-names fails on master since #2013 introduced a real agent-fork name in a test comment; replace with the canonical agent-fork placeholder per CLAUDE.md privacy rules so this PR's verify gate can pass. Co-Authored-By: Claude Fable 5 --- test/autopilot-install.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autopilot-install.test.ts b/test/autopilot-install.test.ts index 6355691b1..56fe4641b 100644 --- a/test/autopilot-install.test.ts +++ b/test/autopilot-install.test.ts @@ -108,7 +108,7 @@ describe('autopilot wrapper script — env source order (v0.36.1.x #966)', () => // operators put in ~/.bashrc never reach this subprocess. Without the // explicit export the wrapper silently dies with `env: bun: No such file // or directory`, leaves a stale lockfile, and blocks every subsequent tick -// for the 10-min stale-lock window. Regression: see Hermes `cron doctor` +// for the 10-min stale-lock window. Regression: see agent-fork `cron doctor` // reports — this caused a 1-week nightly-cycle outage on at least one // operator machine before being diagnosed. describe('autopilot wrapper script — bun PATH export (v0.42.x regression)', () => {