shiftblame 0.1.0 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -175,14 +175,12 @@ npm install shiftblame
175
175
 
176
176
  ## 使用
177
177
 
178
- Claude Code 跟秘書說話即可:
178
+ Claude Code 中用 `/secretary` 顯式呼叫秘書:
179
179
 
180
180
  ```
181
- 幫我做一個 Markdown 轉 HTML 的 CLI
181
+ /secretary 幫我做一個 Markdown 轉 HTML 的 CLI
182
182
  ```
183
183
 
184
- 或:
185
-
186
184
  ```
187
185
  /secretary 我想要一個可以記錄每日心情的終端小工具
188
186
  ```
@@ -190,15 +188,17 @@ npm install shiftblame
190
188
  還沒想清楚?也可以直接跟秘書諮詢:
191
189
 
192
190
  ```
193
- 我在猶豫要用 REST 還是 GraphQL,你覺得呢
191
+ /secretary 我在猶豫要用 REST 還是 GraphQL,你覺得呢
194
192
  ```
195
193
 
196
194
  ```
197
- 我不確定這個功能該怎麼做比較好,幫我想想
195
+ /secretary 我不確定這個功能該怎麼做比較好,幫我想想
198
196
  ```
199
197
 
200
198
  秘書會用結構化問答幫你收斂方向,確認後才開始推鍋。
201
199
 
200
+ > **為什麼要用 `/secretary`?** Claude Code 不保證每次都能正確判斷該觸發哪個 skill,顯式呼叫最可靠。
201
+
202
202
  秘書接手後會:
203
203
 
204
204
  1. 保存你的**原話逐字稿**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiftblame",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "description": "推鍋",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/postinstall.js"
@@ -8,6 +8,6 @@
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/teps3105/shiftblame.git"
11
+ "url": "git+https://github.com/teps3105/shiftblame.git"
12
12
  }
13
13
  }