vestige/packages/vestige-init/package.json
Sam Valladares d23870d906 chore(release): v2.1.27 — External-Source Connectors
Bump all manifests 2.1.26 → 2.1.27 and date the CHANGELOG entry for the
GitHub + Redmine connector layer and source-aware search filters (#57, PR #78).

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

33 lines
630 B
JSON

{
"name": "@vestige/init",
"version": "2.1.27",
"description": "Configure Vestige local memory for MCP-compatible AI agents",
"bin": {
"vestige-init": "bin/init.js"
},
"keywords": [
"vestige",
"mcp",
"ai",
"memory",
"claude",
"copilot",
"cursor",
"opencode",
"xcode",
"jetbrains",
"windsurf",
"init",
"installer"
],
"author": "Sam Valladares",
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/samvallad33/vestige.git",
"directory": "packages/vestige-init"
},
"engines": {
"node": ">=18"
}
}