-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.claude.local.md.example
More file actions
28 lines (23 loc) · 997 Bytes
/
.claude.local.md.example
File metadata and controls
28 lines (23 loc) · 997 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
# .claude.local.md — Machine-Specific Config
# Copy to .claude.local.md and customize for your machine.
# This file is gitignored — safe for local paths, ports, and overrides.
## Local Paths
# - Repo: /Users/YOURUSERNAME/Gits/golems
# - Skills: /Users/YOURUSERNAME/Gits/golems/skills/golem-powers
# - Bun: /Users/YOURUSERNAME/.bun/bin/bun
# - Claude CLI: /Users/YOURUSERNAME/.local/bin/claude
## Monorepo Packages
# - ralph: packages/ralph (CLI + agent runner)
# - coach: packages/coach (life admin assistant)
# - shared: packages/shared (shared utilities)
# - docsite: packages/docsite (portfolio/docs site)
## MCP Servers (local)
# - brainlayer-mcp (BrainBar via /tmp/brainbar.sock)
# - voicelayer-mcp (via /tmp/voicelayer-mcp.sock)
# - supabase (golems tables)
## External Services
# - Supabase project: check 1Password vault "development"
# - Convex deployment: check packages/*/convex.json
## Dev Flags
# - debug_hooks: false
# - mock_mcp: false (set true for offline skill testing)