test(worktree-isolation): add worktree detection tests

This commit is contained in:
Hibryda 2026-03-11 03:23:58 +01:00
parent 0da53e7390
commit 643ab0a6b6
8 changed files with 125 additions and 2 deletions

View file

@ -20,6 +20,8 @@ export interface AgentQueryOptions {
model?: string;
claude_config_dir?: string;
additional_directories?: string[];
/** When set, agent runs in a git worktree for isolation */
worktree_name?: string;
provider_config?: Record<string, unknown>;
remote_machine_id?: string;
}