docs: lowercase goose in remaining topics#5861
Merged
dianed-square merged 1 commit intomainfrom Nov 24, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes the branding consistency update by lowercasing "goose" throughout the remaining documentation topics, including several unlisted pages. This follows the modern product naming convention (similar to iPhone, macOS, etc.) where the brand name uses lowercase styling.
- Lowercases "Goose" to "goose" consistently across tutorials, MCP guides, architecture docs, and experimental features
- Updates page titles, descriptions, headings, and body text
- Maintains "goose Desktop" convention (lowercase "goose" + uppercase "Desktop")
Reviewed changes
Copilot reviewed 37 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/tutorials/subrecipes-in-parallel.md | Lowercases goose references throughout subrecipes tutorial |
| documentation/docs/tutorials/recipes-tutorial.md | Updates title and all goose references in recipes tutorial |
| documentation/docs/tutorials/plan-feature-devcontainer-setup.md | Lowercases goose in planning tutorial title and content |
| documentation/docs/tutorials/lead-worker.md | Updates goose references in lead/worker multi-model tutorial |
| documentation/docs/tutorials/langfuse.md | Lowercases goose in observability integration guide |
| documentation/docs/tutorials/isolated-development-environments.md | Updates goose references in container-use tutorial |
| documentation/docs/tutorials/headless-goose.md | Lowercases goose in headless mode tutorial title and content |
| documentation/docs/tutorials/goose-in-docker.md | Updates goose references in Docker build guide |
| documentation/docs/tutorials/cicd.md | Lowercases goose in CI/CD integration guide |
| documentation/docs/tutorials/benchmarking.md | Updates goose references in benchmarking documentation |
| documentation/docs/tutorials/advanced-cognee-usage.md | Lowercases goose in Cognee integration tutorial |
| documentation/docs/tutorials/category.json | Updates category description |
| documentation/docs/mcp/*.md | Lowercases goose in 15+ MCP extension tutorials (vs-code, square, speech, puppeteer, postgres, etc.) |
| documentation/docs/mcp/category.json | Updates MCP category description |
| documentation/docs/guides/category.json | Updates guides category description |
| documentation/docs/goose-architecture/*.md | Lowercases goose in architecture documentation (main, extensions-design, error-handling) |
| documentation/docs/goose-architecture/category.json | Updates architecture category description |
| documentation/docs/experimental/*.md | Lowercases goose in experimental features (vs-code-extension, ollama, index, goose-mobile) |
Contributor
|
emma-squared
approved these changes
Nov 24, 2025
michaelneale
added a commit
that referenced
this pull request
Nov 25, 2025
* main: docs: add DataHub MCP server extension documentation (#5769) docs: lowercase goose in remaining topics (#5861) docs: lowercase goose in getting-started and guides topics (#5857) Fix multi tool calling (#5855) fix(#5626 #5832): handle multiple content chunks & images better (#5839) chore: some old code hanging around, and mention configure cli (#5822) feat : add support for math / science symbology via katex (#5773) feat : add ability to see error message in toast (#5851)
kskarthik
pushed a commit
to kskarthik/goose
that referenced
this pull request
Nov 25, 2025
DOsinga
pushed a commit
that referenced
this pull request
Nov 25, 2025
Signed-off-by: Douwe Osinga <douwe@squareup.com>
kskarthik
pushed a commit
to kskarthik/goose
that referenced
this pull request
Nov 26, 2025
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
BlairAllan
pushed a commit
to BlairAllan/goose
that referenced
this pull request
Nov 29, 2025
Signed-off-by: Blair Allan <Blairallan@icloud.com>
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.
Summary
This PR lowercases "goose" in remaining topics, including unlisted
Type of Change