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 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-07-22 18:55:47 -07:00
co-authored by Claude Fable 5
parent 07bb875eb7
commit bdd8be3092
+1 -1
View File
@@ -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)', () => {