From 556936d35374d910370f5a36c27877b468e2617f Mon Sep 17 00:00:00 2001 From: Lex Christopherson Date: Tue, 10 Mar 2026 22:31:13 -0600 Subject: [PATCH] docs: update README and package.json with correct repo links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GitHub badge/link: glittercowboy/gsd-2 → glittercowboy/gsd-pi - Add repository, homepage, bugs fields to package.json - Fix license text: MIT → BSL 1.1 (matches badge and package.json) --- README.md | 4 ++-- package.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e29606d3e..5091b392f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm version](https://img.shields.io/npm/v/gsd-pi?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/gsd-pi) [![npm downloads](https://img.shields.io/npm/dm/gsd-pi?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/gsd-pi) -[![GitHub stars](https://img.shields.io/github/stars/glittercowboy/gsd-2?style=for-the-badge&logo=github&color=181717)](https://github.com/glittercowboy/gsd-2) +[![GitHub stars](https://img.shields.io/github/stars/glittercowboy/gsd-pi?style=for-the-badge&logo=github&color=181717)](https://github.com/glittercowboy/gsd-pi) [![License](https://img.shields.io/badge/license-BSL%201.1-blue?style=for-the-badge)](LICENSE) The original GSD went viral as a prompt framework for Claude Code. It worked, but it was fighting the tool — injecting prompts through slash commands, hoping the LLM would follow instructions, with no actual control over context windows, sessions, or execution. @@ -333,7 +333,7 @@ Optional: ## License -MIT +[Business Source License 1.1](LICENSE) --- diff --git a/package.json b/package.json index 31a2752bf..cb304349b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,14 @@ "version": "0.1.0", "description": "GSD — Get Stuff Done coding agent", "license": "BUSL-1.1", + "repository": { + "type": "git", + "url": "git+https://github.com/glittercowboy/gsd-pi.git" + }, + "homepage": "https://github.com/glittercowboy/gsd-pi#readme", + "bugs": { + "url": "https://github.com/glittercowboy/gsd-pi/issues" + }, "type": "module", "bin": { "gsd": "dist/loader.js"