What problem does it solve?
This guide provides a governance-backed, repeatable lifecycle for developing, reviewing, and releasing code within Treadstone, ensuring changes pass through feature branches, pull requests, CI validation, and controlled production deployment instead of direct merges to main.
Core Features & Use Cases
- Never push directly to main; all changes land via Pull Requests and require CI checks.
- Standardized, agent-facing lifecycle for ship, bump, release, merge, and deploy-all, including language/codeword guidance (合并代码 / 发版本 / 发生产).
- Source of truth for agents executing ship, bump, release, merge, or deploy-all, providing a single governance reference across the workflow.
Use cases include coordinating feature-branch development for new releases, triggering PR workflows, automating version bumps, and coordinating production deployment through defined steps.
Quick Start
Follow the documented lifecycle steps to create a feature branch, open a PR, run CI, merge, bump version, and deploy to production.