Add dimos stop command to stop running dimos instances:
dimos stop - stops most recent dimos instance
dimos stop --pid <PID> - stops specific process
dimos stop --task <TASK_ID> - stops by task ID (if applicable)
Success criteria:
- Clean shutdown of dimos daemon
- Works with both PID and implicit "most recent" mode
- Returns success/failure status
Synced from DIM-664