vestige/packages/vestige-mcp-npm/package.json
Sam Valladares d4477976cb chore(release): v2.2.0 — Retroactive Salience + Tool Consolidation
Version bump 2.1.27 -> 2.2.0 across workspace crates + npm packages.

v2.2.0 = three coherent value streams:
- Retroactive Salience Backfill (Cai 2024 Nature) — memory with hindsight
- MCP Tool Consolidation (34 -> 13 advertised tools)
- deep_reference engine upgrades (F32 / RRF / claim-contradiction / band-gate)
  + recall/compose CLI
- security & correctness audit-swarm fixes

The Black Box / trace-receipt / cloud-sync / launch-UI bundle (PR #98) is a
separate coupled feature stream and ships as its own follow-up release.

Gates: 1550 tests pass, clippy -D warnings clean, dashboard check + build clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 15:15:54 -05:00

45 lines
897 B
JSON

{
"name": "vestige-mcp-server",
"version": "2.2.0",
"mcpName": "io.github.samvallad33/vestige",
"description": "Vestige MCP Server — local cognitive memory for MCP-compatible AI agents",
"bin": {
"vestige-mcp": "bin/vestige-mcp.js",
"vestige": "bin/vestige.js",
"vestige-restore": "bin/vestige-restore.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"keywords": [
"mcp",
"claude",
"opencode",
"ai",
"memory",
"vestige",
"fsrs",
"spaced-repetition",
"neuroscience",
"cognitive",
"3d-visualization"
],
"author": "Sam Valladares",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/samvallad33/vestige.git"
},
"engines": {
"node": ">=18"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}