@mrciphersmith/keryx 0.2.9 → 0.2.10
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 +1 -1
package/dist/cli.js
CHANGED
|
@@ -48183,7 +48183,7 @@ Usage:
|
|
|
48183
48183
|
// package.json
|
|
48184
48184
|
var package_default = {
|
|
48185
48185
|
name: "@mrciphersmith/keryx",
|
|
48186
|
-
version: "0.2.
|
|
48186
|
+
version: "0.2.10",
|
|
48187
48187
|
description: "CLI-first metaproject workspace for AI agents, code graph, project memory, health reports, testing context, wiki, skills, and task flows.",
|
|
48188
48188
|
private: false,
|
|
48189
48189
|
publishConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrciphersmith/keryx",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "CLI-first metaproject workspace for AI agents, code graph, project memory, health reports, testing context, wiki, skills, and task flows.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|