@therocketcode/gsd-core 1.7.4 → 1.7.5

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gsd-core",
3
3
  "displayName": "GSD Core",
4
- "version": "1.7.4",
4
+ "version": "1.7.5",
5
5
  "description": "GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.",
6
6
  "author": {
7
7
  "name": "TheRocketCodeMX",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-core",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "GSD Core — a meta-prompting, context engineering, and spec-driven development system for AI coding agents. Loads gsd's operating context into every Gemini CLI session.",
5
5
  "contextFileName": "GEMINI.md"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@therocketcode/gsd-core",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "GSD Core is a meta-prompting, context engineering, and spec-driven development system for AI coding agents.",
5
5
  "bin": {
6
6
  "gsd-core": "bin/install.js",
@@ -26,7 +26,7 @@ const { renderGithubReleaseNotes } = require('./github-release-notes.cjs');
26
26
  // Resolve gsd-core/bin/lib modules in BOTH layouts: in the repo this file lives
27
27
  // at scripts/changeset/ NEXT TO gsd-core/; in an installed runtime config dir the
28
28
  // installer ships it at gsd-core/scripts/changeset/ INSIDE gsd-core/ (so the
29
- // /gsd:update workflow's changelog preview can run it — see #3496 follow-up).
29
+ // /gsd-update workflow's changelog preview can run it — see #3496 follow-up).
30
30
  function requireCoreLib(name) {
31
31
  try {
32
32
  return require(`../../gsd-core/bin/lib/${name}`); // repo layout
@@ -336,7 +336,7 @@ function resolveChangelogPath(opts) {
336
336
  * 1 — I/O error or missing required flags.
337
337
  *
338
338
  * Fix for #3496: provides a deterministic range-aware helper so the
339
- * `/gsd:update` show_changes_and_confirm step no longer relies on
339
+ * `/gsd-update` show_changes_and_confirm step no longer relies on
340
340
  * vague/manual extraction that can silently skip intermediate versions.
341
341
  */
342
342
  function cmdExtract(opts) {