Source Intelligence
Sweep 28 Aug 2026 ยท 16:06Z Build v2.1.251 479 read Stable v2.1.236 Latest v2.1.250 Next v2.1.251 Feeds RSS JSON llms.txt

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

Search the documentation

41 pages for modules.

Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.

memory-tool Claude Developer Platform · in the page agents-and-tools/tool-use/memory-tool …ies up to 2 levels deep in /memories, excluding hidden items and node_modules:\n4.0K\t/memories\n1.5K\t/memories/customer_service_guidelines.xml\n2.0K\t/memories/refund_policies.xml" } ``` **4. Claud… For Amazon Bedrock support Claude Developer Platform · in the page cli-sdks-libraries/sdks/python …s documented otherwise, all other `_` prefix properties, methods, and modules are private. </Note> ## Retries Certain errors are automatically retried 2 times by default, with a short exponential ba… cloud-sandboxes-reference Claude Developer Platform · in the page managed-agents/cloud-sandboxes-reference …npm, yarn, pnpm, bun | | Go | 1.24 (default) and 1.25 | go modules | | Rust | Stable toolchain (rustup) | cargo | | Java | OpenJDK 21 | m… environments Claude Developer Platform · in the page managed-agents/environments …| `"rails:7.1.0"` | | `go` | Go modules | `"golang.org/x/tools/cmd/goimports@latest"` | | `npm` | Node.js (npm) | `"[email protected]"`… Quickstart Claude Code CLI · in the page agent-sdk/quickstart …o top-level `await` works without converting your whole project to ES modules. Use `agent.mts` in place of `agent.ts` in the create and run steps later in this quickstart. </Tab> <Tab tit… Agent SDK reference - TypeScript Claude Code CLI · in the page agent-sdk/typescript …where your app runs; for a glibc runtime on x64, that's `rm -rf node_modules/@anthropic-ai/claude-agent-sdk-linux-x64-musl`. On a development machine the deletion is temporary, since Yarn reinstalls… Orchestrate teams of Claude Code sessions Claude Code CLI · in the page agent-teams …imultaneously, then share and challenge each other's findings * **New modules or features**: teammates can each own a separate piece without stepping on each other * **Debugging with competing hypothe… Track team usage with analytics Claude Code CLI · in the page analytics …d artifacts, minified files * Build directories: dist/, build/, node\_modules/, target/ * Test fixtures: snapshots, cassettes, mock data * Lines over 1,000 characters, which are likely minified or gen… Best practices for Claude Code Claude Code CLI · in the page best-practices …or example: ```markdown CLAUDE.md theme={null} # Code style - Use ES modules (import/export) syntax, not CommonJS (require) - Destructure imports when possible (eg. import { foo } from 'bar') # Work… Channels reference Claude Code CLI · in the page channels-reference …nce, so it runs in the same process. You could split it into separate modules for a larger project. </Step> <Step title="Register your server with Claude Code"> Add the server to your MCP con… Use Claude Code with Chrome Claude Code CLI · in the page chrome …hard links, which is common inside package-manager stores like `node_modules`. Copy the file and upload the copy. ### Draft content in Google Docs Use Claude to write directly in your documents wit… Explore the .claude directory Claude Code CLI · in the page claude-directory …xpected] when [condition]" - Mock external dependencies, not internal modules - Clean up side effects in afterEach` }, { id: 'rule-api', label: 'api-design.md',… Communications kit Claude Code CLI · in the page communications-kit …n your organization's voice, swap the example tasks for real bugs and modules from your own codebase, and replace the `[bracketed placeholders]` before sending. The announcements that drive adoption a… Claude Desktop on Linux (beta) Claude Code CLI · in the page desktop-linux …s missing and your running kernel has no module directory under `/lib/modules`, the Cowork tab reports that the kernel doesn't include the virtualization support Cowork needs and that it can't be adde… Keep Claude working toward a goal Claude Code CLI · in the page goal …il all acceptance criteria hold * Splitting a large file into focused modules until each is under a size budget * Working through a labeled issue backlog until the queue is empty ## Compare ways to k… Hooks reference Claude Code CLI · in the page hooks …`.bat` shims that npm, npx, eslint, and other tools install in `node_modules/.bin` are not executables and can't be spawned without a shell. To run them in exec form, invoke the underlying script wit… Set up Claude Code in a monorepo or large codebase Claude Code CLI · in the page large-codebases …`.gitignore` by default, so paths already listed there, such as `node_modules/`, `dist/`, and `build/`, stay out of search results without additional configuration. For paths that are checked in, suc… Choose a permission mode Claude Code CLI · in the page permission-modes …stores its own git worktrees Protected files: * `.gitconfig`, `.gitmodules` * `.bashrc`, `.bash_profile`, `.bash_login`, `.bash_aliases`, `.bash_logout`, `.zshrc`, `.zprofile`, `.zshenv`, `.zlogin`… Configure permissions Claude Code CLI · in the page permissions …rectory under it | directories outside `~/code` | | `Cd(**/node_modules)` | any `node_modules` directory at any depth | `node_modules/pkg` | ## Extend permissions with hooks [Claude… Create and distribute a plugin marketplace Claude Code CLI · in the page plugin-marketplaces …ink-mode plugin, so print a directory that already contains any `node_modules` the plugin needs. Keep the printed directory in place for as long as the plugin stays installed, because Claude Code loa… Plugins reference Claude Code CLI · in the page plugins-reference …es, created on first reference | Installed dependencies such as `node_modules` or Python virtual environments, generated code, and caches | | `${CLAUDE_PROJECT_DIR}` | The project root… Claude Code settings Claude Code CLI · in the page settings …| `["node_modules", ".cache"]` | | `worktree.sparsePaths` | Directories to check out in each worktree via git sparse-checkou… Extend Claude with skills Claude Code CLI · in the page skills …import Path from collections import Counter IGNORE = {'.git', 'node_modules', '__pycache__', '.venv', 'venv', 'dist', 'build'} def scan(path: Path, stats: dict) -> dict: result = {"name": path.… Create custom subagents Claude Code CLI · in the page sub-agents …text wrap theme={null} Research the authentication, database, and API modules in parallel using separate subagents ``` Each subagent explores its area independently, then Claude synthesizes the findi… Troubleshoot installation and login Claude Code CLI · in the page troubleshoot-install …launched Claude Code from, or below it in a path that contains `node_modules` or a virtual-environment folder such as `.venv` or `env`, for example `C:\dev\env\myproject\Git` when you launched from `… Remote compute clusters Claude Documentation · in the page claude-science/remote-compute-clusters …probe that records CPUs, memory, GPUs, CUDA driver, presence of conda/modules/Apptainer, scratch directories, and whether `sbatch` exists. On SLURM clusters it reads partitions. Results are saved as e… Changelog Claude Documentation · in the page cowork/changelog …ons inside the worktree pointed to, such as the main checkout's `node_modules`. * Fixed removing a claude.ai import run resetting uncommitted work in a session you had started from that import; the… Build an MCP client Model Context Protocol · in the page docs/2024-11-05/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/2024-11-05/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP client Model Context Protocol · in the page docs/2025-03-26/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/2025-03-26/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP client Model Context Protocol · in the page docs/2025-06-18/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/2025-06-18/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP client Model Context Protocol · in the page docs/2025-11-25/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/2025-11-25/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP client Model Context Protocol · in the page docs/2026-07-28/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/2026-07-28/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP client Model Context Protocol · in the page docs/draft/develop/build-client …true }, "include": ["index.ts"], "exclude": ["node_modules"] } ``` ## Setting Up Your API Key You'll need an Anthropic API key from the [Anthropic Console](https:/… Build an MCP server Model Context Protocol · in the page docs/draft/develop/build-server …true }, "include": ["src/**/*"], "exclude": ["node_modules"] } ``` Now let's dive into building your server. ## Building your server ### Importing packages an… Build an MCP App Model Context Protocol · in the page extensions/apps/build …pt configuration targets modern JavaScript (`ES2022`) and uses ESNext modules with bundler resolution, which works well with Vite. The `include` array covers both the server code in the root and UI co… MCP Apps Model Context Protocol · in the page extensions/apps/overview …[**App Bridge**](https://apps.extensions.modelcontextprotocol.io/api/modules/app-bridge.html) module that handles rendering apps in sandboxed iframes, message passing, tool call proxying, and s…