@jgamaraalv/ts-dev-kit 1.0.0 → 1.0.2

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.
@@ -10,9 +10,9 @@
10
10
  "plugins": [
11
11
  {
12
12
  "name": "ts-dev-kit",
13
- "source": ".",
13
+ "source": "./",
14
14
  "description": "15 specialized agents and 14 skills for TypeScript fullstack development",
15
- "version": "1.0.0",
15
+ "version": "1.0.2",
16
16
  "author": {
17
17
  "name": "jgamaraalv"
18
18
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-dev-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "15 specialized agents and 14 skills for TypeScript fullstack development with Fastify, Next.js, PostgreSQL, Redis, and more.",
5
5
  "author": {
6
6
  "name": "jgamaraalv",
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 15 specialized agents + 14 curated skills for TypeScript fullstack development
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/ts-dev-kit)](https://www.npmjs.com/package/ts-dev-kit)
5
+ [![npm version](https://img.shields.io/npm/v/@jgamaraalv/ts-dev-kit)](https://www.npmjs.com/package/@jgamaraalv/ts-dev-kit)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
7
7
  [![Claude Code](https://img.shields.io/badge/Claude_Code-compatible-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
8
8
 
@@ -87,8 +87,8 @@ claude plugin install ts-dev-kit --scope user
87
87
  ### Method 3: npm
88
88
 
89
89
  ```bash
90
- npm install -g ts-dev-kit
91
- claude --plugin-dir ./node_modules/ts-dev-kit
90
+ npm install -g @jgamaraalv/ts-dev-kit
91
+ claude --plugin-dir ./node_modules/@jgamaraalv/ts-dev-kit
92
92
  ```
93
93
 
94
94
  ### Method 4: Direct from GitHub
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jgamaraalv/ts-dev-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Claude Code plugin: 15 agents + 14 skills for TypeScript fullstack development",
5
5
  "author": "jgamaraalv",
6
6
  "license": "MIT",