github safishamsi/graphify v0.4.32

10 hours ago

What's fixed

#520/graphify <path> now respects the specified directory

The skill was placing graphify-out/ in the current working directory instead of inside the target path. Fixed by adding cd INPUT_PATH as the very first command in Step 1, and changing detect(Path('INPUT_PATH'))detect(Path('.')) so all relative paths resolve correctly from the target directory. Applied to both skill.md and skill-opencode.md.

#516 — git hook install/uninstall works from worktree checkouts

_hooks_dir() was using git config core.hooksPath which doesn't resolve the shared hooks directory for worktree checkouts. Now uses git rev-parse --path-format=absolute --git-path hooks which git resolves correctly for both normal repos and worktrees. Includes regression tests for install/uninstall from a worktree.

#517 — GitHub dependency graph (no code change needed)

pyproject.toml already points to the correct repository. GitHub's dependency graph cache will update itself.

Don't miss a new graphify release

NewReleases is sending notifications on new releases.