From 98d81c536dc26d47d292c64a5ea07a396f6e0339 Mon Sep 17 00:00:00 2001 From: "upstream-watcher[bot]" Date: Wed, 18 Mar 2026 18:40:59 +0000 Subject: [PATCH] draft: upstream changes 2026-03-18 --- docs/guide.md | 16 ++++++++++++++++ docs/resources.md | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 355fdba..2e43622 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -89,6 +89,22 @@ CLAUDE.md is the single most important file in your project for shaping claude's typescript monorepo. pnpm workspaces. vitest for testing. + + +**advanced: `` tags** + +for large CLAUDE.md files, prioritize critical context with `` tags: + +```markdown + + working on auth + or touching token validation + +token validation always uses HMAC-SHA256, never MD5 +``` + +climate context before sending the prompt, keeping the most relevant sections at the front of the window. useful when your CLAUDE.md exceeds 300 lines and attention matters. + ## structure - packages/api/ -- express backend - packages/web/ -- next.js frontend diff --git a/docs/resources.md b/docs/resources.md index 317e855..d747fe6 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -19,8 +19,10 @@ curated external resources for claude code. these are genuinely useful -- not an ## community repos +## community repos + - [hesreallyhim/awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) -- the biggest curation hub, comprehensive links and tools -- [shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) -- deep reports and analysis on effective patterns +- [shanraisshan/claude-code-best-practice](https://github.com/shanraisshan/claude-code-best-practice) -- deep reports and analysis on effective patterns. recently added `` tags for CLAUDE.md context prioritization ## blogs & analysis