-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatternpilot.config.example.json
More file actions
32 lines (32 loc) · 997 Bytes
/
patternpilot.config.example.json
File metadata and controls
32 lines (32 loc) · 997 Bytes
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
{
"version": 1,
"defaultProject": null,
"runtimeRoot": "runs",
"queueFile": "state/repo_intake_queue.csv",
"automationJobsFile": "automation/patternpilot-jobs.json",
"automationJobStateFile": "state/automation_jobs_state.json",
"automationAlertsJsonFile": "state/automation_alerts.json",
"automationAlertsMarkdownFile": "state/automation_alerts.md",
"automationAlertPreset": "local-operator",
"automationAlertTargets": [],
"automationLockFile": "state/automation.lock.json",
"landkarteFile": "knowledge/repo_landkarte.csv",
"learningsFile": "knowledge/repo_learnings.md",
"decisionsFile": "knowledge/repo_decisions.md",
"docsRoot": "docs",
"workspaceRoots": [
".."
],
"github": {
"apiBaseUrl": "https://api.github.com",
"requestTimeoutMs": 12000,
"readmeExcerptMaxChars": 1600,
"authEnvVars": [
"PATTERNPILOT_GITHUB_TOKEN",
"GITHUB_TOKEN",
"GITHUB_PAT"
],
"userAgent": "patternpilot-stage6"
},
"projects": {}
}