@mrciphersmith/keryx 0.2.53 → 0.2.54

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 +4 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -33785,7 +33785,7 @@ function buildMcpModuleEntry() {
33785
33785
  expose: {
33786
33786
  tools: true,
33787
33787
  resources: true,
33788
- modules: ["gdgraph", "gdctx", "security", "flow", "memory", "health", "testing", "wiki", "standard", "sac", "gdskills"]
33788
+ modules: ["gdgraph", "gdctx", "security", "flow", "memory", "health", "testing", "wiki", "standard", "sac", "slate", "gdskills"]
33789
33789
  }
33790
33790
  };
33791
33791
  }
@@ -43462,7 +43462,8 @@ var MODULE_MANIFEST_KEY = {
43462
43462
  wiki: "gdwiki",
43463
43463
  standard: null,
43464
43464
  mcp: null,
43465
- sac: null
43465
+ sac: null,
43466
+ slate: null
43466
43467
  };
43467
43468
  function readMcpEntry(manifest) {
43468
43469
  const entry = manifest.modules?.mcp;
@@ -53405,7 +53406,7 @@ import { spawnSync as spawnSync2 } from "child_process";
53405
53406
  // package.json
53406
53407
  var package_default = {
53407
53408
  name: "@mrciphersmith/keryx",
53408
- version: "0.2.53",
53409
+ version: "0.2.54",
53409
53410
  description: "Version-controlled project context for AI coding agents: code graph, architecture wiki, project memory, relevant tests, quality signals, and task flows.",
53410
53411
  private: false,
53411
53412
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrciphersmith/keryx",
3
- "version": "0.2.53",
3
+ "version": "0.2.54",
4
4
  "description": "Version-controlled project context for AI coding agents: code graph, architecture wiki, project memory, relevant tests, quality signals, and task flows.",
5
5
  "private": false,
6
6
  "publishConfig": {