10 lines
380 B
JSON
10 lines
380 B
JSON
{
|
|
"name": "git-manager",
|
|
"description": "Manages git operations across one or more repositories (code, Obsidian vaults, etc.) through a single whitelisted wrapper script, avoiding the cd/chaining patterns that break Claude Code's Bash permission whitelist.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Henner"
|
|
},
|
|
"keywords": ["git", "version-control", "workflow"]
|
|
}
|