mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Updates to get Docker working and adding Claude OAUTH token variable, and finish of the style guide mockup.
This commit is contained in:
@@ -31,6 +31,9 @@ LOG_LEVEL=INFO
|
||||
# Get your API key from: https://console.anthropic.com/
|
||||
# Required for the agent work orders service to execute Claude CLI commands
|
||||
ANTHROPIC_API_KEY=
|
||||
# Generate an OAUTH token in terminal and it will use your Claude OAUTH token from your subscription.
|
||||
CLAUDE_CODE_OAUTH_TOKEN=
|
||||
|
||||
|
||||
# GitHub Personal Access Token (Required for Agent Work Orders PR creation)
|
||||
# Get your token from: https://github.com/settings/tokens
|
||||
@@ -55,7 +58,7 @@ ARCHON_DOCS_PORT=3838
|
||||
# Default: false (feature disabled)
|
||||
# Set to "true" to enable: ENABLE_AGENT_WORK_ORDERS=true
|
||||
# When enabled, requires Claude API key and GitHub PAT (see above)
|
||||
ENABLE_AGENT_WORK_ORDERS=false
|
||||
ENABLE_AGENT_WORK_ORDERS=true
|
||||
|
||||
# Agent Work Orders Service Configuration (Optional)
|
||||
# Only needed if ENABLE_AGENT_WORK_ORDERS=true
|
||||
|
||||
Reference in New Issue
Block a user