Skip to content

Commit 122418a

Browse files
committed
docs: note planned go_install method in ADR-007
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 3aae7cb commit 122418a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/adr/ADR-007-generic-tool-installation-architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Generic installer scripts under `scripts/installers/` implement each installatio
5656
| `github_clone.sh` | Clone and build from source | rbenv, ruby-build |
5757
| `npm_self_update.sh` | NPM self-update | npm |
5858
| `dedicated_script.sh` | Delegate to a tool-specific script | python, node, docker |
59+
| *(planned)* `go_install.sh` | Install via `go install` | templ |
5960

6061
**Note on `auto` install method:** 11 tools (including fd, ripgrep, bat, and hyperfine) use `"install_method": "auto"` instead of specifying a fixed installer. The `auto` method uses the reconciliation system (`scripts/lib/reconcile.sh`) to detect existing installations and choose the best available method from the tool's `available_methods` list in the catalog. This allows the system to adapt to the user's environment (e.g., preferring a GitHub binary release over cargo over apt, depending on what is already installed and available).
6162

0 commit comments

Comments
 (0)