storkit: merge 387_story_configurable_base_branch_name_in_project_toml

This commit is contained in:
dave
2026-03-25 13:30:48 +00:00
parent 96ebd7ecb8
commit a1a30bcc42
4 changed files with 157 additions and 3 deletions

View File

@@ -13,6 +13,11 @@ max_coders = 3
# Set to 0 to disable retry limits.
max_retries = 2
# Base branch name for this project. Worktree creation, merges, and agent prompts
# use this value for {{base_branch}}. When not set, falls back to auto-detection
# (reads current HEAD branch).
base_branch = "master"
[[component]]
name = "frontend"
path = "frontend"