ketan_init_workspace
Initialize a workspace for Ketan-OS to enable transactional snapshotting, invariant enforcement, and causal tracing. Required before using other Ketan-OS tools when switching workspaces.
Instructions
Initialize Ketan-OS for a workspace directory. This MUST be called before any other Ketan-OS tools if you are switching workspaces. Creates a KetanHarness that manages transactional snapshotting, invariant enforcement, and causal tracing for the given workspace.
Args: workspace_path: Absolute path to the project/workspace directory to protect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |