Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/autonomous/reliability-config.ts
Properties
| Property | Type |
|---|---|
testCommand | string |
cwd | string |
enableTestWatcher | boolean |
enableTestGate | boolean |
enablePreflight | boolean |
enableCircleDetection | boolean |
debounceMs | number |
testTimeoutMs | number |
reportPassingTests | boolean |
preflightChecks | PreflightCheck[] |
circleDetectorOptions | CircleDetectorOptions |
Was this page helpful?