fix(legacy-cleanup): add web-researcher to stale agent cleanup list

Without this, upgrades from pre-rename installs that contain the old
`web-researcher` agent artifact leave the stale file alongside the new
`ce-web-researcher`, producing duplicate entries on Codex/OpenCode/etc.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-04-17 21:04:36 -07:00
parent a90cbedb19
commit 0edecdb394
+1
View File
@@ -118,6 +118,7 @@ const STALE_AGENT_NAMES = [
"security-sentinel",
"spec-flow-analyzer",
"testing-reviewer",
"web-researcher",
]
/** Old prompt wrapper names (we no longer generate workflow prompts). */