mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
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:
@@ -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). */
|
||||
|
||||
Reference in New Issue
Block a user