@rachel_rotenberg/ai-contribution-tracker 1.0.25 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -112,6 +112,7 @@ function ensurePassthroughHooks(hooksDir) {
112
112
  }
113
113
  }
114
114
 
115
+
115
116
  /** Install the global git commit-msg hook. */
116
117
  function installGitHook() {
117
118
  console.log("\nGit commit-msg hook:");
@@ -128,7 +129,6 @@ function installGitHook() {
128
129
  }
129
130
 
130
131
  if (existingPath) {
131
- // Use existing hooksPath directory
132
132
  fs.mkdirSync(existingPath, { recursive: true });
133
133
  appendOrCreateHook(existingPath);
134
134
  ensurePassthroughHooks(existingPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rachel_rotenberg/ai-contribution-tracker",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "OpenCode plugin — tracks AI coding sessions and tags git commits with Impacted by AI markers",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",