Conversation
- `README.md`: Add RTK feature documentation with options, examples, and architecture support - `src/rtk/devcontainer-feature.json`: Add feature manifest with version option - `src/rtk/install.sh`: Add installation script with arch detection and global init - `test/rtk/scenarios.json`: Add test scenarios configuration - `test/rtk/test.sh`: Add feature test suite
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
latestor pinned version installs, with automatic architecture detection (amd64/arm64) and global RTK initialization for the container userChanges
Feature Implementation
src/rtk/devcontainer-feature.json: Feature manifest declaring RTK with a singleversionoption, runs aftercommon-utilssrc/rtk/install.sh: Install script resolving latest version via GitHub API, downloading arch-specific musl/gnu binary, installing to/usr/local/bin, and runningrtk init --globalfor the container userTests
test/rtk/scenarios.json: Default test scenarios configuration (empty, uses devcontainer feature test defaults)test/rtk/test.sh: Smoke tests verifyingrtkis onPATHandrtk --versionreturns a non-empty stringDocumentation
README.md: Add RTK section with usage example, version option table, architecture support note, and global init behavior; update TOC and repository structure diagramTest plan
devcontainer features test -f rtk .rtkis on PATH inside the container:command -v rtkrtk --versionreturns a valid version string"version": "0.22.2") to confirm version resolution worksGenerated with awf commit workflow