Loading...
Loading...
Aplicar e revisar o modelo Gitflow de branches (main, develop, feature/*, release/*, hotfix/*, support/*), convenção de nomes, política de merge e sequência de release/hotfix. Use quando o projeto adotar Gitflow explicitamente ou a pessoa pedir esse fluxo de branches; use também para nomear, sequenciar e fechar feature/release/hotfix num projeto que já declarou Gitflow; não proponha Gitflow por inferência a partir da estrutura do repositório, não use para resolver conflito já aberto (`$specsfy-specialist-merge-conflict-resolution`) nem para desenhar o pipeline de CI/CD (`$specsfy-specialist-delivery-engineering`).
npx skill4agent add promovaweb/specsfy specsfy-specialist-gitflowmainmasterdevelopfeature/*release/*hotfix/*git flowgit config --get-regexp '^gitflow\.'feature/release/hotfix/develop$specsfy-specialist-merge-conflict-resolution$specsfy-specialist-delivery-engineeringgit branch -agit config --get-regexp '^gitflow\.'mainmasterdevelopmaindevelopfeature/release/hotfix/support/$specsfy-aux-rules.specsfy/RULES.mdfeature/*developrelease/*developmaindevelophotfix/*mainmaindevelopmerge --no-ffrelease/*hotfix/*maindeveloprelease/*hotfix/*git merge --no-fffeature/*release/*hotfix/*feature/<slug>release/<versao>hotfix/<versao-ou-slug>feature-xfeature/yrelease/*hotfix/*developmainrelease/*feature/*hotfix/*maindeveloprelease/*mainfeature/*release/*hotfix/*maindevelopfeature/release/hotfix/release/*maindeveloprelease/*developreleasehotfixgit log --graph --oneline --allgit log --first-parent main--no-fffeature/release/hotfix/git branch -a --merged developgit branch -a --merged mainmainrelease/*hotfix/*git tag --contains <commit-do-merge>developgit log develop --oneline | grep <commit>.specsfy/RULES.md$specsfy-aux-rulesdevelop--no-ffreleasehotfix$specsfy-specialist-merge-conflict-resolutionfeature/release/hotfix/$specsfy-specialist-delivery-engineeringmaingit flow