Search the documentation
8 pages for omitclaudemd.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Subagents in the SDK
Claude Code CLI · in the page
agent-sdk/subagents
…| | `omitClaudeMd` | `boolean` | No | Run this agent without the user, proje…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…nitialPrompt?: string; maxTurns?: number; background?: boolean; omitClaudeMd?: boolean; memory?: "user" | "project" | "local"; effort?: "low" | "medium" | "high" | "xhigh" | "max" | number;…
Claude Code changelog
Claude Code CLI · in the page
changelog
…d with it and opened for it alone; other hosts are refused * Added `omitClaudeMd` to agent frontmatter and `--agents` JSON, letting custom and plugin subagents run without user, project and local CL…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…ory`, `background`, `effort`, `isolation`, `color`, `initialPrompt`, `omitClaudeMd`, `experimental` | [Subagent frontmatter](/docs/en/sub-agents#supported-fr…
Debug your configuration
Claude Code CLI · in the page
debug-your-config
…the same way the main conversation does, unless its definition sets [`omitClaudeMd`](/docs/en/sub-agents#supported-frontmatter-fields) | For Explore or Plan, restate the instr…
Extend Claude Code
Claude Code CLI · in the page
features-overview
…b-agents#what-loads-at-startup), and an agent whose definition sets [`omitClaudeMd`](/docs/en/sub-agents#supported-frontmatter-fields) skips the user, project, and local CLAUDE.md files * Whatever…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…urns`, `tools`, `disallowedTools`, `skills`, `memory`, `background`, `omitClaudeMd`, `isolation`, `color`, and `experimental`. The only valid `isolation` value is `"worktree"`. * **Not supported, for…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…t](#configure-subagents) loads both, unless its definition sets the [`omitClaudeMd`](#supported-frontmatter-fields) field to skip the user, project, and local CLAUDE.md files. For the full breakdown o…