Sign In

jamgate

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jamgate - npm Package Compare versions

Comparing version
0.13.0
to
0.13.1
+2
-1
dist/gate/pipeline.js

@@ -255,3 +255,4 @@ // The shared save pipeline (D-049).

`This was saved as type "${m.type}", which expires on ${m.expiresAt.slice(0, 10)} — ` +
`after that it stays on disk but is hidden from recall, and is eventually compacted. ` +
`after that it stays on disk and is never deleted — it came from a human, so TTL may ` +
`hide it but never destroys it (D-072) — but it is invisible to recall until re-saved. ` +
`It came from "${m.source}", so if the user meant it to LAST, re-save it as "identity" ` +

@@ -258,0 +259,0 @@ `or "preference" (never expire) or "project" (months). If it really is a passing state, ` +

@@ -21,4 +21,5 @@ // Terminal front-end for `jamgate expired` (D-055).

Nothing is modified. A record shown here is invisible to recall today and will be
deleted by compaction on the date given; re-save it with a durable type
Nothing is modified. A record shown here is invisible to recall today. One a human
asked for is NEVER deleted (D-072); an agent-inferred one is deleted by compaction on
the date given. Either way, re-save it under the SAME subject with a durable type
(identity / preference / project) if it should have lasted.`;

@@ -25,0 +26,0 @@ /** `jamgate expired` — report, never mutate. Exit 0 even when the list is empty; an empty

@@ -9,2 +9,2 @@ /**

*/
export const VERSION = "0.13.0";
export const VERSION = "0.13.1";
{
"name": "jamgate",
"version": "0.13.0",
"version": "0.13.1",
"mcpName": "io.github.amirj4m/jamgate",

@@ -5,0 +5,0 @@ "description": "A neutral, cross-agent memory quality gate for AI agents, delivered as an MCP server — a gate, not a store.",