holycodex 0.7.4-dev.29702567006.1 → 0.8.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.
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -4087,7 +4087,7 @@ async function installCodexSlimEdit(input, env = process.env) {
|
|
|
4087
4087
|
}
|
|
4088
4088
|
//#endregion
|
|
4089
4089
|
//#region packages/cli/src/catalog.ts
|
|
4090
|
-
var VERSION = "0.
|
|
4090
|
+
var VERSION = "0.8.0";
|
|
4091
4091
|
var SKILLS = [
|
|
4092
4092
|
"ast-grep",
|
|
4093
4093
|
"caveman",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "holycodex",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
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.
|
|
42
|
+
"@holycodex/plugin": "0.8.0",
|
|
43
43
|
"zod": "^4.4.3"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|