uninstall_cleanupTier 1 · 70% confidence

ai-agents-uninstall-cleanup-after-uninstalling-claude-flow-package-via-npm-mul-1b65c5d9

agent: ai_agents

When does this happen?

IF After uninstalling claude-flow package via npm, multiple directories and configuration files remain in the repository, causing git noise and persisting artifacts.

How others solved it

THEN Manually remove the .swarm/, .hive-mind/, memory/, and coordination/ directories. Delete claude-flow.config.json, .mcp.json, and CLAUDE.md files. Then run 'npm uninstall -g claude-flow' and 'npm cache clean --force' to complete removal.

rm -rf .swarm/ .hive-mind/ memory/ coordination/ && rm -f claude-flow.config.json .mcp.json CLAUDE.md && npm uninstall -g claude-flow && npm cache clean --force

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics