GitNexus/gitnexus/skills
Linus Beckhaus c4eaf45ab1
feat(hooks): auto-reindex notification with cross-platform hardening (#205)
Adds PostToolUse hook that detects stale GitNexus index after git mutations (commit, merge, rebase, cherry-pick, pull) and notifies the agent to reindex. Uses lightweight staleness check (git rev-parse HEAD vs meta.json) instead of running gitnexus analyze synchronously, avoiding KuzuDB corruption and 120s blocks. Security and cross-platform hardening: remove shell:true from all spawnSync calls, use .cmd extensions on Windows, add path.isAbsolute(cwd) guards, fix setup.ts path escaping with JSON.stringify, use sendHookResponse() consistently. Includes 73 regression tests.
2026-03-07 08:59:54 +00:00
..
gitnexus-cli.md feat(hooks): auto-reindex notification with cross-platform hardening (#205) 2026-03-07 08:59:54 +00:00
gitnexus-debugging.md feat(skills): rewrite skill descriptions for better auto-invocation 2026-02-26 18:24:41 +05:30
gitnexus-exploring.md feat(skills): rewrite skill descriptions for better auto-invocation 2026-02-26 18:24:41 +05:30
gitnexus-guide.md feat(skills): rewrite skill descriptions for better auto-invocation 2026-02-26 18:24:41 +05:30
gitnexus-impact-analysis.md feat(skills): rewrite skill descriptions for better auto-invocation 2026-02-26 18:24:41 +05:30
gitnexus-pr-review.md feat: security hardening, MCP improvements, skills, hooks, and CLI updates 2026-03-01 20:13:42 +05:30
gitnexus-refactoring.md feat(skills): rewrite skill descriptions for better auto-invocation 2026-02-26 18:24:41 +05:30