Skip to content

Commit aa4e35a

Browse files
committed
feat: Add initial code standard profiles (standard, strict, accessibility, minimal) and an initialization script.
1 parent 09a12cb commit aa4e35a

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

bin/init.js

Lines changed: 1 addition & 1 deletion
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/nitishkaf/agentic-code-standards');
191+
log(' https://github.com/netshdev/agentic-code-standards');
192192
console.log('');
193193

194194
if (tool === 'antigravity') {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/nitishkaf/agentic-code-standards.git"
16+
"url": "git+https://github.com/netshdev/agentic-code-standards.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/nitishkaf/agentic-code-standards/issues"
41+
"url": "https://github.com/netshdev/agentic-code-standards/issues"
4242
},
43-
"homepage": "https://github.com/nitishkaf/agentic-code-standards#readme",
43+
"homepage": "https://github.com/netshdev/agentic-code-standards#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/nitishkaf/agentic-code-standards
342+
Full documentation: https://github.com/netshdev/agentic-code-standards

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/nitishkaf/agentic-code-standards
48+
Learn more: https://github.com/netshdev/agentic-code-standards

templates/standard/.cursorrules

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

182182
---
183183

184-
Full documentation: https://github.com/nitishkaf/agentic-code-standards
184+
Full documentation: https://github.com/netshdev/agentic-code-standards

templates/strict/.cursorrules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@
224224
---
225225

226226
This is the strictest profile. Only use if your team is committed to maximum quality.
227-
Full documentation: https://github.com/nitishkaf/agentic-code-standards
227+
Full documentation: https://github.com/netshdev/agentic-code-standards

0 commit comments

Comments
 (0)