holycodex 0.14.0-dev.227.1 → 0.14.0

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/cli.js +2 -2
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -4167,7 +4167,7 @@ function superRefine(fn, params) {
4167
4167
  }
4168
4168
  //#endregion
4169
4169
  //#region packages/cli/src/catalog.ts
4170
- var VERSION = "0.14.0-dev.227.1";
4170
+ var VERSION = "0.14.0";
4171
4171
  var SKILLS = [
4172
4172
  "ast-grep",
4173
4173
  "babysit-ci",
@@ -6807,7 +6807,7 @@ function specializationFailure(name, flag, result) {
6807
6807
  }
6808
6808
  async function removeObsoleteVersionCaches(cacheRoot) {
6809
6809
  if (!await exists(cacheRoot)) return;
6810
- for (const entry of await readdir(cacheRoot)) if (entry !== "0.14.0-dev.227.1") await rm(join(cacheRoot, entry), {
6810
+ for (const entry of await readdir(cacheRoot)) if (entry !== "0.14.0") await rm(join(cacheRoot, entry), {
6811
6811
  recursive: true,
6812
6812
  force: true
6813
6813
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holycodex",
3
- "version": "0.14.0-dev.227.1",
3
+ "version": "0.14.0",
4
4
  "description": "HolyCodex installer, doctor, and cleanup CLI for durable Codex workflows",
5
5
  "keywords": [
6
6
  "agents",
@@ -42,7 +42,7 @@
42
42
  "prepack": "vp run --workspace-root build"
43
43
  },
44
44
  "dependencies": {
45
- "@holycodex/plugin": "0.14.0-dev.227.1",
45
+ "@holycodex/plugin": "0.14.0",
46
46
  "zod": "^4.4.3"
47
47
  },
48
48
  "devDependencies": {