Overview
Claude Code reads project instructions from CLAUDE.md in the repository root. Drevon generates this file with your full config plus Claude-specific features like allowedCommands.
Output File
Special Features
Allowed Commands
Claude Code has a command execution permission system. Drevon automatically generates an allowedCommands section:
Configure in drevon.config.json:
Only add commands you trust Claude to run autonomously. Each listed command can be executed without confirmation prompts.
Enabling
When added via CLI, default allowedCommands (git, npm, npx, node, python3) are automatically configured.
Agent-Specific Settings
Requirements
- Claude Code installed (
npm install -g @anthropic-ai/claude-code)
CLAUDE.md in the repository root (Drevon handles this)