You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ npx skills update -g -y
108
108
109
109
Marketplace installs use `claude plugin update <skill>`. Claude Desktop users can replace the old skill with the latest [waza.zip](https://github.com/tw93/Waza/releases/latest/download/waza.zip).
110
110
Pi users can run `pi update npm:@tw93/waza`, or `pi update --extensions` to update all installed Pi packages.
111
+
To hear about new versions, watch [GitHub Releases](https://github.com/tw93/Waza/releases) for Waza.
111
112
112
113
## Project Context
113
114
@@ -143,7 +144,7 @@ A minimal statusline for Claude Code: context window, 5-hour quota, and 7-day qu
**Codex** has native statusline items. Add to `~/.codex/config.toml`:
@@ -166,28 +167,28 @@ Optional rule for English practice. When your prompt contains an English mistake
166
167
167
168
```bash
168
169
# Claude Code
169
-
curl -sL https://raw.githubusercontent.com/tw93/Waza/v3.27.0/scripts/setup-rule.sh | bash -s -- english claude-code
170
+
curl -sL https://github.com/tw93/Waza/releases/latest/download/setup-rule.sh | bash -s -- english claude-code
170
171
171
172
# Codex
172
-
curl -sL https://raw.githubusercontent.com/tw93/Waza/v3.27.0/scripts/setup-rule.sh | bash -s -- english codex
173
+
curl -sL https://github.com/tw93/Waza/releases/latest/download/setup-rule.sh | bash -s -- english codex
173
174
```
174
175
175
176
### Anti-Patterns
176
177
177
178
Optional always-on guardrails for cross-skill behaviors: stop acting before reading, no hallucinated paths, no scope creep, no unsolicited summaries. Skill-agnostic, applies in every session.
Use `codex` instead of `claude-code` for Codex. Curl URLs are pinned to the current release tag for reproducibility; swap `v3.27.0` for `main` if you want bleeding-edge scripts.
184
+
Use `codex` instead of `claude-code` for Codex. Curl URLs use the latest GitHub release asset. Set `WAZA_REF=main` before the command if you want bleeding-edge scripts.
184
185
185
186
### Routing Hint
186
187
187
188
Optional pointer that tells the host to prefer Waza skills when a request matches their triggers. Useful for Codex, Pi, and other agents that do not auto-route from skill `description`. Claude Code already routes through descriptions, so this is opt-in even there.
0 commit comments