holycodex 0.9.1-dev.30060951309.1 → 0.9.1

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
@@ -4252,7 +4252,7 @@ function superRefine(fn, params) {
4252
4252
  }
4253
4253
  //#endregion
4254
4254
  //#region packages/cli/src/catalog.ts
4255
- var VERSION = "0.9.1-dev.30060951309.1";
4255
+ var VERSION = "0.9.1";
4256
4256
  var SKILLS = [
4257
4257
  "ast-grep",
4258
4258
  "caveman",
@@ -5408,7 +5408,7 @@ async function install(options, runtime = defaultRuntime) {
5408
5408
  const previousPlan = readManagedPlan(existingConfig);
5409
5409
  const config = installConfig(existingConfig, options.autonomy, runtime.platform, plan, options.maxSubagents);
5410
5410
  await atomicWrite(target.config, config);
5411
- await rm(target.marketplaceCache, {
5411
+ await rm(target.cache, {
5412
5412
  recursive: true,
5413
5413
  force: true
5414
5414
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holycodex",
3
- "version": "0.9.1-dev.30060951309.1",
3
+ "version": "0.9.1",
4
4
  "description": "Lean Codex-only agent toolkit installer and doctor",
5
5
  "keywords": [
6
6
  "agents",
@@ -39,7 +39,7 @@
39
39
  "prepack": "vp run --workspace-root build"
40
40
  },
41
41
  "dependencies": {
42
- "@holycodex/plugin": "0.9.1-dev.30060951309.1",
42
+ "@holycodex/plugin": "0.9.1",
43
43
  "zod": "^4.4.3"
44
44
  },
45
45
  "engines": {