-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.example.json
More file actions
26 lines (26 loc) · 991 Bytes
/
run.example.json
File metadata and controls
26 lines (26 loc) · 991 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
{
"repo": "git@github.com:Molten-Bot/moltenhub-code.git",
"branch": "main",
"agentHarness": "codex",
// Optional for containerized Auggie runs: full session JSON from `auggie token print`.
// "augmentSessionAuth": "{\"accessToken\":\"XXX\",\"tenantURL\":\"https://YYY/\",\"scopes\":[\"email\"]}",
// Install Pi with: npm install -g @mariozechner/pi-coding-agent
// Then switch to: "agentHarness": "pi",
// optional override when executable name differs from harness default
// "agentCommand": "codex",
"githubHandle": "octocat",
"prompt": "Add your prompt here."
// library task example:
// "repos": [
// "git@github.com:Molten-Bot/moltenhub.git",
// "git@github.com:Molten-Bot/moltenhub-code.git"
// ],
// "libraryTaskName": "unit-test-coverage",
// optional for subdirectory-scoped runs:
// "targetSubdir": ".",
// code review example: provide either "branch" or "prNumber"
// "prNumber": 123,
// "review": {
// "prNumber": 123
// }
}