@blxzer/cursor-trellis 0.2.5 → 0.2.6

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.
@@ -8,14 +8,14 @@ import { fileURLToPath } from "node:url";
8
8
  const __filename = fileURLToPath(import.meta.url);
9
9
  const __dirname = dirname(__filename);
10
10
 
11
- // smart-search is installed alongside cursor-trellis in node_modules
12
- // Navigate from bin/ -> ../ -> node_modules/@blxzer/smart-search/bin/smart-search.js
11
+ // smart-search npm wrapper is at: node_modules/@blxzer/smart-search/npm/bin/smart-search.js
13
12
  const smartSearchBin = join(
14
13
  __dirname,
15
14
  "..",
16
15
  "node_modules",
17
16
  "@blxzer",
18
17
  "smart-search",
18
+ "npm",
19
19
  "bin",
20
20
  "smart-search.js"
21
21
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blxzer/cursor-trellis",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "AI capabilities grow like ivy — Trellis provides the structure to guide them along a disciplined path",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",