From 4ffc1429f640c4e07c517e16e7ad652d734d29b7 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Wed, 8 Oct 2025 12:27:19 -0700 Subject: [PATCH] adding brand guidelines to AGENTS.md (#4887) stuck on bad main - text only change though --- documentation/AGENTS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 documentation/AGENTS.md diff --git a/documentation/AGENTS.md b/documentation/AGENTS.md new file mode 100644 index 00000000..97e4cb04 --- /dev/null +++ b/documentation/AGENTS.md @@ -0,0 +1,21 @@ +# Documentation Style Guide + +## Brand Guidelines + +**IMPORTANT**: The product name "goose" should ALWAYS be written in lowercase "g" in all documentation, blog posts, and any content within this documentation directory. + +- ✅ Correct: "goose", "using goose", "goose provides" +- ❌ Incorrect: "Goose", "using Goose", "Goose provides" + +This is a brand guideline that must be strictly followed. + +## Context + +This rule applies to: +- All markdown files in `/docs/` +- All blog posts in `/blog/` +- README files +- Configuration files with user-facing text +- Any other documentation content + +When editing or creating content in this documentation directory, always ensure "goose" uses a lowercase "g".