Module process

Module process 

Source
Expand description

Process tree utilities for finding the Claude Code process.

This module re-exports process utilities from mi6-core for backwards compatibility. All process-related functionality is now consolidated in the core crate.

Structs§

ClaudeProcessInfo
Information about the Claude Code process

Functions§

find_claude_process
Walk up the process tree to find the Claude Code process.
get_parent_pid
Get the parent process ID.
is_process_alive
Check if a process with the given PID is still running.