diff --git a/.storkit/work/1_backlog/387_story_configurable_base_branch_name_in_project_toml.md b/.storkit/work/1_backlog/387_story_configurable_base_branch_name_in_project_toml.md index 540836e..3ccabd4 100644 --- a/.storkit/work/1_backlog/387_story_configurable_base_branch_name_in_project_toml.md +++ b/.storkit/work/1_backlog/387_story_configurable_base_branch_name_in_project_toml.md @@ -16,6 +16,7 @@ As a project owner, I want to configure the main branch name in project.toml (e. - [ ] The hardcoded "master" fallback in detect_base_branch is replaced by the project.toml setting when available - [ ] Agent prompt template {{base_branch}} resolves to the configured value - [ ] Existing projects without the setting continue to work unchanged (backwards compatible) +- [ ] project.toml.example uses base_branch = \"main\" as the example value; the actual project.toml uses base_branch = \"master\" ## Out of Scope