From f4b715b7876657843b72e06220375547dcac9b4c Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 4 Feb 2026 20:04:27 -0300 Subject: [PATCH] docs: Fix rules description in AI overview (#48420) Release Notes: - N/A --- docs/src/ai/overview.md | 2 +- docs/src/ai/rules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/ai/overview.md b/docs/src/ai/overview.md index 5dac5cf43050372a66e18fcc4feb447ea370cd0e..05f954092df367e197629d667aa4b59c1418ce00 100644 --- a/docs/src/ai/overview.md +++ b/docs/src/ai/overview.md @@ -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. diff --git a/docs/src/ai/rules.md b/docs/src/ai/rules.md index c6a3caade59c48c75fe06b2bb0c93dc359849588..7611bde6383c5f0d584ff4ee8c0d8056df7b55a1 100644 --- a/docs/src/ai/rules.md +++ b/docs/src/ai/rules.md @@ -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