mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
docs: add Vestige project
This commit is contained in:
parent
6624a86531
commit
e5e8792682
1 changed files with 18 additions and 0 deletions
18
data/projects/vestige.yaml
Normal file
18
data/projects/vestige.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Vestige
|
||||
repo: https://github.com/samvallad33/vestige
|
||||
tagline: Local persistent memory for OpenCode agents
|
||||
description: Adds local and project-scoped MCP memory to OpenCode, so agents can remember decisions, preferences, architecture context, and previous fixes across sessions.
|
||||
scope:
|
||||
- global
|
||||
- project
|
||||
tags:
|
||||
- mcp
|
||||
- memory
|
||||
- local-first
|
||||
- opencode
|
||||
- ai-agents
|
||||
min_version: 1.16.2
|
||||
homepage: https://github.com/samvallad33/vestige
|
||||
installation: |
|
||||
npm install -g vestige-mcp-server@latest
|
||||
npx @vestige/init
|
||||
Loading…
Add table
Add a link
Reference in a new issue