|
16 | 16 |
|
17 | 17 | ## Documentation |
18 | 18 |
|
19 | | -- [Guide — Overview](https://www.rtk-ai.app/guide/): Full RTK documentation index — installation, configuration, command reference, supported agents, analytics, and troubleshooting. |
20 | | -- [Installation](https://www.rtk-ai.app/guide/getting-started/installation/): Install RTK via Homebrew (`brew install rtk-ai/tap/rtk`) or Cargo (`cargo install rtk`). Verify with `rtk --version`. |
21 | | -- [Quick Start](https://www.rtk-ai.app/guide/getting-started/quick-start/): Run `rtk init --global` to install the Claude Code hook. Start saving tokens immediately with your existing workflow. |
22 | | -- [Configuration](https://www.rtk-ai.app/guide/getting-started/configuration/): Customize RTK filters, adjust output formats, and configure per-project settings via `rtk config`. |
23 | | -- [Supported Agents](https://www.rtk-ai.app/guide/getting-started/supported-agents/): Full list of AI coding tools and terminal environments compatible with RTK. |
24 | | -- [rtk gain — Analytics](https://www.rtk-ai.app/guide/analytics/gain/): Session and global token savings analytics. `rtk gain` shows savings per command and total tokens saved. `rtk gain -p` shows per-project breakdown. |
25 | | -- [rtk discover](https://www.rtk-ai.app/guide/analytics/discover/): Analyze Claude Code session history to identify commands that weren't proxied through RTK. Find missed savings opportunities. |
26 | | -- [What RTK Covers](https://www.rtk-ai.app/guide/resources/what-rtk-covers/): Complete list of supported command ecosystems: Git, Cargo, GitHub CLI, pnpm, Next.js, TypeScript, ESLint, Prettier, Vitest, Playwright, Prisma, Docker, kubectl, and more. |
27 | | -- [Troubleshooting](https://www.rtk-ai.app/guide/resources/troubleshooting/): Common issues and solutions — hook not firing, savings not recorded, command not recognized. |
28 | | -- [Telemetry](https://www.rtk-ai.app/guide/resources/telemetry/): RTK collects zero telemetry. No data leaves your machine. Full offline operation. |
| 19 | +- [Guide — Overview](https://www.rtk-ai.app/docs/): Full RTK documentation index — installation, configuration, command reference, supported agents, analytics, and troubleshooting. |
| 20 | +- [Installation](https://www.rtk-ai.app/docs/getting-started/installation/): Install RTK via Homebrew (`brew install rtk-ai/tap/rtk`) or Cargo (`cargo install rtk`). Verify with `rtk --version`. |
| 21 | +- [Quick Start](https://www.rtk-ai.app/docs/getting-started/quick-start/): Run `rtk init --global` to install the Claude Code hook. Start saving tokens immediately with your existing workflow. |
| 22 | +- [Configuration](https://www.rtk-ai.app/docs/getting-started/configuration/): Customize RTK filters, adjust output formats, and configure per-project settings via `rtk config`. |
| 23 | +- [Supported Agents](https://www.rtk-ai.app/docs/getting-started/supported-agents/): Full list of AI coding tools and terminal environments compatible with RTK. |
| 24 | +- [rtk gain — Analytics](https://www.rtk-ai.app/docs/analytics/gain/): Session and global token savings analytics. `rtk gain` shows savings per command and total tokens saved. `rtk gain -p` shows per-project breakdown. |
| 25 | +- [rtk discover](https://www.rtk-ai.app/docs/analytics/discover/): Analyze Claude Code session history to identify commands that weren't proxied through RTK. Find missed savings opportunities. |
| 26 | +- [What RTK Covers](https://www.rtk-ai.app/docs/resources/what-rtk-covers/): Complete list of supported command ecosystems: Git, Cargo, GitHub CLI, pnpm, Next.js, TypeScript, ESLint, Prettier, Vitest, Playwright, Prisma, Docker, kubectl, and more. |
| 27 | +- [Troubleshooting](https://www.rtk-ai.app/docs/resources/troubleshooting/): Common issues and solutions — hook not firing, savings not recorded, command not recognized. |
| 28 | +- [Telemetry](https://www.rtk-ai.app/docs/resources/telemetry/): RTK collects zero telemetry. No data leaves your machine. Full offline operation. |
29 | 29 |
|
30 | 30 | ## Other |
31 | 31 |
|
|
0 commit comments