@tekyzinc/gsd-t 2.16.3 → 2.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to GSD-T are documented here. Updated with each release.
|
|
4
4
|
|
|
5
|
-
## [2.16.
|
|
5
|
+
## [2.16.4] - 2026-02-16
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
|
+
- Smart router renamed from `/user:gsd-t` to `/user:gsd` — sorts first in autocomplete, shorter to type
|
|
8
9
|
- Pre-Commit Gate now requires timestamped progress.md entry (`YYYY-MM-DD HH:MM`) after every completed task, not just architectural decisions
|
|
9
10
|
|
|
11
|
+
## [2.16.3] - 2026-02-16
|
|
12
|
+
|
|
10
13
|
### Fixed
|
|
11
|
-
- Reverted smart router rename (`/gsd` back to `/gsd-t`) —
|
|
14
|
+
- Reverted smart router rename (`/gsd` back to `/gsd-t`) — superseded by 2.16.4 which re-applies the rename
|
|
12
15
|
|
|
13
16
|
## [2.16.2] - 2026-02-16
|
|
14
17
|
|
|
@@ -58,14 +58,14 @@ This MUST be the very first line of your response so the user sees which command
|
|
|
58
58
|
If called with no arguments, show:
|
|
59
59
|
|
|
60
60
|
```
|
|
61
|
-
Usage: /user:gsd
|
|
61
|
+
Usage: /user:gsd {describe what you want}
|
|
62
62
|
|
|
63
63
|
Examples:
|
|
64
|
-
/user:gsd
|
|
65
|
-
/user:gsd
|
|
66
|
-
/user:gsd
|
|
67
|
-
/user:gsd
|
|
68
|
-
/user:gsd
|
|
64
|
+
/user:gsd Fix the login timeout bug
|
|
65
|
+
/user:gsd Add dark mode support
|
|
66
|
+
/user:gsd Scan the codebase for tech debt
|
|
67
|
+
/user:gsd What's the current progress?
|
|
68
|
+
/user:gsd Compare this spec against our code
|
|
69
69
|
|
|
70
70
|
I'll route to the right GSD-T command automatically.
|
|
71
71
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekyzinc/gsd-t",
|
|
3
|
-
"version": "2.16.
|
|
3
|
+
"version": "2.16.4",
|
|
4
4
|
"description": "GSD-T: Contract-Driven Development for Claude Code — 40 slash commands with backlog management, impact analysis, test sync, and milestone archival",
|
|
5
5
|
"author": "Tekyz, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,7 +27,7 @@ PROJECT or FEATURE or SCAN
|
|
|
27
27
|
|
|
28
28
|
| Command | Purpose |
|
|
29
29
|
|---------|---------|
|
|
30
|
-
| `/user:gsd
|
|
30
|
+
| `/user:gsd` | Smart router — describe what you need, auto-routes to the right command |
|
|
31
31
|
| `/user:gsd-t-help` | List all commands or get detailed help |
|
|
32
32
|
| `/user:gsd-t-prompt` | Help formulate your idea before committing |
|
|
33
33
|
| `/user:gsd-t-brainstorm` | Creative exploration and idea generation |
|