(dir?: string)
| 79 | * SDK daemon, which has no bootstrap state). |
| 80 | */ |
| 81 | export function getCronFilePath(dir?: string): string { |
| 82 | return join(dir ?? getProjectRoot(), CRON_FILE_REL) |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Read and parse .claude/scheduled_tasks.json. Returns an empty task list if the file |
no test coverage detected