Module process

Module process 

Source
Expand description

Process tree utilities for finding and checking process status.

This module provides cross-platform utilities for process management, including checking if processes are alive and walking the process tree to find the framework process (Claude, Codex, Gemini, Cursor, etc.).

Structs§

FrameworkProcessInfo
Information about the framework process (Claude, Codex, Gemini, Cursor, etc.)

Functions§

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