docs(goose): update stale Goose URLs after the governance move - #2640
Merged
Conversation
Goose moved from block/goose to aaif-goose/goose and its docs site from block.github.io/goose to goose-docs.ai. Rewrite host and org in comments and @see references, keeping every pinned ref (v1.41.0, v1.39.0, PR numbers, blob/main) intact. Comment and doc only; no behavior change. Part of #2404 (housekeeping slice from the 2026-08-06 comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comment- and doc-only housekeeping, zero behavior change.
After Goose's governance move the old references in this repo are stale:
github.com/block/goose→github.com/aaif-goose/gooseblock.github.io/goose/docs/...→goose-docs.ai/docs/...src/features/hooks/goose-hooks.ts:38already used the new repo form, so this brings the rest of the tree in line with the in-repo precedent. The research reference map.rulesync/skills/rulesync-feature-research/references/goose.mdwas already ongoose-docs.aiand needed no change.Files touched:
src/types/hooks.ts,src/constants/goose-paths.ts,src/features/subagents/goose-subagent.ts,src/features/mcp/goose-mcp.ts,src/features/mcp/mcp-processor.ts,src/features/permissions/goose-permissions.ts,src/features/hooks/goose-hooks.ts,src/features/rules/goose-rule.ts,src/features/skills/goose-skill.ts,src/features/commands/goose-command.ts, plusdocs/reference/file-formats.md(and the regeneratedsrc/generated/docs-content.ts).Pinned refs preserved
Several of these are permalinks pinned to a tag, branch, or PR. Only the host and org were rewritten; every ref was kept as-is:
src/types/hooks.ts:553— still pinned tov1.41.0src/constants/goose-paths.ts:20— stillreleases/tag/v1.39.0#9471,#10467and the issue reference#9736— unchangedblob/main/crates/goose/src/config/permission.rsand the slash-command source — still onmainVerification
Spot-checked five rewritten URLs with
curl -L -o /dev/null -w %{http_code}; all returned200:https://goose-docs.ai/docs/guides/context-engineering/hooks/https://goose-docs.ai/docs/guides/recipes/recipe-reference/https://goose-docs.ai/docs/mcp/skills-mcp/https://github.com/aaif-goose/goose/blob/v1.41.0/crates/goose/src/hooks/mod.rshttps://github.com/aaif-goose/goose/pull/9471pnpm cicheckpasses;aaifwas added to the cspell word list.Part of #2404 (housekeeping slice from the 2026-08-06 comment)