docs: add legacy snippets convention to GEMINI.md (#18597)

This commit is contained in:
N. Taylor Mullen
2026-02-09 10:29:55 -08:00
committed by GitHub
parent 81ac5be30b
commit cb7fca01b2

View File

@@ -52,6 +52,10 @@ powerful tool for developers.
## Development Conventions
- **Legacy Snippets:** `packages/core/src/prompts/snippets.legacy.ts` is a
snapshot of an older system prompt. Avoid changing the prompting verbiage to
preserve its historical behavior; however, structural changes to ensure
compilation or simplify the code are permitted.
- **Contributions:** Follow the process outlined in `CONTRIBUTING.md`. Requires
signing the Google CLA.
- **Pull Requests:** Keep PRs small, focused, and linked to an existing issue.