Replaces owner.email field in marketplace.json with owner.url pointing to GitHub profile. Also removes email mentions from the v1.2.0 release session note and the full-repo-audit plan doc. No real contact email should ship in the public plugin manifest. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
31 lines
973 B
JSON
31 lines
973 B
JSON
{
|
|
"name": "claude-obsidian-marketplace",
|
|
"owner": {
|
|
"name": "AgriciDaniel",
|
|
"url": "https://github.com/AgriciDaniel"
|
|
},
|
|
"metadata": {
|
|
"description": "claude-obsidian: Claude + Obsidian knowledge companion by AgriciDaniel",
|
|
"version": "1.4.0"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-obsidian",
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "AgriciDaniel/claude-obsidian",
|
|
"ref": "main"
|
|
},
|
|
"description": "Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects.",
|
|
"version": "1.4.0",
|
|
"author": {
|
|
"name": "AgriciDaniel",
|
|
"url": "https://github.com/AgriciDaniel"
|
|
},
|
|
"homepage": "https://github.com/AgriciDaniel/claude-obsidian",
|
|
"repository": "https://github.com/AgriciDaniel/claude-obsidian",
|
|
"license": "MIT"
|
|
}
|
|
]
|
|
}
|