docs: comprehensive documentation update for v0.3.1#17
Merged
pszymkowiak merged 1 commit intortk-ai:masterfrom Jan 30, 2026
Merged
docs: comprehensive documentation update for v0.3.1#17pszymkowiak merged 1 commit intortk-ai:masterfrom
pszymkowiak merged 1 commit intortk-ai:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the README documentation for v0.3.1 to cover all currently implemented features and ensure install instructions reference the new release artifacts. It adds sections for global flags, GitHub CLI integration, quota analysis, Kubernetes services, and a modern JavaScript/TypeScript tooling stack.
Changes:
- Bump Debian and Fedora/RHEL binary download commands from v0.2.1 to v0.3.1.
- Add a Global Flags section documenting
-u/--ultra-compactand-v/--verbose. - Extend the commands overview with new entries for
rtk smart,rtk gh …,rtk wget,rtk config,rtk gain --quota/--tier,rtk kubectl services, and a dedicated JavaScript / TypeScript Stack section (lint, tsc, next, prettier, vitest, playwright, prisma).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates documentation to reflect all features added in recent PRs: **Version Updates** - Update installation commands to v0.3.1 (DEB/RPM packages) **New Sections** - Add Global Flags section (-u/--ultra-compact, -v/--verbose) - Add JavaScript/TypeScript Stack section (10 new commands) **New Commands Documented** - Files: `rtk smart` (heuristic code summary) - Commands: `rtk gh` (GitHub CLI), `rtk wget`, `rtk config` - Data: `rtk gain --quota` and `--tier` flags - Containers: `rtk kubectl services` - JS/TS Stack: lint, tsc, next, prettier, vitest, playwright, prisma **Features Coverage** This update documents functionality from: - PR rtk-ai#5: Git argument parsing improvements - PR rtk-ai#6: pnpm support - PR rtk-ai#9: Modern JavaScript/TypeScript stack support - PR rtk-ai#10: GitHub CLI integration - PR rtk-ai#11: Quota analysis features - PR rtk-ai#14: Additional command improvements All commands documented are available in v0.3.1. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
23b9277 to
14f3172
Compare
ahundt
pushed a commit
to ahundt/rtk
that referenced
this pull request
Feb 23, 2026
…update docs: comprehensive documentation update for v0.3.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Comprehensive documentation update to reflect all features added in recent PRs (v0.3.1).
Changes
Version Updates
New Sections
-u/--ultra-compact,-v/--verbose)New Commands Documented
Files
rtk smart- 2-line heuristic code summaryCommands
rtk gh pr list/view/...- GitHub CLI integrationrtk wget- Downloads with stripped progress barsrtk config- Show/create configurationData
rtk gain --quota- Monthly quota savings estimatertk gain --tier <tier>- Quota for specific Claude tier (pro/5x/20x)Containers
rtk kubectl services- Compact service listJavaScript/TypeScript Stack (new section)
rtk lint- ESLint/Biome with grouped violationsrtk tsc- TypeScript compiler grouped errorsrtk next- Next.js build compact outputrtk prettier- Format checkerrtk vitest- Test runner (failures only)rtk playwright- E2E tests (failures only)rtk prisma- Prisma CLI (no ASCII art)Features Coverage
This documentation update covers functionality from:
All commands documented are available in v0.3.1.
Testing
--helpThis PR focuses solely on documentation - no code changes. All features are already merged and available in v0.3.1.