25 lines
708 B
Text
25 lines
708 B
Text
# GitHub Configuration
|
|
# Get token at: https://github.com/settings/tokens
|
|
# Required scopes: repo, workflow, admin:org (for Projects)
|
|
GITHUB_TOKEN=ghp_your_github_token_here
|
|
|
|
# Repository Information
|
|
# Format: owner/repo (e.g., YourUsername/my-project)
|
|
REPOSITORY=ShunsukeHayashi/mergegate
|
|
|
|
# Anthropic API Key (optional for local development)
|
|
# Get key at: https://console.anthropic.com/
|
|
# Required for running agents locally
|
|
ANTHROPIC_API_KEY=sk-ant-your_anthropic_key_here
|
|
|
|
# Device Identifier (for logging)
|
|
DEVICE_IDENTIFIER=MyComputer
|
|
|
|
# Agent Configuration
|
|
LOG_DIRECTORY=.ai/logs
|
|
REPORT_DIRECTORY=.ai/parallel-reports
|
|
DEFAULT_CONCURRENCY=2
|
|
|
|
# Development Options
|
|
USE_TASK_TOOL=false
|
|
USE_WORKTREE=false
|