From 04c82c95089476ceccce0319574e0d5af0e41b50 Mon Sep 17 00:00:00 2001 From: James Joseph Date: Sun, 5 Apr 2026 12:51:13 -0500 Subject: [PATCH] docs(skill): link releases page for manual ergo install Bootstrap now points agents at the releases page so the user can download the precompiled binary for their OS/arch manually. Keeps the skill platform-agnostic without shipping shell snippets. --- .claude/skills/ergo/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/ergo/SKILL.md b/.claude/skills/ergo/SKILL.md index 5479c61..d87d342 100644 --- a/.claude/skills/ergo/SKILL.md +++ b/.claude/skills/ergo/SKILL.md @@ -18,7 +18,7 @@ Turn a feature request into a repo-local plan tracked by `ergo`: a backlog of we ## Bootstrap -1. Expect `ergo` to be globally installed. If missing, ask the user to install it. +1. Expect `ergo` to be globally installed. If missing, ask the user to download the precompiled binary for their OS/arch from the [releases page](https://github.com/jamestjat/ergo/releases) and put it on `PATH`. 2. Run `ergo --help` and `ergo quickstart` to learn the CLI before creating plans. ## Planning