sync: auto-sync from GURU-BEAST-ROG at 2026-05-01 15:05:53

Author: Mike Swanson
Machine: GURU-BEAST-ROG
Timestamp: 2026-05-01 15:05:53
This commit is contained in:
2026-05-01 15:05:53 -07:00
parent ec98c6c636
commit b008b61440
11 changed files with 429 additions and 559 deletions

View File

@@ -2,20 +2,19 @@
DISCORD_TOKEN=your_discord_bot_token_here
DISCORD_GUILD_ID=your_guild_id_here
# Anthropic Claude API
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Anthropic Claude
# Auth: leave ANTHROPIC_API_KEY unset to use the local Claude Code OAuth
# (Pro/Max subscription, shared with your interactive Claude Code).
# Set it to use the API with metered billing.
# ANTHROPIC_API_KEY=
CLAUDE_MODEL=claude-sonnet-4-6
# ClaudeTools API
CLAUDETOOLS_API_URL=http://172.16.3.30:8001
CLAUDETOOLS_API_KEY=your_api_key_here
# File Paths (Windows paths for BEAST)
VAULT_PATH=D:\vault
CLAUDETOOLS_ROOT=D:\claudetools
# Workspace the agent operates in (its cwd).
# Windows default: c:/Users/guru/ClaudeTools
# Mac: /Users/<you>/ClaudeTools
# Linux: /home/<you>/claudetools
CLAUDETOOLS_ROOT=c:/Users/guru/ClaudeTools
# Logging
LOG_LEVEL=INFO
LOG_FILE=logs/bot.log
# Optional: Override Git Bash location
# GIT_BASH_PATH=C:\Program Files\Git\bin\bash.exe