File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,19 +128,6 @@ corepack enable
128128corepack prepare pnpm@latest --activate
129129```
130130
131- ### RTK Usage (Optional but Recommended)
132- This repository's Copilot instructions prefer using ` rtk ` (token-optimized CLI proxy) when running terminal commands.
133-
134- - If ` rtk ` is installed: prefer ` rtk <command> ` .
135- - If ` rtk ` is not installed: run the raw command directly.
136-
137- Examples:
138- ``` bash
139- rtk git status
140- # fallback if rtk is unavailable
141- git status
142- ```
143-
144131#### Specific Framework install
145132For a more targeted install, you could optionally install a specific framework (which avoids installing all frameworks).
146133You should only do that if you're only interested in contributing something specific to a framework wrapper, see commands below:
@@ -208,6 +195,19 @@ pnpm run cypress
208195pnpm run cypress:ci
209196```
210197
198+ ### [ RTK] ( https://github.com/rtk-ai/rtk ) Usage (Optional but Recommended)
199+ This repository's Copilot instructions prefer using [ ` rtk ` ] ( https://github.com/rtk-ai/rtk ) (token-optimized CLI proxy) when running terminal commands.
200+
201+ - If ` rtk ` is installed: prefer ` rtk <command> ` .
202+ - If ` rtk ` is not installed: run the raw command directly.
203+
204+ Examples:
205+ ``` bash
206+ rtk git status
207+ # fallback if rtk is unavailable
208+ git status
209+ ```
210+
211211## Sponsors
212212
213213Thanks to all my Sponsors
You can’t perform that action at this time.
0 commit comments