holycodex 0.13.7-dev.223.1 → 0.13.7

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
@@ -4391,7 +4391,7 @@ function superRefine(fn, params) {
4391
4391
  }
4392
4392
  //#endregion
4393
4393
  //#region packages/cli/src/catalog.ts
4394
- var VERSION = "0.13.7-dev.223.1";
4394
+ var VERSION = "0.13.7";
4395
4395
  var SKILLS = [
4396
4396
  "ast-grep",
4397
4397
  "babysit-ci",
@@ -7413,7 +7413,7 @@ function specializationFailure(name, flag, result) {
7413
7413
  }
7414
7414
  async function removeObsoleteVersionCaches(cacheRoot) {
7415
7415
  if (!await exists(cacheRoot)) return;
7416
- for (const entry of await readdir(cacheRoot)) if (entry !== "0.13.7-dev.223.1") await rm(join(cacheRoot, entry), {
7416
+ for (const entry of await readdir(cacheRoot)) if (entry !== "0.13.7") await rm(join(cacheRoot, entry), {
7417
7417
  recursive: true,
7418
7418
  force: true
7419
7419
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holycodex",
3
- "version": "0.13.7-dev.223.1",
3
+ "version": "0.13.7",
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.13.7-dev.223.1",
45
+ "@holycodex/plugin": "0.13.7",
46
46
  "zod": "^4.4.3"
47
47
  },
48
48
  "devDependencies": {