@mrciphersmith/keryx 0.2.13 → 0.2.14
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/README.md +5 -5
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/assets/keryx-logo.png" alt="keryx" width="440">
|
|
2
|
+
<img src="https://raw.githubusercontent.com/MrCipherSmith/keryx/main/docs/assets/keryx-logo.png" alt="keryx" width="440">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">keryx</h1>
|
|
@@ -143,7 +143,7 @@ All Markdown and JSON. All diffable. All yours. And readable as a dashboard when
|
|
|
143
143
|
a human wants to look at it (`keryx dash`):
|
|
144
144
|
|
|
145
145
|
<p align="center">
|
|
146
|
-
<img src="docs/assets/dashboard.png" alt="The keryx dashboard: health score, attention signals, and the enabled modules" width="880">
|
|
146
|
+
<img src="https://raw.githubusercontent.com/MrCipherSmith/keryx/main/docs/assets/dashboard.png" alt="The keryx dashboard: health score, attention signals, and the enabled modules" width="880">
|
|
147
147
|
</p>
|
|
148
148
|
|
|
149
149
|
## The agent harness
|
|
@@ -170,14 +170,14 @@ Here it is answering a blast-radius question through the project graph rather
|
|
|
170
170
|
than by reading files and guessing — one tool call, twelve seconds:
|
|
171
171
|
|
|
172
172
|
<p align="center">
|
|
173
|
-
<img src="docs/assets/shell.png" alt="keryx shell answering a blast-radius question with the graph_affected tool" width="880">
|
|
173
|
+
<img src="https://raw.githubusercontent.com/MrCipherSmith/keryx/main/docs/assets/shell.png" alt="keryx shell answering a blast-radius question with the graph_affected tool" width="880">
|
|
174
174
|
</p>
|
|
175
175
|
|
|
176
176
|
And when it needs a decision from you, it asks with structured options instead
|
|
177
177
|
of guessing — the same `ask` the policy engine raises for a guarded action:
|
|
178
178
|
|
|
179
179
|
<p align="center">
|
|
180
|
-
<img src="docs/assets/shell-ask.png" alt="keryx shell asking the user a structured question with selectable options" width="880">
|
|
180
|
+
<img src="https://raw.githubusercontent.com/MrCipherSmith/keryx/main/docs/assets/shell-ask.png" alt="keryx shell asking the user a structured question with selectable options" width="880">
|
|
181
181
|
</p>
|
|
182
182
|
|
|
183
183
|
What is in it today:
|
|
@@ -212,7 +212,7 @@ Provider-neutral means what it says — the same loop, the same tool registry an
|
|
|
212
212
|
the same policy, with the model swapped out from under it:
|
|
213
213
|
|
|
214
214
|
<p align="center">
|
|
215
|
-
<img src="docs/assets/shell-deepseek.png" alt="The same keryx shell running the same tools against a different provider" width="880">
|
|
215
|
+
<img src="https://raw.githubusercontent.com/MrCipherSmith/keryx/main/docs/assets/shell-deepseek.png" alt="The same keryx shell running the same tools against a different provider" width="880">
|
|
216
216
|
</p>
|
|
217
217
|
|
|
218
218
|
You do not have to use it. Every module above works with Codex, Claude Code or
|
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.14",
|
|
48187
48187
|
description: "Version-controlled project context for AI coding agents: code graph, architecture wiki, project memory, relevant tests, quality signals, 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.14",
|
|
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": {
|