Forking creates a child run that inherits the parent’s sandbox and harness. The child starts from the parent’s final workspace state, so any files the parent wrote are available to the fork.Documentation Index
Fetch the complete documentation index at: https://docs.trelent.com/llms.txt
Use this file to discover all available pages before exploring further.
Forks reuse the parent’s sandbox and harness. They can’t be changed on the fork call — create a fresh run if you need a different harness or sandbox.