You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
research-pipeline setup now overwrites stale skill/agent copies in default multi-target mode. Previously, running setup after pipx upgrade would silently skip already-installed directories (e.g. ~/.agents/skills/daily-ai-intelligence/, ~/.claude/skills/…) leaving stale files. Fix: pass force or default_multi_target to _install_directory and _install_agent_files so default mode has upgrade semantics. Single-target mode still requires explicit --force.