kwhittle_obsidian-github-tools/manifest.json
kry-kylewhittle fd2818ad56 Fix off-by-one in file path parsing for first uncommitted file
stdout.trim() was stripping the leading space from the first line of
git status --porcelain output, causing substring(3) to index one char
into the filename. Switch to trimEnd() to only strip trailing newlines.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-16 09:27:37 +01:00

10 lines
325 B
JSON

{
"id": "github-repo-tools",
"name": "GitHub Repo Tools",
"version": "1.0.2",
"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
}