gsd-remix 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 +3 -3
- package/README.zh-CN.md +3 -3
- package/get-shit-done/workflows/update.md +1 -1
- package/package.json +4 -4
- package/sdk/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/gsd-remix)
|
|
12
12
|
[](https://www.npmjs.com/package/gsd-remix)
|
|
13
|
-
[](https://github.com/Wynne-cwb/gsd-remix/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://x.com/gsd_foundation)
|
|
16
16
|
[](https://dexscreener.com/solana/dwudwjvan7bzkw9zwlbyv6kspdlvhwzrqy6ebk8xzxkv)
|
|
@@ -226,8 +226,8 @@ To confirm that an existing `/gsd-*` command surface is coming from `gsd-remix`
|
|
|
226
226
|
Clone the repository, build hooks, and run the installer locally:
|
|
227
227
|
|
|
228
228
|
```bash
|
|
229
|
-
git clone https://github.com/
|
|
230
|
-
cd
|
|
229
|
+
git clone https://github.com/Wynne-cwb/gsd-remix.git
|
|
230
|
+
cd gsd-remix
|
|
231
231
|
npm run build:hooks
|
|
232
232
|
node bin/install.js --claude --local
|
|
233
233
|
```
|
package/README.zh-CN.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/gsd-remix)
|
|
12
12
|
[](https://www.npmjs.com/package/gsd-remix)
|
|
13
|
-
[](https://github.com/Wynne-cwb/gsd-remix/actions/workflows/test.yml)
|
|
14
14
|
[](https://discord.gg/mYgfVNfA2r)
|
|
15
15
|
[](https://x.com/gsd_foundation)
|
|
16
16
|
[](https://dexscreener.com/solana/dwudwjvan7bzkw9zwlbyv6kspdlvhwzrqy6ebk8xzxkv)
|
|
@@ -222,8 +222,8 @@ npx gsd-remix --all --global # 安装到所有目录
|
|
|
222
222
|
克隆仓库并在本地运行安装器:
|
|
223
223
|
|
|
224
224
|
```bash
|
|
225
|
-
git clone https://github.com/
|
|
226
|
-
cd
|
|
225
|
+
git clone https://github.com/Wynne-cwb/gsd-remix.git
|
|
226
|
+
cd gsd-remix
|
|
227
227
|
node bin/install.js --claude --local
|
|
228
228
|
```
|
|
229
229
|
|
|
@@ -554,7 +554,7 @@ Format completion message (changelog was already shown in confirmation step):
|
|
|
554
554
|
|
|
555
555
|
⚠️ Restart your runtime to pick up the new commands.
|
|
556
556
|
|
|
557
|
-
[View full changelog](https://github.com/
|
|
557
|
+
[View full changelog](https://github.com/Wynne-cwb/gsd-remix/blob/main/CHANGELOG.md)
|
|
558
558
|
```
|
|
559
559
|
</step>
|
|
560
560
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gsd-remix",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "An unofficial, opinionated remix of GSD for Claude Code, OpenCode, Gemini and Codex.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"gsd-remix": "bin/install.js"
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
|
-
"url": "git+https://github.com/
|
|
39
|
+
"url": "git+https://github.com/Wynne-cwb/gsd-remix.git"
|
|
40
40
|
},
|
|
41
|
-
"homepage": "https://github.com/
|
|
41
|
+
"homepage": "https://github.com/Wynne-cwb/gsd-remix",
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/Wynne-cwb/gsd-remix/issues"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=22.0.0"
|
package/sdk/package.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
],
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/
|
|
23
|
+
"url": "git+https://github.com/Wynne-cwb/gsd-remix.git",
|
|
24
24
|
"directory": "sdk"
|
|
25
25
|
},
|
|
26
|
-
"homepage": "https://github.com/
|
|
26
|
+
"homepage": "https://github.com/Wynne-cwb/gsd-remix/tree/main/sdk",
|
|
27
27
|
"bugs": {
|
|
28
|
-
"url": "https://github.com/
|
|
28
|
+
"url": "https://github.com/Wynne-cwb/gsd-remix/issues"
|
|
29
29
|
},
|
|
30
30
|
"author": "TÂCHES",
|
|
31
31
|
"license": "MIT",
|