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

@@ -1791,6 +1791,7 @@ mod tests {
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,