-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
28 lines (20 loc) · 914 Bytes
/
Copy path.env.example
File metadata and controls
28 lines (20 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# CodeForge Environment Configuration
# Copy to .env and customize. .env is gitignored.
# Paths (defaults shown — uncomment to override)
# CLAUDE_CONFIG_DIR=$HOME/.claude
# CONFIG_SOURCE_DIR=/custom/path/to/config
# Setup: copy config files to CLAUDE_CONFIG_DIR (per config/file-manifest.json)
SETUP_CONFIG=true
# Setup: add cc/claude/ccraw aliases to shell rc files
SETUP_ALIASES=true
# Setup: configure Git and NPM auth from .secrets file
SETUP_AUTH=true
# Setup: install official Anthropic plugins + register local marketplace
SETUP_PLUGINS=true
# Setup: auto-update Claude Code CLI to latest on container start (runs in background)
SETUP_UPDATE_CLAUDE=true
# Setup: auto-detect projects for VS Code Project Manager extension
SETUP_PROJECTS=true
# Plugin blacklist: comma-separated plugin names to skip during installation
# Example: PLUGIN_BLACKLIST="ticket-workflow,auto-linter"
PLUGIN_BLACKLIST=""