Brings the aud-scope fix and README updates onto this branch. The three manifest files are deliberately kept at this branch's instance-specific values — a plain merge of main silently replaces them with the public placeholders, which would break install from this branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
11 lines
370 B
JSON
11 lines
370 B
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
|
"name": "shared-memory",
|
|
"version": "0.1.0",
|
|
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by memory.dnspegasus.net and authenticated with Authentik OIDC.",
|
|
"author": {
|
|
"name": "jknapp"
|
|
},
|
|
"homepage": "https://memory.dnspegasus.net"
|
|
}
|