@theholocron/cli 3.29.8 → 3.29.9
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.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -3753,7 +3753,7 @@ async function installSkills({ agent, skills, repoRoot }) {
|
|
|
3753
3753
|
const installed = [];
|
|
3754
3754
|
const missing = [];
|
|
3755
3755
|
for (const name of skills) {
|
|
3756
|
-
const srcDir = join(skillsRoot, "
|
|
3756
|
+
const srcDir = join(skillsRoot, "src", name);
|
|
3757
3757
|
try {
|
|
3758
3758
|
await stat(srcDir);
|
|
3759
3759
|
} catch {
|