Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/watch-mode.ts
Properties
| Property | Type |
|---|---|
rootDir | string |
includePatterns | string[] |
excludeDirs | string[] |
markers | string[] |
onMarkerFound | (marker: MarkerResult) => void |
debounceMs | number |
Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/tools/watch-mode.ts
| Property | Type |
|---|---|
rootDir | string |
includePatterns | string[] |
excludeDirs | string[] |
markers | string[] |
onMarkerFound | (marker: MarkerResult) => void |
debounceMs | number |
Was this page helpful?