@neyugn/agent-kits 0.2.0 → 0.2.1

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.
package/README.md CHANGED
@@ -136,11 +136,11 @@ If the installer detects an existing installation, you'll be prompted:
136
136
 
137
137
  Works on **Windows**, **macOS**, and **Linux** with automatic path adaptation:
138
138
 
139
- | Platform | Example Global Path |
140
- | -------- | -------------------------- |
141
- | Windows | `C:\Users\darien\.claude\` |
142
- | macOS | `/Users/darien/.claude/` |
143
- | Linux | `/home/darien/.claude/` |
139
+ | Platform | Example Global Path |
140
+ | -------- | ---------------------------- |
141
+ | Windows | `C:\Users\username\.claude\` |
142
+ | macOS | `/Users/username/.claude/` |
143
+ | Linux | `/home/username/.claude/` |
144
144
 
145
145
  <br/>
146
146
 
package/README.vi.md CHANGED
@@ -128,11 +128,11 @@ Nếu installer phát hiện cài đặt đã tồn tại, bạn sẽ được h
128
128
 
129
129
  Hoạt động trên **Windows**, **macOS**, và **Linux** với đường dẫn được tự động điều chỉnh:
130
130
 
131
- | Nền tảng | Đường dẫn Global ví dụ |
132
- | -------- | -------------------------- |
133
- | Windows | `C:\Users\darien\.claude\` |
134
- | macOS | `/Users/darien/.claude/` |
135
- | Linux | `/home/darien/.claude/` |
131
+ | Nền tảng | Đường dẫn Global ví dụ |
132
+ | -------- | ---------------------------- |
133
+ | Windows | `C:\Users\username\.claude\` |
134
+ | macOS | `/Users/username/.claude/` |
135
+ | Linux | `/home/username/.claude/` |
136
136
 
137
137
  <br/>
138
138
 
package/README.zh.md CHANGED
@@ -128,11 +128,11 @@ npx @neyugn/agent-kits
128
128
 
129
129
  支持 **Windows**、**macOS** 和 **Linux**,路径自动适配:
130
130
 
131
- | 平台 | Global 路径示例 |
132
- | ------- | -------------------------- |
133
- | Windows | `C:\Users\darien\.claude\` |
134
- | macOS | `/Users/darien/.claude/` |
135
- | Linux | `/home/darien/.claude/` |
131
+ | 平台 | Global 路径示例 |
132
+ | ------- | ---------------------------- |
133
+ | Windows | `C:\Users\username\.claude\` |
134
+ | macOS | `/Users/username/.claude/` |
135
+ | Linux | `/home/username/.claude/` |
136
136
 
137
137
  <br/>
138
138
 
package/dist/cli.js CHANGED
@@ -129,8 +129,8 @@ import fs from "fs/promises";
129
129
  import path2 from "path";
130
130
  import { fileURLToPath } from "url";
131
131
  var __dirname = path2.dirname(fileURLToPath(import.meta.url));
132
- var KITS_DIR = path2.resolve(__dirname, "../../kits");
133
- var COMMON_DIR = path2.resolve(__dirname, "../../common");
132
+ var KITS_DIR = path2.resolve(__dirname, "../kits");
133
+ var COMMON_DIR = path2.resolve(__dirname, "../common");
134
134
  async function installKit(options) {
135
135
  const { aiTool, kits, targetPath } = options;
136
136
  const results = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neyugn/agent-kits",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Universal AI Agent Toolkit - Skills, Agents, and Workflows for any AI coding assistant",
5
5
  "type": "module",
6
6
  "bin": {