From 8f7b83116c1bc9359c566459fd321ca1d781413d Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Thu, 29 Jan 2026 13:08:40 +0500 Subject: [PATCH] Issue #1 - fixed https://github.com/shanraisshan/claude-code-best-practice/issues/1 --- reports/claude-md-for-larger-mono-repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/claude-md-for-larger-mono-repos.md b/reports/claude-md-for-larger-mono-repos.md index ef6e8ad..a6c4325 100644 --- a/reports/claude-md-for-larger-mono-repos.md +++ b/reports/claude-md-for-larger-mono-repos.md @@ -12,7 +12,7 @@ When you start Claude Code, it walks **upward** from your current working direct ### 2. Descendant Loading (DOWN the directory tree) -CLAUDE.md files in subdirectories below your current working directory are **NOT loaded at launch**. They are only included when Claude reads or writes files in those subdirectories during your session. This is known as **lazy loading**. +CLAUDE.md files in subdirectories below your current working directory are **NOT loaded at launch**. They are only included when Claude reads files in those subdirectories during your session. This is known as **lazy loading**. ## Example Monorepo Structure