feat(ecc2): enforce configurable worktree branch prefixes

This commit is contained in:
Affaan Mustafa
2026-04-09 08:08:42 -07:00
parent b01a300c31
commit 941d4e6172
4 changed files with 118 additions and 40 deletions

View File

@@ -9604,6 +9604,7 @@ diff --git a/src/next.rs b/src/next.rs
Config {
db_path: root.join("state.db"),
worktree_root: root.join("worktrees"),
worktree_branch_prefix: "ecc".to_string(),
max_parallel_sessions: 4,
max_parallel_worktrees: 4,
session_timeout_secs: 60,