fork_sandbox
Test hypotheses safely by creating an isolated sandbox from a parent session, applying optional evolution operations, and comparing differences without modifying the original.
Instructions
Create an isolated sandbox branch from a parent session, optionally apply a hypothesis (list of evolution operations) immediately, and show how the sandbox differs from its fork point. The parent session is never touched. Safe to discard with close_session if the hypothesis doesn't pan out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hypothesis | No | Optional. A short description of the hypothesis (for logging/reporting). | |
| operations | No | Optional. Evolution operations to apply immediately in the sandbox. | |
| session_id | Yes | The parent session to fork from. | |
| version_id | No | Optional. Fork from this historical version instead of the current state. |