docs: Fix rules description in AI overview (#48420)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2026-02-04 20:04:27 -03:00 committed by GitHub
parent bae3eda75c
commit f4b715b787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Zed integrates AI throughout the editor: agentic coding, inline transformations,
- [Agent Panel](./agent-panel.md): Chat with AI agents that can read, write, and run code in your project.
- [Rules](./rules.md): Define project-specific instructions for AI behavior.
- [Rules](./rules.md): Define specific instructions for AI behavior.
- [Tools](./tools.md): The built-in capabilities agents use: file operations, terminal commands, web search.

View file

@ -1,6 +1,6 @@
# Using Rules {#using-rules}
Rules are prompts inserted at the beginning of each agent interaction. Add them via files in your worktree (`.rules`, etc.) or through the Rules Library for reuse across projects.
Rules are prompts inserted at the beginning of each agent interaction. Add them via files in your worktree (`.rules`, etc.) or through the Rules Library for reuse across projects and threads.
## `.rules` files