Skip to content

Releases: NexVar/NexGSD

v1.4.3 — NexGSD branding

24 Apr 23:47

Choose a tag to compare

Non-breaking. Display brand updated to NexGSD (uppercase acronym, since GSD = Get Shit Done).

Technical identifiers stay lowercase:

  • npm package: nexgsd (unchanged)
  • CLI command: nexgsd (unchanged)
  • Slash commands: /nexgsd-* (unchanged)
  • File names: nexgsd-*.md (unchanged)

Only the human-readable brand display changed — no install/code changes needed.

Repo also renamed: NexVar/NexGsdNexVar/NexGSD (old URL redirects automatically).

v1.4.2 — Promotional rewrite + SEO

24 Apr 23:02

Choose a tag to compare

What changed

Non-breaking docs + metadata polish.

  • README hero: rewritten with 'From one prompt to a finished product' positioning
  • Feature bullets: auto-planning, persistent memory, end-to-end builds, anti-hallucination, quality audits, push notifications — all highlighted
  • npm description: promotional, feature-forward (shown in npm search results)
  • New npm keywords: claude, chatgpt, context, context-memory, persistent-memory, cursor, autonomous-agents, prompt-to-production
  • GitHub topics: claude, chatgpt, context, context-memory, persistent-memory, autonomous-agents, prompt-to-production
  • npm downloads badge added to README

No code changes. Install command unchanged: npm i -g nexgsd.

v1.4.1 — NexVar org transfer

24 Apr 19:11

Choose a tag to compare

Non-breaking: repo moved to NexVar org

  • New repo URL: https://github.com/NexVar/NexGsd (old mertdlkr/NexGsd redirects automatically)
  • README: Built by NexVar + maintained by Mert Ali Dalkır — both clearly credited
  • LICENSE: © NexVar and Mert Ali Dalkır
  • package.json: author = NexVar, contributors = Mert, repository / homepage / bugs → NexVar org
  • New keyword: nexvar (npm discoverability)

Install (unchanged)

npm i -g nexgsd
nexgsd install

No breaking changes to the CLI, slash commands, or install path.

v1.4.0 — Rename to nexgsd

24 Apr 18:57

Choose a tag to compare

Breaking Change: Package Renamed

mertgsdnexgsd

Migration

npm uninstall -g mertgsd
npm i -g nexgsd

What changed

  • npm package: mertgsdnexgsd
  • CLI command: mertgsd <cmd>nexgsd <cmd>
  • Slash commands: /mertgsd-*/nexgsd-* (all 39 workflows)
  • Agent files: .agent/agents/mertgsd-*.md.agent/agents/nexgsd-*.md (all 18)
  • GitHub repo: MertGSDNexGsd
  • Branch templates: gsd/phase-*nexgsd/phase-*

Internals

  • 60 file renames (bin, installer, agents, workflows, ROADMAP)
  • 746 content references updated across 84 files (case preserved: lowercase, MixedCase, UPPERCASE)
  • Zero legacy-name residue in repo

The old mertgsd npm package remains at v1.3.2 and will be deprecated with a redirect to nexgsd.