Cli Process Audit
@mgreten/cli-process-auditv2026.05.21.1
01README
Scan for running CLI coding agent processes (claude, opencode, amp, gemini), classify each as healthy, orphaned, zombie, or long-running, and produce structured snapshots. Works on macOS and Linux.
02Release Notes
Initial release: scan for running CLI coding agent processes and classify health
03Models
@mgreten/cli-process-auditv2026.05.21.1cli_process_audit.ts
fn scan(providers?: array)
Discover all running CLI coding agent processes (claude, opencode,
| Argument | Type | Description |
|---|---|---|
| providers? | array | Override the default provider list for this scan. |
Resources
snapshot(30d)— Point-in-time snapshot of running CLI agent processes with health classifications.
04Stats
A
100 / 100
Downloads
0
Archive size
7.8 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms