@@ -131,16 +131,16 @@ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.codex/
131131
132132** GitHub Copilot:**
133133``` bash
134- mkdir -p ~ /.copilot/commands
135- cd ~ /.copilot/commands
134+ mkdir -p ~ /.github/prompts
135+ cd ~ /.github/prompts
136136
137137# 下載所有指令檔案
138- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-auto.md
139- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-spec.md
140- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-arch.md
141- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-integration-test.md
142- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-impl.md
143- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-verify.md
138+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-auto.prompts .md
139+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-spec.prompts .md
140+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-arch.prompts .md
141+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-integration-test.prompts .md
142+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-impl.prompts .md
143+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-verify.prompts .md
144144```
145145
146146### 手動專案內安裝
@@ -166,17 +166,17 @@ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.codex/
166166wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.codex/prompts/sdd-verify.md
167167
168168# GitHub Copilot
169- mkdir -p .copilot/commands
170- cd .copilot/commands
171- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-auto.md
172- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-spec.md
173- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-arch.md
174- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-integration-test.md
175- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-impl.md
176- wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.copilot/commands /sdd-verify.md
169+ mkdir -p .github/prompts
170+ cd .github/prompts
171+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-auto.prompts .md
172+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-spec.prompts .md
173+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-arch.prompts .md
174+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-integration-test.prompts .md
175+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-impl.prompts .md
176+ wget https://raw.githubusercontent.com/CodeMachine0121/GSI-Protocol/main/.github/prompts /sdd-verify.prompts .md
177177
178178# 提交到 Git(可選)
179- git add .claude/commands/ .codex/prompts/ .copilot/commands /
179+ git add .claude/commands/ .codex/prompts/ .github/prompts /
180180git commit -m " Add GSI-Protocol workflow commands"
181181```
182182
@@ -188,26 +188,26 @@ git commit -m "Add GSI-Protocol workflow commands"
188188
189189** Claude Code (全域安裝):**
190190``` bash
191- ls ~ /.claude/commands/ | grep sdd
191+ ls ~ /.claude/commands/ | grep " sdd.*.prompts.md "
192192```
193193
194194** Codex (全域安裝):**
195195``` bash
196- ls ~ /.codex/prompts/ | grep sdd
196+ ls ~ /.codex/prompts/ | grep " sdd.*.prompts.md "
197197```
198198
199199** GitHub Copilot (全域安裝):**
200200``` bash
201- ls ~ /.copilot/commands / | grep sdd
201+ ls ~ /.github/prompts / | grep " sdd.*.prompts.md "
202202```
203203
204204** 專案內安裝:**
205205``` bash
206- ls .claude/commands/ | grep sdd
206+ ls .claude/commands/ | grep " sdd.*.prompts.md "
207207# 或
208- ls .codex/prompts/ | grep sdd
208+ ls .codex/prompts/ | grep " sdd.*.prompts.md "
209209# 或
210- ls .copilot/commands / | grep sdd
210+ ls .github/prompts / | grep " sdd.*.prompts.md "
211211```
212212
213213應該看到:
@@ -305,13 +305,13 @@ sdd-verify.md
305305
306306** GitHub Copilot:**
307307```
308- ~/.copilot/commands /
309- ├── sdd-auto.md
310- ├── sdd-spec.md
311- ├── sdd-arch.md
312- ├── sdd-integration-test.md
313- ├── sdd-impl.md
314- └── sdd-verify.md
308+ ~/.github/prompts /
309+ ├── sdd-auto.prompts. md
310+ ├── sdd-spec.prompts. md
311+ ├── sdd-arch.prompts. md
312+ ├── sdd-integration-test.prompts. md
313+ ├── sdd-impl.prompts. md
314+ └── sdd-verify.prompts. md
315315```
316316
317317** 您的專案保持乾淨,只有生成的程式碼:**
0 commit comments