From 9e4378115fc1aa0d5d5ec0700a0a4b9a8c5ab2c4 Mon Sep 17 00:00:00 2001 From: Giovanni Costagliola Date: Mon, 1 Jun 2026 17:25:37 +0200 Subject: [PATCH] chore(agentic-harness): add homepage for community-marketplace submission Add a recognized `homepage` field pointing at the plugin subdirectory, improving the /plugin UI listing. Verified clean under `claude plugin validate --strict` and the repo structural gate. Prep for submitting agentic-harness to the anthropics/claude-plugins-community directory. --- agentic-harness/.claude-plugin/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/agentic-harness/.claude-plugin/plugin.json b/agentic-harness/.claude-plugin/plugin.json index 4a87171..5443dcc 100644 --- a/agentic-harness/.claude-plugin/plugin.json +++ b/agentic-harness/.claude-plugin/plugin.json @@ -7,6 +7,7 @@ "url": "https://github.com/MrBogomips" }, "license": "MIT", + "homepage": "https://github.com/MrBogomips/claude-code/tree/main/agentic-harness", "keywords": [ "harness", "agentic-harness",