ferix-code 0.0.2-beta.21 → 0.0.2-beta.22

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/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -74,10 +74,10 @@ init_esm_shims();
74
74
  // ../sync/dist/index.js
75
75
  init_esm_shims();
76
76
 
77
- // ../sync/dist/chunk-63UBJFJU.js
77
+ // ../sync/dist/chunk-BQ2XAXLD.js
78
78
  init_esm_shims();
79
79
 
80
- // ../sync/dist/chunk-SKJVRL7W.js
80
+ // ../sync/dist/chunk-OF6PZIZO.js
81
81
  init_esm_shims();
82
82
  import { Schema as S } from "effect";
83
83
  var PackageNameSchema = S.String.pipe(
@@ -139,7 +139,7 @@ var decodePackageOrgsResponse = S.decodeUnknown(
139
139
  var decodeSkillReposResponse = S.decodeUnknown(
140
140
  SkillReposResponseSchema
141
141
  );
142
- var CONVEX_URL = "https://benevolent-marmot-861.convex.cloud";
142
+ var CONVEX_URL = "https://majestic-gnu-964.convex.cloud";
143
143
  var NON_NPM_VERSION_PREFIXES = [
144
144
  "workspace:",
145
145
  "file:",
@@ -6077,7 +6077,7 @@ var wrapper_default = import_websocket.default;
6077
6077
  var nodeWebSocket = wrapper_default;
6078
6078
  setDefaultWebSocketConstructor(nodeWebSocket);
6079
6079
 
6080
- // ../sync/dist/chunk-63UBJFJU.js
6080
+ // ../sync/dist/chunk-BQ2XAXLD.js
6081
6081
  import { Effect, Schema as S2 } from "effect";
6082
6082
  var findSkillRepos = (orgs) => Effect.gen(function* () {
6083
6083
  const response = yield* Effect.tryPromise({
@@ -6139,7 +6139,7 @@ var installSkills = (repos, options = {}) => {
6139
6139
  });
6140
6140
  };
6141
6141
 
6142
- // ../sync/dist/chunk-52VC6QQ3.js
6142
+ // ../sync/dist/chunk-BVD6LQF7.js
6143
6143
  init_esm_shims();
6144
6144
  import { Effect as Effect3, Schema as S3 } from "effect";
6145
6145
  var resolvePackageOrgs = (packageNames) => Effect3.gen(function* () {
@@ -6276,7 +6276,7 @@ import pc17 from "picocolors";
6276
6276
  // package.json
6277
6277
  var package_default = {
6278
6278
  name: "ferix-code",
6279
- version: "0.0.2-beta.21",
6279
+ version: "0.0.2-beta.22",
6280
6280
  description: "Composable RALPH loops for AI coding agents - v2 with Effect",
6281
6281
  type: "module",
6282
6282
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ferix-code",
3
- "version": "0.0.2-beta.21",
3
+ "version": "0.0.2-beta.22",
4
4
  "description": "Composable RALPH loops for AI coding agents - v2 with Effect",
5
5
  "type": "module",
6
6
  "bin": {