-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
56 lines (46 loc) · 1.48 KB
/
.env.example
File metadata and controls
56 lines (46 loc) · 1.48 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# =============================================================================
# GitHub Copilot JackHammer Service — .env.example
# PUBLIC REPO: Never commit .env or any file containing real secrets.
# Copy this file to .env and fill in your values locally.
# =============================================================================
# --- OpenAI ---
OPENAI_API_KEY=sk-your-openai-api-key
OPENAI_MODEL=gpt-5.2
# --- GitHub ---
GITHUB_TOKEN=github_pat_your-token
GITHUB_OWNER=RocketDelivery2
GITHUB_REPO=TeamBuilder
REPO_URL=https://github.com/RocketDelivery2/TeamBuilder.git
BASE_BRANCH=main
# --- Safe mode defaults (change to enable full autopilot) ---
DRY_RUN=true
RUN_ONCE=true
FULL_AUTOPILOT=false
# --- Copilot assignment ---
AUTO_ASSIGN_COPILOT=false
# Leave blank until you confirm the exact assignable login:
# gh issue view <issue-number> --repo RocketDelivery2/TeamBuilder --json assignees
COPILOT_ASSIGNEE=
# --- PR automation ---
AUTO_APPROVE_PR=false
AUTO_MERGE_PR=false
AUTO_DELETE_BRANCH=false
CLOSE_ISSUE_AFTER_MERGE=false
MERGE_METHOD=squash
# --- Brain / continuations ---
COMMENT_ON_COPILOT_QUESTIONS=true
BRAIN_FALLBACK_ENABLED=true
MAX_CONTINUATIONS_PER_ITEM=8
# --- Timing ---
MAX_RUNTIME_HOURS=24
LOOP_INTERVAL_SECONDS=120
PR_POLL_SECONDS=90
POLL_SECONDS=900
# --- Context limits ---
MAX_CONTEXT_FILES=80
MAX_CONTEXT_BYTES=450000
# --- Labels ---
ISSUE_LABELS=ai-task,jackhammer-queue
# --- Queue / state paths ---
QUEUE_DIR=.ai/jackhammer-queue
STATE_FILE=.ai/state.json