mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Fix rules description in AI overview (#48420)
Release Notes: - N/A
This commit is contained in:
parent
bae3eda75c
commit
f4b715b787
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue