Skip to content

Commit 53432d5

Browse files
committed
chore: transfer to NexVar org, credit company + maintainer (v1.4.1)
- Repo moved to NexVar/NexGsd - README: Built by NexVar + maintained by Mert Ali Dalkır (both sites) - LICENSE: © NexVar and Mert Ali Dalkır - package.json: author=NexVar, contributors=Mert, URLs → NexVar/NexGsd - Add nexvar keyword for npm discoverability
1 parent 555ecfb commit 53432d5

3 files changed

Lines changed: 28 additions & 14 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 Mert Ali Dalkir
3+
Copyright (c) 2026 NexVar (https://nexvar.io) and Mert Ali Dalkır (https://mertdlkr.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
[![npm version](https://img.shields.io/npm/v/nexgsd.svg)](https://www.npmjs.com/package/nexgsd)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![Built by NexVar](https://img.shields.io/badge/built%20by-NexVar-0a0a0a?labelColor=000)](https://nexvar.io)
56

67
**The open-source AI agent framework for structured project execution.** Plan, build, audit, and deploy — fully autonomous or human-in-the-loop.
78

9+
> Built at **[NexVar](https://nexvar.io)** by **[Mert Ali Dalkır](https://mertdlkr.com)** — the execution framework behind our production work.
10+
811
```bash
912
npm i -g nexgsd && nexgsd install
1013
```
@@ -60,7 +63,7 @@ nexgsd update
6063
<summary>Click to expand</summary>
6164

6265
```bash
63-
git clone https://github.com/mertdlkr/NexGsd.git
66+
git clone https://github.com/NexVar/NexGsd.git
6467
```
6568

6669
**macOS / Linux / WSL:**
@@ -459,11 +462,18 @@ PRs welcome. If you add a new agent or workflow, follow the existing format in `
459462

460463
---
461464

462-
## Author
465+
## Built By
466+
467+
### <a href="https://nexvar.io" target="_blank" rel="noreferrer">NexVar</a>
468+
469+
AI-first software studio shipping production tooling, AI platforms, and developer infrastructure. NexGsd is the execution framework we use internally on every project we ship.
470+
471+
<a href="https://nexvar.io" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/nexvar.io-000?style=flat&amp;logo=safari&amp;logoColor=white" alt="Website"></a>
472+
<a href="https://github.com/NexVar" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/NexVar-181717?style=flat&amp;logo=github&amp;logoColor=white" alt="GitHub"></a>
463473

464-
**<a href="https://mertdlkr.com" target="_blank" rel="noreferrer">Mert Ali Dalkır</a>** — AI-first builder, co-founder of <a href="https://nexvar.io" target="_blank" rel="noreferrer">NexVar</a>.
474+
### <a href="https://mertdlkr.com" target="_blank" rel="noreferrer">Mert Ali Dalkır</a>
465475

466-
I build tools and systems that make AI-powered development faster, more reliable, and more structured. NexGsd is the execution framework behind everything I ship.
476+
Creator and maintainer. Co-founder of NexVar. AI-first builder making AI-powered development faster, more reliable, and more structured.
467477

468478
<a href="https://mertdlkr.com" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/mertdlkr.com-000?style=flat&amp;logo=safari&amp;logoColor=white" alt="Website"></a>
469479
<a href="https://x.com/mertdlkr" target="_blank" rel="noreferrer"><img src="https://img.shields.io/badge/@mertdlkr-000?style=flat&amp;logo=x&amp;logoColor=white" alt="X"></a>
@@ -478,13 +488,13 @@ I build tools and systems that make AI-powered development faster, more reliable
478488

479489
## License
480490

481-
MIT
491+
MIT © <a href="https://nexvar.io" target="_blank" rel="noreferrer">NexVar</a> and <a href="https://mertdlkr.com" target="_blank" rel="noreferrer">Mert Ali Dalkır</a>
482492

483493
---
484494

485495
**If NexGsd saves you time, give it a star.** It helps others find it.
486496

487-
Built with conviction at <a href="https://mertdlkr.com" target="_blank" rel="noreferrer">mertdlkr.com</a>.
497+
Built with conviction at <a href="https://nexvar.io" target="_blank" rel="noreferrer">nexvar.io</a> and <a href="https://mertdlkr.com" target="_blank" rel="noreferrer">mertdlkr.com</a>.
488498

489499
<!--
490500
Keywords for discoverability (LLM indexing, GitHub search, npm search):

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nexgsd",
3-
"version": "1.4.0",
4-
"description": "AI agent framework for structured project execution. 18 agents + 39 workflows. Plan, build, audit, deploy — fully autonomous or human-in-the-loop. https://github.com/mertdlkr/NexGsd",
3+
"version": "1.4.1",
4+
"description": "AI agent framework for structured project execution. 18 agents + 39 workflows. Plan, build, audit, deploy — fully autonomous or human-in-the-loop. Built by NexVar. https://github.com/NexVar/NexGsd",
55
"bin": {
66
"nexgsd": "./bin/nexgsd.js"
77
},
@@ -20,17 +20,21 @@
2020
"autonomous-coding",
2121
"multi-agent",
2222
"anti-hallucination",
23-
"nexgsd"
23+
"nexgsd",
24+
"nexvar"
25+
],
26+
"author": "NexVar (https://nexvar.io)",
27+
"contributors": [
28+
"Mert Ali Dalkır <mertadalkir@gmail.com> (https://mertdlkr.com)"
2429
],
25-
"author": "Mert Ali Dalkır <mertadalkir@gmail.com> (https://mertdlkr.com)",
2630
"license": "MIT",
2731
"repository": {
2832
"type": "git",
29-
"url": "https://github.com/mertdlkr/NexGsd.git"
33+
"url": "https://github.com/NexVar/NexGsd.git"
3034
},
31-
"homepage": "https://github.com/mertdlkr/NexGsd",
35+
"homepage": "https://github.com/NexVar/NexGsd",
3236
"bugs": {
33-
"url": "https://github.com/mertdlkr/NexGsd/issues"
37+
"url": "https://github.com/NexVar/NexGsd/issues"
3438
},
3539
"engines": {
3640
"node": ">=16.0.0"

0 commit comments

Comments
 (0)