From 030bbf148398259e57ef2d5b512870a854b83724 Mon Sep 17 00:00:00 2001 From: Nikita COEUR Date: Wed, 4 Mar 2026 21:03:52 +0100 Subject: [PATCH] feat(rtk-ai/rtk): scaffold rtk-ai/rtk --- pkgs/rtk-ai/rtk/pkg.yaml | 8 ++++ pkgs/rtk-ai/rtk/registry.yaml | 87 +++++++++++++++++++++++++++++++++++ registry.yaml | 85 ++++++++++++++++++++++++++++++++++ 3 files changed, 180 insertions(+) create mode 100644 pkgs/rtk-ai/rtk/pkg.yaml create mode 100644 pkgs/rtk-ai/rtk/registry.yaml diff --git a/pkgs/rtk-ai/rtk/pkg.yaml b/pkgs/rtk-ai/rtk/pkg.yaml new file mode 100644 index 00000000000..acc19c2264c --- /dev/null +++ b/pkgs/rtk-ai/rtk/pkg.yaml @@ -0,0 +1,8 @@ +packages: + - name: rtk-ai/rtk@v0.24.0 + - name: rtk-ai/rtk + version: v0.22.2 + - name: rtk-ai/rtk + version: v0.12.0 + - name: rtk-ai/rtk + version: v0.9.4 diff --git a/pkgs/rtk-ai/rtk/registry.yaml b/pkgs/rtk-ai/rtk/registry.yaml new file mode 100644 index 00000000000..16e9f70f9c9 --- /dev/null +++ b/pkgs/rtk-ai/rtk/registry.yaml @@ -0,0 +1,87 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: rtk-ai + repo_name: rtk + description: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies + version_constraint: "false" + version_overrides: + - version_constraint: Version in ["v0.4.0", "v0.6.0", "v0.8.0", "v0.13.0"] + no_asset: true + - version_constraint: Version == "v0.12.0" + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.9.4") + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.11.0") + no_asset: true + - version_constraint: semver("<= 0.22.2") + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: "true" + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: linux + goarch: amd64 + replacements: + linux: unknown-linux-musl + - goos: linux + goarch: arm64 + replacements: + linux: unknown-linux-gnu + - goos: windows + format: zip diff --git a/registry.yaml b/registry.yaml index f3eeeb4cf62..d429b304a45 100644 --- a/registry.yaml +++ b/registry.yaml @@ -73367,6 +73367,91 @@ packages: overrides: - goos: windows format: zip + - type: github_release + repo_owner: rtk-ai + repo_name: rtk + description: CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies + version_constraint: "false" + version_overrides: + - version_constraint: Version in ["v0.4.0", "v0.6.0", "v0.8.0", "v0.13.0"] + no_asset: true + - version_constraint: Version == "v0.12.0" + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.9.4") + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: semver("<= 0.11.0") + no_asset: true + - version_constraint: semver("<= 0.22.2") + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + linux: unknown-linux-gnu + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip + - version_constraint: "true" + asset: rtk-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + arm64: aarch64 + darwin: apple-darwin + windows: pc-windows-msvc + checksum: + type: github_release + asset: checksums.txt + algorithm: sha256 + overrides: + - goos: linux + goarch: amd64 + replacements: + linux: unknown-linux-musl + - goos: linux + goarch: arm64 + replacements: + linux: unknown-linux-gnu + - goos: windows + format: zip - type: go_install repo_owner: rubenv repo_name: sql-migrate