ferix-code 0.0.2-beta.23 → 0.0.2-beta.24
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
|
@@ -6116,7 +6116,7 @@ var findSkillRepos = (orgs, dev) => Effect.gen(function* () {
|
|
|
6116
6116
|
return validated;
|
|
6117
6117
|
});
|
|
6118
6118
|
|
|
6119
|
-
// ../sync/dist/chunk-
|
|
6119
|
+
// ../sync/dist/chunk-FXKCLMLB.js
|
|
6120
6120
|
init_esm_shims();
|
|
6121
6121
|
import { exec } from "child_process";
|
|
6122
6122
|
import { promisify } from "util";
|
|
@@ -6126,7 +6126,7 @@ var installSingleSkill = (repo, options) => Effect2.tryPromise({
|
|
|
6126
6126
|
try: async () => {
|
|
6127
6127
|
const repoId = `${repo.owner}/${repo.repo}`;
|
|
6128
6128
|
const globalFlag = options.global === true ? " --global" : "";
|
|
6129
|
-
const command = `npx skills add ${repoId}${globalFlag}`;
|
|
6129
|
+
const command = `npx skills add ${repoId}${globalFlag} --yes`;
|
|
6130
6130
|
await execAsync(command);
|
|
6131
6131
|
return repoId;
|
|
6132
6132
|
},
|
|
@@ -6375,7 +6375,7 @@ import pc17 from "picocolors";
|
|
|
6375
6375
|
// package.json
|
|
6376
6376
|
var package_default = {
|
|
6377
6377
|
name: "ferix-code",
|
|
6378
|
-
version: "0.0.2-beta.
|
|
6378
|
+
version: "0.0.2-beta.24",
|
|
6379
6379
|
description: "Composable RALPH loops for AI coding agents - v2 with Effect",
|
|
6380
6380
|
type: "module",
|
|
6381
6381
|
bin: {
|