Skip to content

Commit ba53204

Browse files
BenBtgCopilot
andcommitted
fix(goose): repoint install_url and docs to goose-docs.ai (#3171)
Goose moved to the Agentic AI Foundation; docs moved from block.github.io/goose to goose-docs.ai. Update install_url and the docs reference link. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b7e67f5 commit ba53204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
1919
| [Forge](https://forgecode.dev/) | `forge` | |
2020
| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | `gemini` | |
2121
| [GitHub Copilot](https://code.visualstudio.com/) | `copilot` | |
22-
| [Goose](https://block.github.io/goose/) | `goose` | Uses YAML recipe format in `.goose/recipes/` |
22+
| [Goose](https://goose-docs.ai/) | `goose` | Uses YAML recipe format in `.goose/recipes/` |
2323
| [Hermes](https://github.com/NousResearch/hermes-agent) | `hermes` | Skills-based integration; installs skills globally into `~/.hermes/skills/` |
2424
| [IBM Bob](https://www.ibm.com/products/bob) | `bob` | IDE-based agent |
2525
| [iFlow CLI](https://docs.iflow.cn/en/cli/quickstart) | `iflow` | |

src/specify_cli/integrations/goose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class GooseIntegration(YamlIntegration):
99
"name": "Goose",
1010
"folder": ".goose/",
1111
"commands_subdir": "recipes",
12-
"install_url": "https://block.github.io/goose/docs/getting-started/installation",
12+
"install_url": "https://goose-docs.ai/docs/getting-started/installation",
1313
"requires_cli": True,
1414
}
1515
registrar_config = {

0 commit comments

Comments
 (0)