x80_probe
Probe a package's runtime requirements by executing it on a minimal profile and analyzing the syscalls it makes. Get evidence-based OS needs and a concrete next action.
Instructions
Run a package on the cheapest profile and report what operating system it actually needs, from the syscalls it made — evidence instead of a screen read. Returns a literal next call to make.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| stdin | No | ||
| family | No | auto | |
| program | Yes | ||
| files_in | No | ||
| timeout_ms | No |