Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "wijzer",
"description": "wijzer — an OpenWiki-format agent wiki for your codebase, powered by your Claude subscription.",
"owner": {
"name": "Gerlando Piro",
"url": "https://github.com/gpxl"
Expand All @@ -8,7 +9,17 @@
{
"name": "wijzer",
"source": "./",
"description": "Generate and maintain an OpenWiki-format agent wiki for your codebase, refreshed from git diffs — powered by your Claude subscription, no API keys."
"description": "Generate and maintain an OpenWiki-format agent wiki for your codebase, refreshed from git diffs — powered by your Claude subscription, no API keys.",
"homepage": "https://github.com/gpxl/wijzer",
"repository": "https://github.com/gpxl/wijzer",
"license": "MIT",
"category": "documentation",
"keywords": [
"documentation",
"wiki",
"openwiki",
"codebase-docs"
]
}
]
}
1 change: 1 addition & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/gpxl"
},
"homepage": "https://github.com/gpxl/wijzer",
"repository": "https://github.com/gpxl/wijzer",
"license": "MIT",
"keywords": [
"documentation",
Expand Down
Loading