Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,7 @@ backends = [
"asdf:asdf-community/asdf-bitwarden-secrets-manager",
]
description = "CLI for interacting with the Bitwarden Secrets Manager"
# TODO: enable test when versions host is updated
# test = ["bws --version", "bws {{version}}"]
test = ["bws --version", "bws {{version}}"]

[tools.black]
backends = ["aqua:psf/black"]
Expand Down Expand Up @@ -1889,8 +1888,7 @@ backends = [
"asdf:mise-plugins/mise-grain",
]
description = "The Grain compiler toolchain and CLI. Home of the modern web staple"
# TODO: enable test when versions host is updated
# test = ["grain --version", "{{version}}"]
test = ["grain --version", "{{version}}"]

[tools.granted]
backends = ["aqua:common-fate/granted", "asdf:dex4er/asdf-granted"]
Expand Down Expand Up @@ -2076,11 +2074,7 @@ backends = ["github:ddworken/hishtory", "asdf:asdf-community/asdf-hishtory"]
description = "Your shell history: synced, queryable, and in context"

[tools.hivemind]
Copy link

Copilot AI Sep 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of the 'ubi:DarthSim/hivemind' backend without explanation may affect tool availability. Consider documenting why this backend was removed or if it should be replaced with an alternative.

Suggested change
[tools.hivemind]
[tools.hivemind]
# The 'ubi:DarthSim/hivemind' backend was removed due to incompatibility and/or lack of maintenance.
# If you require ubi support, please open an issue or consider using the github or go backends.

Copilot uses AI. Check for mistakes.
backends = [
"ubi:DarthSim/hivemind",
"github:DarthSim/hivemind",
"go:github.com/DarthSim/hivemind",
]
backends = ["github:DarthSim/hivemind", "go:github.com/DarthSim/hivemind"]
description = "Process manager for Procfile-based applications"
test = ["hivemind --version", "Hivemind version {{version}}"]

Expand Down Expand Up @@ -2367,10 +2361,12 @@ description = "Little helper to run CNCF's k3s in Docker"
test = ["k3d --version", "k3d version v{{version}}"]

[tools.k3kcli]
backends = ['ubi:rancher/k3k[tag_regex=v\d]', "asdf:xanmanning/asdf-k3kcli"]
backends = [
'ubi:rancher/k3k[tag_regex=v\\d,matching=k3kcli]',
"asdf:xanmanning/asdf-k3kcli",
]
description = "K3k, Kubernetes in Kubernetes, is a tool that empowers you to create and manage isolated K3s clusters within your existing Kubernetes environment"
# TODO: enable tests after versions host update
# test = ["k3k version", "k3k version {{version}}"]
test = ["k3k --version", "k3kcli version v{{version}}"]

[tools.k3s]
backends = ["asdf:mise-plugins/mise-k3s"]
Expand Down Expand Up @@ -2760,8 +2756,7 @@ backends = [
"asdf:jonasb/asdf-libsql-server",
]
description = "server mode of libSQL, which is a fork of SQLite that is both Open Source, and Open Contributions"
# TODO: enable test when versions host is updated
# test = ["sqld --version", "sqld sqld {{version}}"]
test = ["sqld --version", "sqld sqld {{version}}"]

[tools.license-plist]
backends = [
Expand Down Expand Up @@ -4961,6 +4956,7 @@ test = ["zigmod version", "{{version}}"]
[tools.zizmor]
backends = ["aqua:zizmorcore/zizmor", "ubi:zizmorcore/zizmor", "cargo:zizmor"]
description = "Static analysis for GitHub Actions"
test = ["zizmor --version", "zizmor {{version}}"]

[tools.zls]
backends = ["aqua:zigtools/zls", "ubi:zigtools/zls"]
Expand Down
Loading