kwhittle_obsidian-github-tools/manifest.json
kry-kylewhittle 8c97e5f721 v1.0.8: safer branch switching, conflict/stash visibility in sidebar
Branch switch and pull now try the git operation directly first and only
fall back to auto-stash when local changes actually block it, fixing
switches that silently failed after a pull left an unresolved conflict.
The sidebar also now surfaces unresolved conflicts and stashes for the
repo, with one-click resolve/abort/apply/drop actions.

Also wires RELEASE_NOTES.md into the release workflow so Obsidian's
plugin update view shows a short human summary instead of just a
changelog compare link.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-01 18:01:41 +01:00

10 lines
325 B
JSON

{
"id": "github-repo-tools",
"name": "GitHub Repo Tools",
"version": "1.0.8",
"minAppVersion": "1.7.2",
"description": "Monitor a GitHub repo — staleness alerts, PR dashboard, and activity notifications.",
"author": "Kyle Whittle",
"authorUrl": "https://github.com/kry-kylewhittle",
"isDesktopOnly": true
}