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