-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdorfl.json
More file actions
18 lines (18 loc) · 722 Bytes
/
Copy pathdorfl.json
File metadata and controls
18 lines (18 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"dorflCmd": "node_modules/.bin/dorfl",
"prepare": "pnpm install",
"verify": "pnpm format:check && pnpm sync:template:check && { [ \"$GITHUB_HEAD_REF\" = \"changeset-release/main\" ] && echo 'skip changeset status on the Version PR (it consumes changesets)' || pnpm changeset status --since=main; } && pnpm build && pnpm typecheck && pnpm test && pnpm test:getting-started",
"harness": "pi",
"autoBuild": true,
"autoTask": true,
"promptGuidance": {"testFirst": true},
"observationTriage": "auto",
"surfaceBlockers": true,
"review": true,
"integration": "merge",
"tasksLandIn": "ready",
"specsLandIn": "ready",
"untrustedTasksLandIn": "ready",
"untrustedSpecsLandIn": "ready",
"agentDeadlineMinutes": 90
}