@tekyzinc/gsd-t 2.11.5 → 2.11.6
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 +5 -0
- package/package.json +1 -1
- package/templates/CLAUDE-global.md +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tekyzinc/gsd-t",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.6",
|
|
4
4
|
"description": "GSD-T: Contract-Driven Development for Claude Code — 35 slash commands with backlog management, impact analysis, test sync, and milestone archival",
|
|
5
5
|
"author": "Tekyz, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -151,7 +151,7 @@ Even in development, the user may have:
|
|
|
151
151
|
|
|
152
152
|
## Update Notices
|
|
153
153
|
|
|
154
|
-
If a `[GSD-T UPDATE]` message appears in session startup context, show it to the user
|
|
154
|
+
If a `[GSD-T UPDATE]` message appears in session startup context, show it to the user at the **beginning AND end** of your first response. Format it as:
|
|
155
155
|
|
|
156
156
|
```
|
|
157
157
|
⬆️ GSD-T update available: {installed} → {latest}
|