Skip to content

Conversation

@pmarsceill
Copy link
Owner

Summary

  • Add new map clean command that cleans up orphaned resources when the daemon doesn't shut down cleanly
  • Kills orphaned mapd and map up processes
  • Kills orphaned map-agent-* tmux sessions
  • Removes stale socket files
  • Document the command in the README

Test plan

  • Build passes (make build)
  • Linter passes (golangci-lint run)
  • Tested map clean with orphaned processes
  • Tested map clean when nothing to clean

🤖 Generated with Claude Code

Add a new `map clean` command that cleans up orphaned processes and
resources when the daemon doesn't shut down cleanly. This includes:

- Killing orphaned mapd and map processes
- Killing orphaned map-agent-* tmux sessions
- Removing stale socket files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pmarsceill pmarsceill merged commit a6dc44a into main Jan 22, 2026
5 checks passed
@pmarsceill pmarsceill deleted the feat/map-clean-command branch January 22, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants