@mrciphersmith/keryx 0.2.60 → 0.2.61
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 +1 -1
package/dist/cli.js
CHANGED
|
@@ -49502,7 +49502,7 @@ function webSandboxProfile(workspace, home) {
|
|
|
49502
49502
|
mode: "read-only",
|
|
49503
49503
|
network: "on",
|
|
49504
49504
|
writableRoots: [],
|
|
49505
|
-
readDenyList: [workspace, home],
|
|
49505
|
+
readDenyList: [workspace, ...defaultReadDenyList(home)],
|
|
49506
49506
|
allowedDomains: [],
|
|
49507
49507
|
required: true
|
|
49508
49508
|
};
|
|
@@ -53454,7 +53454,7 @@ import { spawnSync as spawnSync2 } from "child_process";
|
|
|
53454
53454
|
// package.json
|
|
53455
53455
|
var package_default = {
|
|
53456
53456
|
name: "@mrciphersmith/keryx",
|
|
53457
|
-
version: "0.2.
|
|
53457
|
+
version: "0.2.61",
|
|
53458
53458
|
description: "Version-controlled project context for AI coding agents: code graph, architecture wiki, project memory, relevant tests, quality signals, and task flows.",
|
|
53459
53459
|
private: false,
|
|
53460
53460
|
publishConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrciphersmith/keryx",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.61",
|
|
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": {
|