Files
shared-memory/.claude-plugin/marketplace.json
T
shadowdaoandClaude Opus 5 e5abd34e43 chore: sync instance/dnspegasus with main, keeping instance manifests
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>
2026-07-27 06:01:34 -07:00

17 lines
552 B
JSON

{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "dnspegasus",
"description": "Self-hosted Claude Code plugins for the dnspegasus.net infrastructure.",
"owner": {
"name": "jknapp",
"url": "https://repo.anhonesthost.net/jknapp/shared-memory"
},
"plugins": [
{
"name": "shared-memory",
"source": "./plugin",
"description": "Shared persistent memory and snippet library for Claude Code sessions, backed by memory.dnspegasus.net and authenticated with Authentik OIDC."
}
]
}