Updates to get Docker working and adding Claude OAUTH token variable, and finish of the style guide mockup.

This commit is contained in:
sean-eskerium
2025-10-25 16:29:53 -04:00
parent 95791456cd
commit 4025f88ee9
8 changed files with 550 additions and 98 deletions

View File

@@ -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