env_check
Detect environment drift by diffing current process variables against the fork snapshot. Identify changed or missing variables before merging to avoid hidden mismatches.
Instructions
Diff the current process environment against the snapshot taken at fork_create — catches "works on the machine that opened the fork" drift before merging. Returns the variables that changed or went missing. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| fork_id | Yes |