Armory
Source
Browse
CLAUDE.md / Rules

allow-git-operations

Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install allow-git-operations --cli claude

writes the file to.claude/rules/allow-git-operations.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/allow-git-operations.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.

When to use it

Allow common git operations for version control workflow. Permits git status, diff, add, commit, and push operations while maintaining security by requiring explicit permission for potentially destructive operations.

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/permissions/allow-git-operations.json | jq .

Notes

Extracted from davila7/claude-code-templates, permissions category.