d481d4f2a4
Backward-compatible feature addition (raw-git nudge hook, tag subcommand, repo-ambiguity guidance in SKILL.md). Bumping per ARCHITECTURE.md's documented convention, and because the plugin cache path is version-keyed (~/.claude/plugins/cache/skill-repo/git-manager/<version>/), so a bump is also what makes /plugin marketplace update reliably pick up the change.
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.1.0",
|
|
"author": {
|
|
"name": "Henner"
|
|
},
|
|
"keywords": ["git", "version-control", "workflow"]
|
|
}
|