@nklisch/pi-enhanced 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.2.2
4
+
5
+ ### Fixed
6
+
7
+ - Point the bundled FFF compatibility resource at its extension entrypoint instead of its source directory, preventing Pi from trying to load the finder lifecycle helper as an extension.
8
+
3
9
  ## v0.2.1
4
10
 
5
11
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-fff-compat",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Fast FFF-backed file search through Pi-native find/grep semantics — glob-only file lookup and exact regex/literal grep with no fuzzy fallback.",
5
5
  "author": {
6
6
  "name": "nklisch"
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "pi": {
32
32
  "extensions": [
33
- "./extensions"
33
+ "./extensions/fff-compat-search.ts"
34
34
  ]
35
35
  },
36
36
  "private": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-enhanced",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Pi, enhanced — one install for nklisch's full harness: policy-gated command review, plugin marketplace, subagents, background tasks, research tools, search, model modes, and a curated UX set.",
5
5
  "author": {
6
6
  "name": "nklisch"
@@ -29,7 +29,7 @@
29
29
  "pi": {
30
30
  "extensions": [
31
31
  "./node_modules/@nklisch/pi-conveniences/extensions",
32
- "./node_modules/@nklisch/pi-fff-compat/extensions",
32
+ "./node_modules/@nklisch/pi-fff-compat/extensions/fff-compat-search.ts",
33
33
  "./node_modules/@nklisch/pi-model-modes/extensions/index.ts",
34
34
  "./node_modules/@nklisch/pi-background-tasks/extensions/background-tasks.ts",
35
35
  "./node_modules/@nklisch/pi-plugins/dist/pi/production-subagents-extension.js",
@@ -34,6 +34,14 @@ const declared = [
34
34
  ].map((p) => p.replace(/^\.\//, ""));
35
35
 
36
36
  const failures = [];
37
+ const fffCompatEntrypoint = "./node_modules/@nklisch/pi-fff-compat/extensions/fff-compat-search.ts";
38
+ if (!manifest.pi.extensions.includes(fffCompatEntrypoint)) {
39
+ failures.push(`${fffCompatEntrypoint} (FFF compatibility extension entrypoint not declared)`);
40
+ }
41
+ if (manifest.pi.extensions.includes("./node_modules/@nklisch/pi-fff-compat/extensions")) {
42
+ failures.push("node_modules/@nklisch/pi-fff-compat/extensions (directory would load non-extension helpers)");
43
+ }
44
+
37
45
  for (const declaredPath of declared) {
38
46
  // A declared path may be a directory, a single file, or a SKILL.md path.
39
47
  // It is satisfied when the tarball contains the path itself or anything