mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-24 16:26:22 +02:00
28-module CognitiveEngine with full neuroscience pipeline on every tool call. FSRS-6 now fully automatic: periodic consolidation (6h timer + inline every 100 tool calls), real retrievability formula, episodic-to-semantic auto-merge, cross-memory reinforcement, Park et al. triple retrieval scoring, ACT-R base-level activation, personalized w20 optimization. New tools (19 → 23): - dream: memory consolidation via replay, discovers hidden connections - explore_connections: graph traversal (chain, associations, bridges) - predict: proactive retrieval based on context and activity patterns - restore: memory restore from JSON backups All existing tools upgraded with cognitive pre/post processing pipelines. 33 files changed, ~4,100 lines added. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build.sh | ||
| manifest.json | ||
| README.md | ||
Vestige MCPB
One-click installation bundle for Claude Desktop.
For Users
- Download
vestige-1.1.0.mcpbfrom GitHub Releases - Double-click to install
- Restart Claude Desktop
That's it. No npm, no terminal, no config files.
For Developers
Building the bundle
# Install mcpb CLI
npm install -g @anthropic-ai/mcpb
# Download binaries from GitHub release
./build.sh
# Pack
mcpb pack
Structure
vestige-mcpb/
├── manifest.json # Bundle metadata
├── server/ # Platform binaries (downloaded)
│ ├── vestige-mcp-darwin-arm64
│ ├── vestige-mcp-linux-x64
│ └── vestige-mcp-win32-x64.exe
└── vestige-1.1.0.mcpb # Final bundle (generated)