holycodex 0.13.2-dev.207.1 → 0.13.2-dev.209.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.
- package/dist/cli.js +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.2-dev.
|
|
4394
|
+
var VERSION = "0.13.2-dev.209.1";
|
|
4395
4395
|
var SKILLS = [
|
|
4396
4396
|
"ast-grep",
|
|
4397
4397
|
"babysit-ci",
|
|
@@ -7143,7 +7143,7 @@ async function restoreTarget(target, source) {
|
|
|
7143
7143
|
}
|
|
7144
7144
|
async function removeObsoleteVersionCaches(cacheRoot) {
|
|
7145
7145
|
if (!await exists(cacheRoot)) return;
|
|
7146
|
-
for (const entry of await readdir(cacheRoot)) if (entry !== "0.13.2-dev.
|
|
7146
|
+
for (const entry of await readdir(cacheRoot)) if (entry !== "0.13.2-dev.209.1") await rm(join(cacheRoot, entry), {
|
|
7147
7147
|
recursive: true,
|
|
7148
7148
|
force: true
|
|
7149
7149
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.13.2-dev.
|
|
3
|
+
"version": "0.13.2-dev.209.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.13.2-dev.
|
|
42
|
+
"@holycodex/plugin": "0.13.2-dev.209.1",
|
|
43
43
|
"zod": "^4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|