File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ allowed-tools:
99
1010# Setup TDX credentials for rush
1111
12- TDX 運輸資料流通服務 is the Taiwan government open-data API that all 21 tools in this plugin query. Free tier = 50 requests/min, no card needed.
12+ TDX 運輸資料流通服務 is the Taiwan government open-data API that all 27 tools in this plugin query. Free tier = 50 requests/min, no card needed.
1313
1414Setup has ** two halves** , and it matters which one the user is stuck on:
1515
@@ -123,7 +123,7 @@ SETUP=$(ls ~/.claude/plugins/cache/*/rush/*/bin/setup-tdx.sh 2>/dev/null | sort
123123[ -z " $SETUP " ] && SETUP=$( find ~ /.claude/plugins -path ' *rush*/bin/setup-tdx.sh' -type f 2> /dev/null | sort -V | tail -1)
124124```
125125
126- If still empty, the plugin install is broken — tell the user to ` /plugin install rush@psychquant-claude-plugins ` .
126+ If still empty, the plugin install is broken — tell the user to ` /plugin install rush@rush ` .
127127
128128Launch:
129129
You can’t perform that action at this time.
0 commit comments