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