Skip to content

Commit 343d223

Browse files
committed
feat: rename
1 parent aa4e35a commit 343d223

15 files changed

Lines changed: 24 additions & 24 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ Stop fighting with inconsistent AI code output. Get enterprise-grade standards t
1818
# Using npx (no installation needed!)
1919

2020
```bash
21-
npx agentic-code-standards init
21+
npx codingwithagent init
2222
```
2323

2424
# Or install globally
2525

2626
```
27-
npm i -g agentic-code-standards
28-
agentic-code-standards init
27+
npm i -g codingwithagent
28+
codingwithagent init
2929
```
3030

3131
## Choose your setup:

bin/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function showNextSteps(tool, profile) {
188188
console.log('');
189189

190190
log('📚 Documentation:', 'blue');
191-
log(' https://github.com/netshdev/agentic-code-standards');
191+
log(' https://github.com/netshdev/codingwithagent');
192192
console.log('');
193193

194194
if (tool === 'antigravity') {
@@ -243,7 +243,7 @@ if (args.length === 0 || args[0] === 'init') {
243243
process.exit(0);
244244
} else if (args[0] === '--help' || args[0] === '-h') {
245245
console.log('');
246-
log('Usage: npx agentic-code-standards [command]', 'cyan');
246+
log('Usage: npx codingwithagent [command]', 'cyan');
247247
console.log('');
248248
log('Commands:');
249249
log(' init Initialize standards (default)');

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "agentic-code-standards",
2+
"name": "codingwithagent",
33
"version": "1.0.0",
44
"description": "Production-ready coding standards for AI coding agents. Works with Cursor, Windsurf, Antigravity, and GitHub Copilot.",
55
"main": "bin/init.js",
66
"bin": {
7-
"agentic-code-standards": "./bin/init.js"
7+
"codingwithagent": "./bin/init.js"
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11-
"prepublishOnly": "node -e \"console.log('Publishing agentic-code-standards...')\"",
12-
"postinstall": "echo 'Run: npx agentic-code-standards init'"
11+
"prepublishOnly": "node -e \"console.log('Publishing codingwithagent...')\"",
12+
"postinstall": "echo 'Run: npx codingwithagent init'"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/netshdev/agentic-code-standards.git"
16+
"url": "git+https://github.com/netshdev/codingwithagent.git"
1717
},
1818
"keywords": [
1919
"ai",
@@ -38,9 +38,9 @@
3838
"author": "Nitish Kafle <kaflenit@gmail.com>",
3939
"license": "MIT",
4040
"bugs": {
41-
"url": "https://github.com/netshdev/agentic-code-standards/issues"
41+
"url": "https://github.com/netshdev/codingwithagent/issues"
4242
},
43-
"homepage": "https://github.com/netshdev/agentic-code-standards#readme",
43+
"homepage": "https://github.com/netshdev/codingwithagent#readme",
4444
"engines": {
4545
"node": ">=14.0.0"
4646
},

templates/accessibility/.cursorrules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ const Modal = ({ isOpen, onClose, children }) => {
339339
- TalkBack: Built into Android
340340

341341
Accessibility is not optional.
342-
Full documentation: https://github.com/netshdev/agentic-code-standards
342+
Full documentation: https://github.com/netshdev/codingwithagent

templates/accessibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WCAG 2.1+ focused development with accessibility as the top priority.
2828
## Quick Start
2929

3030
```bash
31-
npx agentic-code-standards init
31+
npx codingwithagent init
3232
# Select: 4. Accessibility
3333
```
3434

templates/antigravity/accessibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Deep accessibility focus with WCAG 2.1+ priority.
1313
## Installation
1414

1515
```bash
16-
npx agentic-code-standards init
16+
npx codingwithagent init
1717
# Select tool: 3. Antigravity
1818
# Select profile: 4. Accessibility
1919
```

templates/antigravity/minimal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Essential rules for Antigravity AI agent in modular format.
1313
## Installation
1414

1515
```bash
16-
npx agentic-code-standards init
16+
npx codingwithagent init
1717
# Select tool: 3. Antigravity
1818
# Select profile: 1. Minimal
1919
```

templates/antigravity/standard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Recommended baseline for production code with comprehensive rules.
1515
## Installation
1616

1717
```bash
18-
npx agentic-code-standards init
18+
npx codingwithagent init
1919
# Select tool: 3. Antigravity
2020
# Select profile: 2. Standard
2121
```

templates/antigravity/strict/.agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Maximum enforcement with zero tolerance for violations.
1616
## Installation
1717

1818
```bash
19-
npx agentic-code-standards init
19+
npx codingwithagent init
2020
# Select tool: 3. Antigravity
2121
# Select profile: 3. Strict
2222
```

templates/minimal/.cursorrules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545

4646
---
4747

48-
Learn more: https://github.com/netshdev/agentic-code-standards
48+
Learn more: https://github.com/netshdev/codingwithagent

0 commit comments

Comments
 (0)