From ca5c1a1b2b01fc3e12b069566003efc5c75bd7fa Mon Sep 17 00:00:00 2001 From: Will Ford Date: Wed, 24 Jun 2026 12:58:29 +0200 Subject: [PATCH] chore: add homepage and repository to plugin manifest Improves discoverability in the plugin manager and marketplace listings. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 2 ++ CHANGELOG.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 4d68a57..b2659a0 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -7,6 +7,8 @@ "email": "william.ford.space@gmail.com" }, "license": "MIT", + "homepage": "https://github.com/vonargo/containuity", + "repository": "https://github.com/vonargo/containuity", "keywords": [ "checkpoint", "containuity", diff --git a/CHANGELOG.md b/CHANGELOG.md index f64d589..6a93774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- `homepage` and `repository` fields in the plugin manifest for discoverability. + ## [0.1.0] - 2026-06-24 ### Added