From 9a729de5993101d2c6510b6d8fb36c68f3692992 Mon Sep 17 00:00:00 2001 From: NGHTBOY Date: Thu, 27 Aug 2026 12:43:18 +0200 Subject: [PATCH] chore(npm): point homepage at the canonical hub Nine of the family's ten packages sent an npm reader to GitHub and the tenth sent them to the site, so the one hub every GitHub repository already declares was contradicted by the packages themselves. npm's `homepage` is the project homepage; `repository` already names the source and is unchanged. Every target was resolved before the field was written: all ten pack pages and the site root, 200 each. No version bump. The field only takes effect on publish, so it travels with this package's next release rather than justifying one of its own. Co-Authored-By: Claude Opus 5 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b8ff4a..adb5943 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "SECURITY.md" ], "repository": "github:ssheleg/agent-stack", - "homepage": "https://github.com/ssheleg/agent-stack", + "homepage": "https://skills.sshlg.me/skills/agent-stack/", "license": "MIT", "author": { "name": "ssheleg",