You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "gsd",
3
-
"version": "2.37.1",
3
+
"version": "2.38.1",
4
4
"description": "Get Shit Done -- a structured workflow plugin for Claude Code that adds planning, execution, and verification commands with MCP-backed project state",
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# GSD Plugin -- Get Shit Done for Claude Code
2
2
3
-
**Based on:**[GSD 1.37.1](https://github.com/gsd-build/get-shit-done/releases/tag/v1.37.1) base tree by **TACHES** (Lex Christopherson)
3
+
**Based on:**[GSD 1.38.1](https://github.com/gsd-build/get-shit-done/releases/tag/v1.38.1) base tree by **TACHES** (Lex Christopherson)
4
4
5
-
**Plugin version:**`2.37.1`
5
+
**Plugin version:**`2.38.1`
6
6
7
7
A performance-optimized plugin packaging of [GSD](https://github.com/gsd-build/get-shit-done) for Claude Code. Reduces per-turn token overhead by ~92%, adds MCP-backed project state, and bundles everything into a single-install plugin.
8
8
@@ -16,7 +16,7 @@ plugin_minor = upstream_minor
16
16
plugin_patch = upstream_patch
17
17
```
18
18
19
-
So upstream GSD `1.37.1` ships here as plugin `2.37.1`. When upstream advances to `2.x`, this plugin will move to `3.x`. Patch-level changes that are plugin-only (not tied to an upstream sync) bump the patch number further (e.g. `2.37.2`).
19
+
So upstream GSD `1.38.1` ships here as plugin `2.38.1`. When upstream advances to `2.x`, this plugin will move to `3.x`. Patch-level changes that are plugin-only (not tied to an upstream sync) bump the patch number further (e.g. `2.38.2`).
20
20
21
21
This project repackages the GSD workflow system as a native Claude Code plugin with additional optimizations: skill isolation via `context: fork`, structured MCP tools replacing prompt injection, and cross-session memory via memdir.
22
22
@@ -47,7 +47,7 @@ That's it. This installs everything: slash commands, agent definitions, hooks, a
47
47
48
48
## What GSD Plugin provides
49
49
50
-
-**59 slash commands** (`/gsd:*`) for project planning, execution, debugging, and verification
50
+
-**81 slash commands** (`/gsd:*`) for project planning, execution, debugging, and verification
0 commit comments