Commit Graph

3 Commits

Author SHA1 Message Date
Henner M. Kruse a2a1b347f6 Bump plugin versions for the setup.md fix (missed in prior commit)
git-manager 1.1.0 -> 1.1.1, obsidian-vault-kb 1.0.0 -> 1.0.1, in both
plugin.json and the marketplace.json entry, per the convention in
ARCHITECTURE.md ("Bump version in the plugin's plugin.json and its
marketplace.json entry on updates") that commit 9f39a89 should have
followed. Patch bump: the setup.md changes fix a bug and add
argument-hint handling, no new flags or breaking changes.

This also matters functionally, not just for convention: the exact bug
that commit fixed was Claude Code leaving a stale, un-bumped version
directory in the plugin cache alongside the active one. Not bumping the
version here would mean this very fix might not get a fresh cache
directory on the next `/plugin marketplace update`.
2026-08-05 18:19:29 +00:00
Henner M. Kruse d481d4f2a4 Bump git-manager plugin to 1.1.0
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.
2026-08-04 14:05:28 +00:00
Henner M. Kruse e485d33f00 Added git-manager, updated READMEs 2026-08-04 10:45:25 +02:00