@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.
- package/dist/cli.js +1 -1
- 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(
|
|
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 });
|