@cydm/pie 0.1.0 → 0.1.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -73719,7 +73719,7 @@ ${args}` : skillBlock;
73719
73719
  this.chatContainer.addChild(new Text(theme.fg("accent", "Reloading skills..."), 1, 0));
73720
73720
  this.ui.requestRender();
73721
73721
  try {
73722
- const builtinDir = path15.join(path15.dirname(new URL(import.meta.url).pathname), "..", "builtin", "skills");
73722
+ const builtinDir = path15.join(getBuiltinDir(), "skills");
73723
73723
  const userDir = path15.join(os4.homedir(), ".pie", "skills");
73724
73724
  const projectDir = path15.join(process.cwd(), ".pie", "skills");
73725
73725
  const result = loadSkills({ builtinDir, userDir, projectDir });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cydm/pie",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pie AI Agent CLI",
5
5
  "type": "module",
6
6
  "bin": {