allagents 1.0.10 → 1.0.11
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26618,7 +26618,7 @@ async function removeUserEnabledSkill(skillKey) {
|
|
|
26618
26618
|
};
|
|
26619
26619
|
}
|
|
26620
26620
|
const newSkills = entry.skills.filter((s) => s !== skillName);
|
|
26621
|
-
entry.skills = newSkills
|
|
26621
|
+
entry.skills = newSkills;
|
|
26622
26622
|
await writeFile2(configPath, dump(config, { lineWidth: -1 }), "utf-8");
|
|
26623
26623
|
return { success: true };
|
|
26624
26624
|
} catch (error) {
|
|
@@ -28043,7 +28043,7 @@ async function removeEnabledSkill(skillKey, workspacePath = process.cwd()) {
|
|
|
28043
28043
|
};
|
|
28044
28044
|
}
|
|
28045
28045
|
const newSkills = entry.skills.filter((s) => s !== skillName);
|
|
28046
|
-
entry.skills = newSkills
|
|
28046
|
+
entry.skills = newSkills;
|
|
28047
28047
|
await writeFile4(configPath, dump(config, { lineWidth: -1 }), "utf-8");
|
|
28048
28048
|
return { success: true };
|
|
28049
28049
|
} catch (error) {
|
|
@@ -33430,7 +33430,7 @@ var package_default;
|
|
|
33430
33430
|
var init_package = __esm(() => {
|
|
33431
33431
|
package_default = {
|
|
33432
33432
|
name: "allagents",
|
|
33433
|
-
version: "1.0.
|
|
33433
|
+
version: "1.0.11",
|
|
33434
33434
|
description: "CLI tool for managing multi-repo AI agent workspaces with plugin synchronization",
|
|
33435
33435
|
type: "module",
|
|
33436
33436
|
bin: {
|