git-flow-status
Display comprehensive Git Flow status with branch type, sync status, and change indicators. Shows branch type icon (馃尶 feature, 馃殌 release, 馃敟 hotfix), commits ahead/behind, modified/added/deleted files, and merge target branch.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install git-flow-status --cli claudewrites the file to.claude/rules/git-flow-status.mdListed as compatible
# fetches the source and writes it to:
.claude/rules/git-flow-status.mdNeeds the armory CLI 路 not on npm yet, build it from cli/ in the repository
What it is
Display comprehensive Git Flow status with branch type, sync status, and change indicators. Shows branch type icon (馃尶 feature, 馃殌 release, 馃敟 hotfix), commits ahead/behind, modified/added/deleted files, and merge target branch.
When to use it
Display comprehensive Git Flow status with branch type, sync status, and change indicators. Shows branch type icon (馃尶 feature, 馃殌 release, 馃敟 hotfix), commits ahead/behind, modified/added/deleted files, and merge target branch.
How to install / invoke
# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/statusline/git-flow-status.json | jq .
Notes
Extracted from davila7/claude-code-templates, statusline category.