From 68c5d609f6a873ac84e6b35fb52a6ae84f61093d Mon Sep 17 00:00:00 2001 From: nilbuild <4921183+nilbuild@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:35:35 +0000 Subject: [PATCH] chore: sync content to repo --- .../claude-code/content/opus@TWN08Vx7aBK-mvOSQuFfu.md | 2 +- .../claude-code/content/sonnet@nDodLa7_UEeOmx6iM0Xp5.md | 4 ++-- .../claude-code/content/tools@vB1d1mbiPJK3a1LbYZkH9.md | 2 +- .../content/use-compact-and-clear@YjRDJcSK_h82DooDWY2k4.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/roadmaps/claude-code/content/opus@TWN08Vx7aBK-mvOSQuFfu.md b/src/data/roadmaps/claude-code/content/opus@TWN08Vx7aBK-mvOSQuFfu.md index 2714235de..0b290f740 100644 --- a/src/data/roadmaps/claude-code/content/opus@TWN08Vx7aBK-mvOSQuFfu.md +++ b/src/data/roadmaps/claude-code/content/opus@TWN08Vx7aBK-mvOSQuFfu.md @@ -4,7 +4,7 @@ Claude Opus is the most advanced and capable large language model in the Claude Visit the following resources to learn more: -- [@official@Claude Opus 4.6 \ Anthropic](https://www.anthropic.com/claude/opus) +- [@official@Claude Opus 4.6 \\ Anthropic](https://www.anthropic.com/claude/opus) - [@official@What's new in Claude 4.6 - Claude API Docs](https://platform.claude.com/docs/en/about-claude/models/whats-new-claude-4-6) - [@video@Introducing Claude Opus 4.6](https://www.youtube.com/watch?v=dPn3GBI8lII) - [@video@Claude Opus 4.6: The Biggest AI Jump I've Covered--It's Not Close. (Here's What You Need to Know)](https://www.youtube.com/watch?v=JKk77rzOL34) \ No newline at end of file diff --git a/src/data/roadmaps/claude-code/content/sonnet@nDodLa7_UEeOmx6iM0Xp5.md b/src/data/roadmaps/claude-code/content/sonnet@nDodLa7_UEeOmx6iM0Xp5.md index 64d4a3b02..9ce2d34e9 100644 --- a/src/data/roadmaps/claude-code/content/sonnet@nDodLa7_UEeOmx6iM0Xp5.md +++ b/src/data/roadmaps/claude-code/content/sonnet@nDodLa7_UEeOmx6iM0Xp5.md @@ -4,6 +4,6 @@ Claude Sonnet is a high-performance large language model that strikes an ideal b Visit the following resources to learn more: -- [@official@Introducing Claude Sonnet 4.5 \ Anthropic](https://www.anthropic.com/news/claude-sonnet-4-5) -- [@official@Claude Sonnet 4.5 \ Anthropic](https://www.anthropic.com/claude/sonnet) +- [@official@Introducing Claude Sonnet 4.5 \\ Anthropic](https://www.anthropic.com/news/claude-sonnet-4-5) +- [@official@Claude Sonnet 4.5 \\ Anthropic](https://www.anthropic.com/claude/sonnet) - [@video@Sonnet 4.5 is the best coding model in the world](https://www.youtube.com/watch?v=uZBjVeyiYkk) \ No newline at end of file diff --git a/src/data/roadmaps/claude-code/content/tools@vB1d1mbiPJK3a1LbYZkH9.md b/src/data/roadmaps/claude-code/content/tools@vB1d1mbiPJK3a1LbYZkH9.md index bb30f6330..1ff274f41 100644 --- a/src/data/roadmaps/claude-code/content/tools@vB1d1mbiPJK3a1LbYZkH9.md +++ b/src/data/roadmaps/claude-code/content/tools@vB1d1mbiPJK3a1LbYZkH9.md @@ -6,5 +6,5 @@ Visit the following resources to learn more: - [@official@Tools](https://code.claude.com/docs/en/how-claude-code-works#tools) - [@official@Tools available to Claude](https://code.claude.com/docs/en/settings#tools-available-to-claude) -- [@official@Introducing advanced tool use on the Claude Developer Platform \ Anthropic](https://www.anthropic.com/engineering/advanced-tool-use) +- [@official@Introducing advanced tool use on the Claude Developer Platform \\ Anthropic](https://www.anthropic.com/engineering/advanced-tool-use) - [@article@Claude Code Built-in Tools Reference | vtrivedy](https://www.vtrivedy.com/posts/claudecode-tools-reference/) \ No newline at end of file diff --git a/src/data/roadmaps/claude-code/content/use-compact-and-clear@YjRDJcSK_h82DooDWY2k4.md b/src/data/roadmaps/claude-code/content/use-compact-and-clear@YjRDJcSK_h82DooDWY2k4.md index 550b5b939..8e3f13b5a 100644 --- a/src/data/roadmaps/claude-code/content/use-compact-and-clear@YjRDJcSK_h82DooDWY2k4.md +++ b/src/data/roadmaps/claude-code/content/use-compact-and-clear@YjRDJcSK_h82DooDWY2k4.md @@ -1,3 +1,3 @@ # Use /compact and /clear -Regularly using `/compact` and `/clear` is the most effective way to prevent "context rot" and manage spiraling API costs while working with Claude Code. Using `/compact` allows you to summarize long research or debugging threads into a lean set of key findings, effectively "zipping" the conversation so you can continue without losing essential progress. In contrast, `/clear` is vital when switching to an unrelated task; it wipes the current history to provide a clean slate. \ No newline at end of file +Regularly using `/compact` and `/clear` is the most effective way to prevent "context rot" and manage spiraling API costs while working with Claude Code. Because Claude re-processes your entire conversation history with every new message, a session that has accumulated thousands of lines of terminal output and file diffs will eventually become expensive, slow, and prone to "forgetting" early instructions. Using `/compact` allows you to summarize long research or debugging threads into a lean set of key findings, effectively "zipping" the conversation so you can continue without losing essential progress. In contrast, `/clear` is vital when switching to an unrelated task; it wipes the current history to provide a clean slate. \ No newline at end of file