vibe-coding-cli 1.0.0 → 1.0.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
@@ -4,7 +4,7 @@
4
4
 
5
5
  **A vibe coding ecosystem builder tailored for OpenCode**
6
6
 
7
- **English** · [简体中文](./README.zh.md)
7
+ **English** · [简体中文](https://github.com/HelloGGX/skill/blob/main/packages/vibe/README.zh.md)
8
8
 
9
9
  </div>
10
10
 
package/README.zh.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](../../LICENSE.md)
9
9
  [![Built with Bun](https://img.shields.io/badge/Bun-%23000000.svg?logo=bun&logoColor=white)](https://bun.sh)
10
10
 
11
- [English](./README.md) · **简体中文**
11
+ [English](https://github.com/HelloGGX/skill/blob/main/packages/vibe/README.md) · **简体中文**
12
12
 
13
13
  </div>
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibe-coding-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Vibe Coding development tool",
5
5
  "private": false,
6
6
  "type": "module",