pi-gsd: TypeScript port of GSD for Pi, with deterministic commands and TOON output #1649
fulgidus
started this conversation in
Show and tell
Replies: 1 comment
-
|
Cool project — the deterministic command execution approach is interesting. The structured output format (TOON) is a pragmatic choice for Pi's constraints. If you find specific patterns from pi-gsd that you think would benefit upstream GSD, the best path is to open individual Enhancement issues scoped to specific improvements rather than a broad integration proposal. That way each idea can be evaluated on its own merits. Thanks for sharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy, I'm new to GSD but I really like the nimble approach.
Since I'm moving away from opencode to pi, and its many flexibilities, I started with a 1:1 port that evolved into something more.
I write this issue mainly because I think some of these approaches would benefit the main project.
I'd like to share with you pi-gsd (npm, repo).
It's fully compatible with GSDv1.30.0 files (didn't like the idea of not being able to go back to opencode if I so desired), doesn't collide with it, so you can have both installed globally in your system and has a few nice perks that I value a lot; namely:
gsd-progress,gsd-next, etc... for instant responses and cost savingsHere is a full comparison of what I've done (or in the process thereof) until now:
Legend: ✔️ done · ⚡ enhanced ·⚠️ in progress · 📃 planned · ❌ not available
Cheers, Alessio
Beta Was this translation helpful? Give feedback.
All reactions