ObsidianTransport.preflightCheck method
ObsidianTransport › preflightCheck
Runs transport-specific preflight checks before evaluation.For example, the CLI transport verifies that the vault is registered, the CLI is enabled, and the CLI binary is in PATH.
Signature:
preflightCheck(vaultPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| vaultPath | string | The absolute path to the vault folder. |