instrlint 0.1.2 → 0.1.5
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 -1
- package/README.zh-TW.md +3 -1
- package/dist/cli.cjs +341 -118
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +337 -114
- package/dist/cli.js.map +1 -1
- package/package.json +5 -2
- package/skills/claude-code/SKILL.md +24 -25
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ npx instrlint install --claude-code --project
|
|
|
149
149
|
npx instrlint install --codex
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
Then in your editor:
|
|
152
|
+
Then **restart Claude Code** to activate the command. Then in your editor:
|
|
153
153
|
|
|
154
154
|
```
|
|
155
155
|
/instrlint
|
|
@@ -157,6 +157,8 @@ Then in your editor:
|
|
|
157
157
|
/instrlint ci --fail-on warning
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
+
> **Note:** Claude Code only loads custom commands at startup. `/reload-plugins` does not pick up newly installed commands.
|
|
161
|
+
|
|
160
162
|
## Score and grade
|
|
161
163
|
|
|
162
164
|
| Grade | Score | Meaning |
|
package/README.zh-TW.md
CHANGED
|
@@ -155,7 +155,7 @@ npx instrlint install --claude-code --project
|
|
|
155
155
|
npx instrlint install --codex
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
安裝後**重新啟動 Claude Code** 以啟用指令,然後在編輯器中使用:
|
|
159
159
|
|
|
160
160
|
```
|
|
161
161
|
/instrlint
|
|
@@ -163,6 +163,8 @@ npx instrlint install --codex
|
|
|
163
163
|
/instrlint ci --fail-on warning
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
+
> **注意:** Claude Code 只在啟動時載入 custom commands。`/reload-plugins` 無法載入新安裝的指令。
|
|
167
|
+
|
|
166
168
|
## 分數與等級
|
|
167
169
|
|
|
168
170
|
| 等級 | 分數 | 說明 |
|