mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-18 22:33:08 +00:00
refactor: Improve all git operations, add stash support, add improved pull request flow, add worktree file copy options, address code review comments, add cherry pick options
This commit is contained in:
@@ -1383,6 +1383,12 @@ export interface ProjectSettings {
|
||||
defaultDeleteBranchWithWorktree?: boolean;
|
||||
/** Auto-dismiss init script indicator after completion (default: true) */
|
||||
autoDismissInitScriptIndicator?: boolean;
|
||||
/**
|
||||
* List of file/directory paths (relative to project root) to copy into new worktrees.
|
||||
* Useful for files not tracked by git, like .env, local config files, etc.
|
||||
* Each entry is a relative path from the project root (e.g., ".env", ".env.local", "config/local.json").
|
||||
*/
|
||||
worktreeCopyFiles?: string[];
|
||||
|
||||
// Session Tracking
|
||||
/** Last chat session selected in this project */
|
||||
|
||||
Reference in New Issue
Block a user