storkit: create 387_story_configurable_base_branch_name_in_project_toml

This commit is contained in:
dave
2026-03-24 22:20:49 +00:00
parent b62974dd88
commit a9aa88b655

View File

@@ -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 - [ ] 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 - [ ] Agent prompt template {{base_branch}} resolves to the configured value
- [ ] Existing projects without the setting continue to work unchanged (backwards compatible) - [ ] 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 ## Out of Scope