holycodex 0.7.3-dev.29650093352.1 → 0.7.4-dev.29653277511.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 +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -3925,7 +3925,7 @@ function superRefine(fn, params) {
|
|
|
3925
3925
|
}
|
|
3926
3926
|
//#endregion
|
|
3927
3927
|
//#region packages/cli/src/catalog.ts
|
|
3928
|
-
var VERSION = "0.7.
|
|
3928
|
+
var VERSION = "0.7.4-dev.29653277511.1";
|
|
3929
3929
|
var SKILLS = [
|
|
3930
3930
|
"ast-grep",
|
|
3931
3931
|
"caveman",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4-dev.29653277511.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.7.
|
|
42
|
+
"@holycodex/plugin": "0.7.4-dev.29653277511.1",
|
|
43
43
|
"zod": "^4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|