From fb0eca2c36aff0908e33fc75559ff4d2be7c6f02 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:07:04 -0800 Subject: [PATCH] copilot instruction to flag prelease docs (#6504) --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index a1a9b9c708..e8c046e1d7 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -45,6 +45,7 @@ - See HOWTOAI.md for AI-assisted code standards - MCP protocol implementations require extra scrutiny - Naming convention: In `documentation/docs` and `documentation/blog`, always refer to the project as "goose" (lowercase), never "Goose" (even at the start of sentences) +- No prerelease docs: PRs should not contain updates in `/documentation` that correspond to code changes in the PR so that the public docs stay in sync with the latest released version. New topics should be marked with `unlisted: true`; other content should be removed or hidden from public view. ## CI Pipeline Context