fork_create
Create a fork to bound a unit of work, snapshot environment variables, and enable drift detection with env_check.
Instructions
Open a fork — a named, bounded unit of work (feature branch + PR
tracking) recorded in the SOIL store. Snapshots selected environment
variables so env_check can later spot drift between where the fork was
opened and where it's being worked. fork_id pins an explicit ID; omit it
to auto-generate. Log changes with fork_log; close with fork_merge or
fork_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| topic | No | ||
| app_id | Yes | ||
| fork_id | No | ||
| created_by | Yes |