Hygiene
The five practices that keep Gemba Flow repositories clean and shippable.
- Trunk-Based Development — short-lived feature branches off
main; why long-lived branches break worse when agents are typing. - Conventional Commits — the commit-message structure that drives changelogs and release decisions.
- Semantic Release — automated semver tagging and changelog generation via Conventional Commits.
- Ticket Format — Agentic PRD Lite and the four Power Sections that give agents the context they need.
- Framework SDLC — how Gemba Flow itself is developed, tested, and released.
Last updated on