@justestif/pk 0.2.1 → 0.2.2

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/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -17713,7 +17713,7 @@ var {
17713
17713
  var package_default = {
17714
17714
  name: "@justestif/pk",
17715
17715
  type: "module",
17716
- version: "0.2.1",
17716
+ version: "0.2.2",
17717
17717
  description: "Project knowledge \u2014 structured intake, search, and recall",
17718
17718
  bin: {
17719
17719
  pk: "dist/index.js"
@@ -34249,6 +34249,9 @@ async function writeClaudeHook(projectRoot) {
34249
34249
  if (!ups.some(hasPkEval)) {
34250
34250
  ups.push(wrappedHook);
34251
34251
  }
34252
+ if (!ups.some(hasPkEval)) {
34253
+ ups.push(wrappedHook);
34254
+ }
34252
34255
  hooks.UserPromptSubmit = ups;
34253
34256
  settings.hooks = hooks;
34254
34257
  await writeJson(settingsPath, settings);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justestif/pk",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "description": "Project knowledge — structured intake, search, and recall",
6
6
  "bin": {
7
7
  "pk": "dist/index.js"