diff --git a/develop-docs/engineering-practices/ai-assisted-development.mdx b/develop-docs/engineering-practices/ai-assisted-development.mdx index 517f51f74cdac1..61246eb51d3220 100644 --- a/develop-docs/engineering-practices/ai-assisted-development.mdx +++ b/develop-docs/engineering-practices/ai-assisted-development.mdx @@ -137,7 +137,7 @@ When a task spans multiple repositories, use `/add-dir` in Claude Code to add ad ### Managing Context -Long sessions accumulate irrelevant context that can degrade performance. Use `/clear` between unrelated tasks to reset the context window. Use `/compact` to summarize and condense the current conversation. Give sessions descriptive names so you can `/resume` them later. +Long sessions accumulate irrelevant context that can degrade performance. Use `/clear` between unrelated tasks to reset the context window. Use `/compact` to condense the conversation, or `/compact [instructions]` to preserve specific information like core definitions or debugging notes. Give sessions descriptive names so you can `/resume` them later. ### Todo Lists