merge: bring bulk session archiving and background worktree removal into the thinking-effort branch

This commit is contained in:
Iuliia Ivashko
2026-09-04 16:54:28 +03:00
54 changed files with 1095 additions and 462 deletions
+1
View File
@@ -438,6 +438,7 @@ export interface GitWorktreeCreateResult {
path: string;
directoryCreated?: true;
bootstrapStatus?: GitWorktreeBootstrapStatus;
sourceFetchFailed?: true;
}
export interface RemoveGitWorktreePayload {