docs: update README and package.json with correct repo links
- 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)
This commit is contained in:
parent
3bd2f8cb63
commit
556936d353
2 changed files with 10 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
[](https://www.npmjs.com/package/gsd-pi)
|
||||
[](https://www.npmjs.com/package/gsd-pi)
|
||||
[](https://github.com/glittercowboy/gsd-2)
|
||||
[](https://github.com/glittercowboy/gsd-pi)
|
||||
[](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)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue