mirror of
https://github.com/samvallad33/vestige.git
synced 2026-07-12 22:42:10 +02:00
Hardens Sanhedrin Receipt Lock for model-agnostic use, adds fail-open telemetry and receipt docs, fixes smart_ingest batch safety, wires opt-in CUDA Qwen3 device selection, and refreshes dashboard/release assets.\n\nFixes #54\nFixes #58\nFixes #60\nRefs #59
33 lines
921 B
JSON
33 lines
921 B
JSON
{
|
|
"manifest_version": "0.2",
|
|
"name": "vestige",
|
|
"display_name": "Vestige",
|
|
"version": "2.1.23",
|
|
"description": "AI memory system built on 130 years of cognitive science. FSRS-6 spaced repetition, synaptic tagging, and local-first storage.",
|
|
"author": {
|
|
"name": "Sam Valladares",
|
|
"url": "https://github.com/samvallad33"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/samvallad33/vestige"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"server": {
|
|
"type": "binary",
|
|
"entry_point": "server/vestige-mcp-darwin-arm64",
|
|
"mcp_config": {
|
|
"command": "${__dirname}/server/vestige-mcp-darwin-arm64",
|
|
"args": [],
|
|
"env": {},
|
|
"platform_overrides": {
|
|
"win32": {
|
|
"command": "${__dirname}/server/vestige-mcp-win32-x64.exe"
|
|
},
|
|
"linux": {
|
|
"command": "${__dirname}/server/vestige-mcp-linux-x64"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|