Trunk-based development (TBD) is a branching strategy where all developers (agents and humans) commit frequently to a single shared branch (`main`), with short-lived feature branches (<24 hours) us...
Trunk-based development (TBD) is a branching strategy where all developers (agents and humans) commit frequently to a single shared branch (main), with short-lived feature branches (<24 hours) us...
Trunk-based development (TBD) is a branching strategy where all developers (agents and humans) commit frequently to a single shared branch (main), with short-lived feature branches (<24 hours) used only for coordinated changes. This approach minimizes merge conflicts, accelerates feedback, and aligns naturally with agent task completion patterns.
Key principles:
main branch is always deployableWhen to use trunk-based development:
When to avoid:
npx skills add sddevelopment-be/Approach: Trunk-Based Development for Agent-First Workflows下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Category:other