signetai 0.217.1 → 0.217.3
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/mcp-stdio.js +2 -28
- package/native-manifest.json +14 -14
- package/package.json +6 -6
package/dist/mcp-stdio.js
CHANGED
|
@@ -60688,12 +60688,6 @@ async function requestMemoryHead(request) {
|
|
|
60688
60688
|
const owner = await getDbOwnerForAccessor(getDbAccessor());
|
|
60689
60689
|
return owner.submit({ kind: "memory_head", request }, { operation: `memory-head.${request.action}`, lane: "write", deadlineMs: 5000, estimatedWorkUnits: 1000 }).result;
|
|
60690
60690
|
}
|
|
60691
|
-
async function curateMemoryHead(input) {
|
|
60692
|
-
const result = await requestMemoryHead({ action: "curate", input });
|
|
60693
|
-
return result.ok ? result : { ok: false, code: "invalid", error: String(result.error) };
|
|
60694
|
-
}
|
|
60695
|
-
|
|
60696
|
-
// ../../platform/daemon/src/memory-head-curation.ts
|
|
60697
60691
|
function readCuratedMemoryHead(agentId) {
|
|
60698
60692
|
return requestMemoryHead({ action: "read", agentId });
|
|
60699
60693
|
}
|
|
@@ -60902,7 +60896,7 @@ function createDreamingCapabilities(params) {
|
|
|
60902
60896
|
const { accessor: accessor2, agentId, actor } = params;
|
|
60903
60897
|
return [
|
|
60904
60898
|
capability("memory_head_read", "Read curated memory head", "Read the scoped Dreaming-curated MEMORY.md head.", true, exports_external.object({ agentId: exports_external.string().min(1) }), async ({ agentId: scopeId }) => scopeId === agentId ? { ok: true, head: await readCuratedMemoryHead(scopeId) } : { ok: false, error: "Head scope must match the active agent" }),
|
|
60905
|
-
capability("memory_head_commit", "Commit curated memory head", "
|
|
60899
|
+
capability("memory_head_commit", "Commit curated memory head", "Publish the complete retained MEMORY.md entry set from a running content pass. Use the revision/hash from memory_head_read and exact source/quote support for each entry; omitted entries are removed. Record deferrals and no-change reasons with runbook_write.", false, exports_external.object({
|
|
60906
60900
|
agentId: exports_external.string().min(1),
|
|
60907
60901
|
passId: exports_external.string().min(1),
|
|
60908
60902
|
baseRevision: exports_external.number().int().nonnegative(),
|
|
@@ -61257,27 +61251,7 @@ function createDreamingCapabilities(params) {
|
|
|
61257
61251
|
...result.retryFrom !== undefined ? { retryFrom: result.retryFrom } : {},
|
|
61258
61252
|
items: result.items
|
|
61259
61253
|
};
|
|
61260
|
-
})
|
|
61261
|
-
...params.mode !== "incremental-content" ? [] : [
|
|
61262
|
-
capability("curate_memory_head", "Curate MEMORY.md head", "Content-pass-only audited MEMORY.md curation; hygiene passes cannot invoke this capability.", false, exports_external.object({
|
|
61263
|
-
passId: exports_external.string().min(1),
|
|
61264
|
-
agentId: exports_external.string().min(1),
|
|
61265
|
-
baseRevision: exports_external.number().int().nonnegative(),
|
|
61266
|
-
baseHash: exports_external.union([exports_external.literal(""), exports_external.string().length(64)]),
|
|
61267
|
-
content: exports_external.string().trim().min(1),
|
|
61268
|
-
entries: exports_external.array(exports_external.object({
|
|
61269
|
-
id: exports_external.string().trim().min(1),
|
|
61270
|
-
text: exports_external.string().trim().min(1),
|
|
61271
|
-
operation: exports_external.enum(["added", "updated", "removed", "deferred", "no-op"]),
|
|
61272
|
-
sourceRefs: exports_external.array(exports_external.string()),
|
|
61273
|
-
supportingQuotes: exports_external.array(exports_external.string())
|
|
61274
|
-
})).max(200)
|
|
61275
|
-
}), async (input) => {
|
|
61276
|
-
if (!params.passId || input.passId !== params.passId || input.agentId !== agentId)
|
|
61277
|
-
return { ok: false, error: "Head curation requires the active Dreaming pass" };
|
|
61278
|
-
return await curateMemoryHead(input);
|
|
61279
|
-
})
|
|
61280
|
-
]
|
|
61254
|
+
})
|
|
61281
61255
|
];
|
|
61282
61256
|
}
|
|
61283
61257
|
function getDreamingCapabilityManifest() {
|
package/native-manifest.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.217.
|
|
3
|
+
"version": "0.217.3",
|
|
4
4
|
"assets": [
|
|
5
5
|
{
|
|
6
6
|
"name": "signet-darwin-arm64",
|
|
7
7
|
"platform": "darwin-arm64",
|
|
8
|
-
"sha256": "
|
|
9
|
-
"size":
|
|
8
|
+
"sha256": "989b05248874fe846d59a377ed0a1fe5e60b7a54f21c23a9bcd76a5e61aa94ad",
|
|
9
|
+
"size": 166135072
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"name": "signet-darwin-x64",
|
|
13
13
|
"platform": "darwin-x64",
|
|
14
|
-
"sha256": "
|
|
15
|
-
"size":
|
|
14
|
+
"sha256": "eda29e77d3b160785b65f47f1064bd9e4560bdc9c483158eb1c73c9f7f4d97b2",
|
|
15
|
+
"size": 170822208
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"name": "signet-linux-arm64",
|
|
19
19
|
"platform": "linux-arm64",
|
|
20
|
-
"sha256": "
|
|
21
|
-
"size":
|
|
20
|
+
"sha256": "0b05f81007bbc133f45ed437b59b1fc7fddf7c218851fc52a6cdbe15cc574f5c",
|
|
21
|
+
"size": 213395189
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "signet-linux-x64",
|
|
25
25
|
"platform": "linux-x64",
|
|
26
|
-
"sha256": "
|
|
27
|
-
"size":
|
|
26
|
+
"sha256": "8f48dac4cbaee852244a1069c3bfa627f6072f64c32b3e10d3004401dedeaa81",
|
|
27
|
+
"size": 216183908
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"name": "signet-win32-x64.exe",
|
|
31
31
|
"platform": "win32-x64",
|
|
32
|
-
"sha256": "
|
|
33
|
-
"size":
|
|
32
|
+
"sha256": "65d57d3701f2a98bf3b80c5fde73c36397f61ae3167a1d3b372f26c172b661df",
|
|
33
|
+
"size": 222670336
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
36
|
"components": {
|
|
37
37
|
"connectors": {
|
|
38
|
-
"url": "signet-connectors-0.217.
|
|
39
|
-
"sha256": "
|
|
40
|
-
"size":
|
|
38
|
+
"url": "signet-connectors-0.217.3.tar.gz",
|
|
39
|
+
"sha256": "4d3718c36f8b75cb9406f7271128878f69ee304bb75fefddbdbacfcd702f653e",
|
|
40
|
+
"size": 22028
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "signetai",
|
|
3
|
-
"version": "0.217.
|
|
3
|
+
"version": "0.217.3",
|
|
4
4
|
"description": "Signet native CLI installer wrapper",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
67
|
"optionalDependencies": {
|
|
68
|
-
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.
|
|
69
|
-
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.
|
|
70
|
-
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.
|
|
71
|
-
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.
|
|
72
|
-
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.
|
|
68
|
+
"signetai-darwin-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.3/signetai-darwin-arm64-0.217.3.tgz",
|
|
69
|
+
"signetai-darwin-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.3/signetai-darwin-x64-0.217.3.tgz",
|
|
70
|
+
"signetai-linux-arm64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.3/signetai-linux-arm64-0.217.3.tgz",
|
|
71
|
+
"signetai-linux-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.3/signetai-linux-x64-0.217.3.tgz",
|
|
72
|
+
"signetai-win32-x64": "https://github.com/Signet-AI/signetai/releases/download/v0.217.3/signetai-win32-x64-0.217.3.tgz"
|
|
73
73
|
}
|
|
74
74
|
}
|