env_check
Compare current process environment against a fork's snapshot to identify changed or missing variables before merging.
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 |